Uses of Interface
com.google.cloud.dialogflow.v2beta1.AnnotatedMessagePartOrBuilder
-
Packages that use AnnotatedMessagePartOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of AnnotatedMessagePartOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 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.v2beta1 that return AnnotatedMessagePartOrBuilder Modifier and Type Method Description AnnotatedMessagePartOrBuilder
MessageAnnotation.Builder. getPartsOrBuilder(int index)
Optional.AnnotatedMessagePartOrBuilder
MessageAnnotation. getPartsOrBuilder(int index)
Optional.AnnotatedMessagePartOrBuilder
MessageAnnotationOrBuilder. getPartsOrBuilder(int index)
Optional.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type AnnotatedMessagePartOrBuilder Modifier and Type Method Description List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotation.Builder. getPartsOrBuilderList()
Optional.List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotation. getPartsOrBuilderList()
Optional.List<? extends AnnotatedMessagePartOrBuilder>
MessageAnnotationOrBuilder. getPartsOrBuilderList()
Optional.
-