Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
MessageAnnotation.Builder |
MessageAnnotation.Builder.addAllParts(Iterable<? extends AnnotatedMessagePart> values)
The collection of annotated message parts ordered by their
position in the message.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.addParts(AnnotatedMessagePart.Builder builderForValue)
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.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.addParts(int index,
AnnotatedMessagePart.Builder builderForValue)
The collection of annotated message parts ordered by their
position in the message.
|
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.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.clear() |
MessageAnnotation.Builder |
MessageAnnotation.Builder.clearContainEntities()
Indicates whether the text message contains entities.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.clearField(Descriptors.FieldDescriptor field) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.clearParts()
The collection of annotated message parts ordered by their
position in the message.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.clone() |
MessageAnnotation.Builder |
Message.Builder.getMessageAnnotationBuilder()
Output only.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.mergeFrom(Message other) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.mergeFrom(MessageAnnotation other) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static MessageAnnotation.Builder |
MessageAnnotation.newBuilder() |
static MessageAnnotation.Builder |
MessageAnnotation.newBuilder(MessageAnnotation prototype) |
MessageAnnotation.Builder |
MessageAnnotation.newBuilderForType() |
protected MessageAnnotation.Builder |
MessageAnnotation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.removeParts(int index)
The collection of annotated message parts ordered by their
position in the message.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.setContainEntities(boolean value)
Indicates whether the text message contains entities.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.setParts(int index,
AnnotatedMessagePart.Builder builderForValue)
The collection of annotated message parts ordered by their
position in the message.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.setParts(int index,
AnnotatedMessagePart value)
The collection of annotated message parts ordered by their
position in the message.
|
MessageAnnotation.Builder |
MessageAnnotation.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
MessageAnnotation.Builder |
MessageAnnotation.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
MessageAnnotation.Builder |
MessageAnnotation.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.setMessageAnnotation(MessageAnnotation.Builder builderForValue)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.