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 AnnotatedMessagePart
AnnotatedMessagePart.Builder. build()
AnnotatedMessagePart
AnnotatedMessagePart.Builder. buildPartial()
static AnnotatedMessagePart
AnnotatedMessagePart. getDefaultInstance()
AnnotatedMessagePart
AnnotatedMessagePart.Builder. getDefaultInstanceForType()
AnnotatedMessagePart
AnnotatedMessagePart. getDefaultInstanceForType()
AnnotatedMessagePart
MessageAnnotation.Builder. getParts(int index)
The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePart
MessageAnnotation. getParts(int index)
The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePart
MessageAnnotationOrBuilder. getParts(int index)
The collection of annotated message parts ordered by their position in the message.static AnnotatedMessagePart
AnnotatedMessagePart. parseDelimitedFrom(InputStream input)
static AnnotatedMessagePart
AnnotatedMessagePart. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(byte[] data)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(com.google.protobuf.ByteString data)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(InputStream input)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotatedMessagePart
AnnotatedMessagePart. parseFrom(ByteBuffer data)
static AnnotatedMessagePart
AnnotatedMessagePart. 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.Builder
MessageAnnotation.Builder. addParts(int index, AnnotatedMessagePart value)
The collection of annotated message parts ordered by their position in the message.MessageAnnotation.Builder
MessageAnnotation.Builder. addParts(AnnotatedMessagePart value)
The collection of annotated message parts ordered by their position in the message.AnnotatedMessagePart.Builder
AnnotatedMessagePart.Builder. mergeFrom(AnnotatedMessagePart other)
static AnnotatedMessagePart.Builder
AnnotatedMessagePart. newBuilder(AnnotatedMessagePart prototype)
MessageAnnotation.Builder
MessageAnnotation.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.Builder
MessageAnnotation.Builder. addAllParts(Iterable<? extends AnnotatedMessagePart> values)
The collection of annotated message parts ordered by their position in the message.
-