Send feedback
Class ResponseMessage.Text.Builder (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.1 keyboard_arrow_down
public static final class ResponseMessage . Text . Builder extends GeneratedMessageV3 . Builder<ResponseMessage . Text . Builder > implements ResponseMessage . TextOrBuilder
The text response message.
Protobuf type google.cloud.dialogflow.cx.v3.ResponseMessage.Text
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllText(Iterable<String> values)
public ResponseMessage . Text . Builder addAllText ( Iterable<String> values )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResponseMessage . Text . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
addText(String value)
public ResponseMessage . Text . Builder addText ( String value )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The text to add.
Returns
addTextBytes(ByteString value)
public ResponseMessage . Text . Builder addTextBytes ( ByteString value )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes of the text to add.
Returns
build()
public ResponseMessage . Text build ()
Returns
buildPartial()
public ResponseMessage . Text buildPartial ()
Returns
clear()
public ResponseMessage . Text . Builder clear ()
Returns
Overrides
clearAllowPlaybackInterruption()
public ResponseMessage . Text . Builder clearAllowPlaybackInterruption ()
Output only. Whether the playback of this message can be interrupted by the end
user's speech and the client can then starts the next Dialogflow
request.
bool allow_playback_interruption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearField(Descriptors.FieldDescriptor field)
public ResponseMessage . Text . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ResponseMessage . Text . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearText()
public ResponseMessage . Text . Builder clearText ()
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public ResponseMessage . Text . Builder clone ()
Returns
Overrides
getAllowPlaybackInterruption()
public boolean getAllowPlaybackInterruption ()
Output only. Whether the playback of this message can be interrupted by the end
user's speech and the client can then starts the next Dialogflow
request.
bool allow_playback_interruption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description boolean The allowPlaybackInterruption.
getDefaultInstanceForType()
public ResponseMessage . Text getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getText(int index)
public String getText ( int index )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
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 )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
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 ()
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description int The count of text.
getTextList()
public ProtocolStringList getTextList ()
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ResponseMessage.Text other)
public ResponseMessage . Text . Builder mergeFrom ( ResponseMessage . Text other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResponseMessage . Text . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ResponseMessage . Text . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResponseMessage . Text . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setAllowPlaybackInterruption(boolean value)
public ResponseMessage . Text . Builder setAllowPlaybackInterruption ( boolean value )
Output only. Whether the playback of this message can be interrupted by the end
user's speech and the client can then starts the next Dialogflow
request.
bool allow_playback_interruption = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value boolean
The allowPlaybackInterruption to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ResponseMessage . Text . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResponseMessage . Text . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setText(int index, String value)
public ResponseMessage . Text . Builder setText ( int index , String value )
Required. A collection of text responses.
repeated string text = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters
Name Description index int
The index to set the value at.
value String
The text to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ResponseMessage . 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."],[],[]]