Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestSmartRepliesResponse.
The response message for Participants.SuggestSmartReplies.
Generated from protobuf message google.cloud.dialogflow.v2.SuggestSmartRepliesResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ smart_reply_answers |
array<Google\Cloud\Dialogflow\V2\SmartReplyAnswer>
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. |
↳ latest_message |
string
The name of the latest conversation message used to compile suggestion for. Format: |
↳ context_size |
int
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. |
getSmartReplyAnswers
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.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSmartReplyAnswers
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.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.SmartReplyAnswer smart_reply_answers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\SmartReplyAnswer>
|
Returns | |
---|---|
Type | Description |
$this |
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>
.
Generated from protobuf field string latest_message = 2 [(.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setLatestMessage
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>
.
Generated from protobuf field string latest_message = 2 [(.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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.
Generated from protobuf field int32 context_size = 3;
Returns | |
---|---|
Type | Description |
int |
setContextSize
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.
Generated from protobuf field int32 context_size = 3;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |