Interface SuggestSmartRepliesResponseOrBuilder (4.28.0)

public interface SuggestSmartRepliesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContextSize()

public abstract 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.

getLatestMessage()

public abstract 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 abstract 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 abstract 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.v2beta1.SmartReplyAnswer smart_reply_answers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswer

getSmartReplyAnswersCount()

public abstract 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.v2beta1.SmartReplyAnswer smart_reply_answers = 1;

Returns
TypeDescription
int

getSmartReplyAnswersList()

public abstract 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.v2beta1.SmartReplyAnswer smart_reply_answers = 1;

Returns
TypeDescription
List<SmartReplyAnswer>

getSmartReplyAnswersOrBuilder(int index)

public abstract 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.v2beta1.SmartReplyAnswer smart_reply_answers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SmartReplyAnswerOrBuilder

getSmartReplyAnswersOrBuilderList()

public abstract 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.v2beta1.SmartReplyAnswer smart_reply_answers = 1;

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