Uses of Class
com.google.cloud.dialogflow.v2.MessageAnnotation
-
Packages that use MessageAnnotation Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of MessageAnnotation in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return MessageAnnotation Modifier and Type Method Description MessageAnnotation
MessageAnnotation.Builder. build()
MessageAnnotation
MessageAnnotation.Builder. buildPartial()
static MessageAnnotation
MessageAnnotation. getDefaultInstance()
MessageAnnotation
MessageAnnotation.Builder. getDefaultInstanceForType()
MessageAnnotation
MessageAnnotation. getDefaultInstanceForType()
MessageAnnotation
Message.Builder. getMessageAnnotation()
Output only.MessageAnnotation
Message. getMessageAnnotation()
Output only.MessageAnnotation
MessageOrBuilder. getMessageAnnotation()
Output only.static MessageAnnotation
MessageAnnotation. parseDelimitedFrom(InputStream input)
static MessageAnnotation
MessageAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MessageAnnotation
MessageAnnotation. parseFrom(byte[] data)
static MessageAnnotation
MessageAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MessageAnnotation
MessageAnnotation. parseFrom(com.google.protobuf.ByteString data)
static MessageAnnotation
MessageAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MessageAnnotation
MessageAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static MessageAnnotation
MessageAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MessageAnnotation
MessageAnnotation. parseFrom(InputStream input)
static MessageAnnotation
MessageAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MessageAnnotation
MessageAnnotation. parseFrom(ByteBuffer data)
static MessageAnnotation
MessageAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type MessageAnnotation Modifier and Type Method Description com.google.protobuf.Parser<MessageAnnotation>
MessageAnnotation. getParserForType()
static com.google.protobuf.Parser<MessageAnnotation>
MessageAnnotation. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type MessageAnnotation Modifier and Type Method Description MessageAnnotation.Builder
MessageAnnotation.Builder. mergeFrom(MessageAnnotation other)
Message.Builder
Message.Builder. mergeMessageAnnotation(MessageAnnotation value)
Output only.static MessageAnnotation.Builder
MessageAnnotation. newBuilder(MessageAnnotation prototype)
Message.Builder
Message.Builder. setMessageAnnotation(MessageAnnotation value)
Output only.
-