Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AnnotatedMessagePart.Builder |
MessageAnnotation.Builder.addPartsBuilder()
The collection of annotated message parts ordered by their
position in the message.
|
AnnotatedMessagePart.Builder |
MessageAnnotation.Builder.addPartsBuilder(int index)
The collection of annotated message parts ordered by their
position in the message.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clear() |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clearEntityType()
The [Dialogflow system entity
type](https://cloud.google.com/dialogflow/docs/reference/system-entities)
of this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clearField(Descriptors.FieldDescriptor field) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clearFormattedValue()
The [Dialogflow system entity formatted value
](https://cloud.google.com/dialogflow/docs/reference/system-entities) of
this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clearText()
A part of a message possibly annotated with an entity.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.clone() |
AnnotatedMessagePart.Builder |
MessageAnnotation.Builder.getPartsBuilder(int index)
The collection of annotated message parts ordered by their
position in the message.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.mergeFormattedValue(Value value)
The [Dialogflow system entity formatted value
](https://cloud.google.com/dialogflow/docs/reference/system-entities) of
this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.mergeFrom(AnnotatedMessagePart other) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.mergeFrom(Message other) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static AnnotatedMessagePart.Builder |
AnnotatedMessagePart.newBuilder() |
static AnnotatedMessagePart.Builder |
AnnotatedMessagePart.newBuilder(AnnotatedMessagePart prototype) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.newBuilderForType() |
protected AnnotatedMessagePart.Builder |
AnnotatedMessagePart.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setEntityType(String value)
The [Dialogflow system entity
type](https://cloud.google.com/dialogflow/docs/reference/system-entities)
of this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setEntityTypeBytes(ByteString value)
The [Dialogflow system entity
type](https://cloud.google.com/dialogflow/docs/reference/system-entities)
of this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setFormattedValue(Value.Builder builderForValue)
The [Dialogflow system entity formatted value
](https://cloud.google.com/dialogflow/docs/reference/system-entities) of
this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setFormattedValue(Value value)
The [Dialogflow system entity formatted value
](https://cloud.google.com/dialogflow/docs/reference/system-entities) of
this message part.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setText(String value)
A part of a message possibly annotated with an entity.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setTextBytes(ByteString value)
A part of a message possibly annotated with an entity.
|
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
AnnotatedMessagePart.Builder |
AnnotatedMessagePart.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<AnnotatedMessagePart.Builder> |
MessageAnnotation.Builder.getPartsBuilderList()
The collection of annotated message parts ordered by their
position in the message.
|
Modifier and Type | Method and Description |
---|---|
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(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.Builder builderForValue)
The collection of annotated message parts ordered by their
position in the message.
|
Copyright © 2022 Google LLC. All rights reserved.