Send feedback
Class Intent.Message.Text.Builder (4.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.1 keyboard_arrow_down
public static final class Intent . Message . Text . Builder extends GeneratedMessageV3 . Builder<Intent . Message . Text . Builder > implements Intent . Message . TextOrBuilder
The text response message.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.Text
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Intent . Message . Text . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
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 String
The text to add.
Returns
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 ByteString
The bytes of the text to add.
Returns
build()
public Intent . Message . Text build ()
Returns
buildPartial()
public Intent . Message . Text buildPartial ()
Returns
clear()
public Intent . Message . Text . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Intent . Message . Text . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Intent . Message . Text . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearText()
public Intent . Message . Text . Builder clearText ()
Optional. The collection of the agent's responses.
repeated string text = 1;
Returns
clone()
public Intent . Message . Text . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public Intent . Message . Text getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getText(int index)
public String getText ( int index )
Optional. The collection of the agent's responses.
repeated string text = 1;
Parameter
Name Description index int
The 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 int
The 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
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(Intent.Message.Text other)
public Intent . Message . Text . Builder mergeFrom ( Intent . Message . Text other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Intent . Message . Text . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Intent . Message . Text . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Intent . Message . Text . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Intent . Message . Text . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Intent . Message . Text . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
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 int
The index to set the value at.
value String
The text to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Intent . Message . Text . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]