Class SuggestSmartRepliesResponse.Builder (4.47.0)

public static final class SuggestSmartRepliesResponse.Builder extends GeneratedMessageV3.Builder<SuggestSmartRepliesResponse.Builder> implements SuggestSmartRepliesResponseOrBuilder

The response message for Participants.SuggestSmartReplies.

Protobuf type google.cloud.dialogflow.v2.SuggestSmartRepliesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllSmartReplyAnswers(Iterable<? extends SmartReplyAnswer> values)

public SuggestSmartRepliesResponse.Builder addAllSmartReplyAnswers(Iterable<? extends SmartReplyAnswer> values)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.dialogflow.v2.SmartReplyAnswer>
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SuggestSmartRepliesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

addSmartReplyAnswers(SmartReplyAnswer value)

public SuggestSmartRepliesResponse.Builder addSmartReplyAnswers(SmartReplyAnswer value)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueSmartReplyAnswer
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

addSmartReplyAnswers(SmartReplyAnswer.Builder builderForValue)

public SuggestSmartRepliesResponse.Builder addSmartReplyAnswers(SmartReplyAnswer.Builder builderForValue)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueSmartReplyAnswer.Builder
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

addSmartReplyAnswers(int index, SmartReplyAnswer value)

public SuggestSmartRepliesResponse.Builder addSmartReplyAnswers(int index, SmartReplyAnswer value)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueSmartReplyAnswer
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

addSmartReplyAnswers(int index, SmartReplyAnswer.Builder builderForValue)

public SuggestSmartRepliesResponse.Builder addSmartReplyAnswers(int index, SmartReplyAnswer.Builder builderForValue)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueSmartReplyAnswer.Builder
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

addSmartReplyAnswersBuilder()

public SmartReplyAnswer.Builder addSmartReplyAnswersBuilder()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
SmartReplyAnswer.Builder

addSmartReplyAnswersBuilder(int index)

public SmartReplyAnswer.Builder addSmartReplyAnswersBuilder(int index)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswer.Builder

build()

public SuggestSmartRepliesResponse build()
Returns
TypeDescription
SuggestSmartRepliesResponse

buildPartial()

public SuggestSmartRepliesResponse buildPartial()
Returns
TypeDescription
SuggestSmartRepliesResponse

clear()

public SuggestSmartRepliesResponse.Builder clear()
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

clearContextSize()

public SuggestSmartRepliesResponse.Builder clearContextSize()

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestSmartRepliesRequest.context_size field in the request if there aren't that many messages in the conversation.

int32 context_size = 3;

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SuggestSmartRepliesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

clearLatestMessage()

public SuggestSmartRepliesResponse.Builder clearLatestMessage()

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SuggestSmartRepliesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

clearSmartReplyAnswers()

public SuggestSmartRepliesResponse.Builder clearSmartReplyAnswers()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

clone()

public SuggestSmartRepliesResponse.Builder clone()
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

getContextSize()

public int getContextSize()

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestSmartRepliesRequest.context_size field in the request if there aren't that many messages in the conversation.

int32 context_size = 3;

Returns
TypeDescription
int

The contextSize.

getDefaultInstanceForType()

public SuggestSmartRepliesResponse getDefaultInstanceForType()
Returns
TypeDescription
SuggestSmartRepliesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLatestMessage()

public String getLatestMessage()

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The latestMessage.

getLatestMessageBytes()

public ByteString getLatestMessageBytes()

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for latestMessage.

getSmartReplyAnswers(int index)

public SmartReplyAnswer getSmartReplyAnswers(int index)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswer

getSmartReplyAnswersBuilder(int index)

public SmartReplyAnswer.Builder getSmartReplyAnswersBuilder(int index)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswer.Builder

getSmartReplyAnswersBuilderList()

public List<SmartReplyAnswer.Builder> getSmartReplyAnswersBuilderList()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Builder>

getSmartReplyAnswersCount()

public int getSmartReplyAnswersCount()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getSmartReplyAnswersList()

public List<SmartReplyAnswer> getSmartReplyAnswersList()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<SmartReplyAnswer>

getSmartReplyAnswersOrBuilder(int index)

public SmartReplyAnswerOrBuilder getSmartReplyAnswersOrBuilder(int index)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswerOrBuilder

getSmartReplyAnswersOrBuilderList()

public List<? extends SmartReplyAnswerOrBuilder> getSmartReplyAnswersOrBuilderList()

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.SmartReplyAnswerOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SuggestSmartRepliesResponse other)

public SuggestSmartRepliesResponse.Builder mergeFrom(SuggestSmartRepliesResponse other)
Parameter
NameDescription
otherSuggestSmartRepliesResponse
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SuggestSmartRepliesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SuggestSmartRepliesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SuggestSmartRepliesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

removeSmartReplyAnswers(int index)

public SuggestSmartRepliesResponse.Builder removeSmartReplyAnswers(int index)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

setContextSize(int value)

public SuggestSmartRepliesResponse.Builder setContextSize(int value)

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestSmartRepliesRequest.context_size field in the request if there aren't that many messages in the conversation.

int32 context_size = 3;

Parameter
NameDescription
valueint

The contextSize to set.

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SuggestSmartRepliesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

setLatestMessage(String value)

public SuggestSmartRepliesResponse.Builder setLatestMessage(String value)

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The latestMessage to set.

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

This builder for chaining.

setLatestMessageBytes(ByteString value)

public SuggestSmartRepliesResponse.Builder setLatestMessageBytes(ByteString value)

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

string latest_message = 2 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for latestMessage to set.

Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SuggestSmartRepliesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides

setSmartReplyAnswers(int index, SmartReplyAnswer value)

public SuggestSmartRepliesResponse.Builder setSmartReplyAnswers(int index, SmartReplyAnswer value)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueSmartReplyAnswer
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

setSmartReplyAnswers(int index, SmartReplyAnswer.Builder builderForValue)

public SuggestSmartRepliesResponse.Builder setSmartReplyAnswers(int index, SmartReplyAnswer.Builder builderForValue)

Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig.

repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueSmartReplyAnswer.Builder
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final SuggestSmartRepliesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SuggestSmartRepliesResponse.Builder
Overrides