Uses of Interface
com.google.cloud.dialogflow.v2.AnnotatedMessagePartOrBuilder
-
Packages that use AnnotatedMessagePartOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of AnnotatedMessagePartOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement AnnotatedMessagePartOrBuilder Modifier and Type Class Description class
AnnotatedMessagePart
Represents a part of a message possibly annotated with an entity.static class
AnnotatedMessagePart.Builder
Represents a part of a message possibly annotated with an entity.Methods in com.google.cloud.dialogflow.v2 that return AnnotatedMessagePartOrBuilder Modifier and Type Method Description AnnotatedMessagePartOrBuilder
MessageAnnotation.Builder. getPartsOrBuilder(int index)
The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePartOrBuilder
MessageAnnotation. getPartsOrBuilder(int index)
The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePartOrBuilder
MessageAnnotationOrBuilder. getPartsOrBuilder(int index)
The collection of annotated message parts ordered by their position in the message.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type AnnotatedMessagePartOrBuilder Modifier and Type Method Description List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotation.Builder. getPartsOrBuilderList()
The collection of annotated message parts ordered by their position in the message.List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotation. getPartsOrBuilderList()
The collection of annotated message parts ordered by their position in the message.List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotationOrBuilder. getPartsOrBuilderList()
The collection of annotated message parts ordered by their position in the message.
-