Uses of Class
com.google.cloud.dialogflow.v2.AnnotatedMessagePart
-
Packages that use AnnotatedMessagePart Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of AnnotatedMessagePart in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return AnnotatedMessagePart Modifier and Type Method Description AnnotatedMessagePartAnnotatedMessagePart.Builder. build()AnnotatedMessagePartAnnotatedMessagePart.Builder. buildPartial()static AnnotatedMessagePartAnnotatedMessagePart. getDefaultInstance()AnnotatedMessagePartAnnotatedMessagePart.Builder. getDefaultInstanceForType()AnnotatedMessagePartAnnotatedMessagePart. getDefaultInstanceForType()AnnotatedMessagePartMessageAnnotation.Builder. getParts(int index)The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePartMessageAnnotation. getParts(int index)The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePartMessageAnnotationOrBuilder. getParts(int index)The collection of annotated message parts ordered by their position in the message.static AnnotatedMessagePartAnnotatedMessagePart. parseDelimitedFrom(InputStream input)static AnnotatedMessagePartAnnotatedMessagePart. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(byte[] data)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(com.google.protobuf.ByteString data)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(InputStream input)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(ByteBuffer data)static AnnotatedMessagePartAnnotatedMessagePart. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type AnnotatedMessagePart Modifier and Type Method Description com.google.protobuf.Parser<AnnotatedMessagePart>AnnotatedMessagePart. getParserForType()List<AnnotatedMessagePart>MessageAnnotation.Builder. getPartsList()The collection of annotated message parts ordered by their position in the message.List<AnnotatedMessagePart>MessageAnnotation. getPartsList()The collection of annotated message parts ordered by their position in the message.List<AnnotatedMessagePart>MessageAnnotationOrBuilder. getPartsList()The collection of annotated message parts ordered by their position in the message.static com.google.protobuf.Parser<AnnotatedMessagePart>AnnotatedMessagePart. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type AnnotatedMessagePart Modifier and Type Method Description MessageAnnotation.BuilderMessageAnnotation.Builder. addParts(int index, AnnotatedMessagePart value)The collection of annotated message parts ordered by their position in the message.MessageAnnotation.BuilderMessageAnnotation.Builder. addParts(AnnotatedMessagePart value)The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePart.BuilderAnnotatedMessagePart.Builder. mergeFrom(AnnotatedMessagePart other)static AnnotatedMessagePart.BuilderAnnotatedMessagePart. newBuilder(AnnotatedMessagePart prototype)MessageAnnotation.BuilderMessageAnnotation.Builder. setParts(int index, AnnotatedMessagePart value)The collection of annotated message parts ordered by their position in the message.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type AnnotatedMessagePart Modifier and Type Method Description MessageAnnotation.BuilderMessageAnnotation.Builder. addAllParts(Iterable<? extends AnnotatedMessagePart> values)The collection of annotated message parts ordered by their position in the message.
-