public static final class Intent.Message.Text.Builder extends GeneratedMessage.Builder<Intent.Message.Text.Builder> implements Intent.Message.TextOrBuilderThe text response message.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.Text
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Intent.Message.Text.BuilderImplements
Intent.Message.TextOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllText(Iterable<String> values)
public Intent.Message.Text.Builder addAllText(Iterable<String> values)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The text to add. |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
This builder for chaining. |
addText(String value)
public Intent.Message.Text.Builder addText(String value)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe text to add. |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
This builder for chaining. |
addTextBytes(ByteString value)
public Intent.Message.Text.Builder addTextBytes(ByteString value)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the text to add. |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
This builder for chaining. |
build()
public Intent.Message.Text build()| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text |
|
buildPartial()
public Intent.Message.Text buildPartial()| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text |
|
clear()
public Intent.Message.Text.Builder clear()| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
|
clearText()
public Intent.Message.Text.Builder clearText()Optional. The collection of the agent's responses.
repeated string text = 1;
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Intent.Message.Text getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getText(int index)
public String getText(int index)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The text at the given index. |
getTextBytes(int index)
public ByteString getTextBytes(int index)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the text at the given index. |
getTextCount()
public int getTextCount()Optional. The collection of the agent's responses.
repeated string text = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of text. |
getTextList()
public ProtocolStringList getTextList()Optional. The collection of the agent's responses.
repeated string text = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the text. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Intent.Message.Text other)
public Intent.Message.Text.Builder mergeFrom(Intent.Message.Text other)| Parameter | |
|---|---|
| Name | Description |
other |
Intent.Message.Text |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Intent.Message.Text.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Intent.Message.Text.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
|
setText(int index, String value)
public Intent.Message.Text.Builder setText(int index, String value)Optional. The collection of the agent's responses.
repeated string text = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe text to set. |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Text.Builder |
This builder for chaining. |