Google Cloud Dialogflow V2 Client - Class SuggestSmartRepliesRequest (1.0.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestSmartRepliesRequest.

The request message for Participants.SuggestSmartReplies.

Generated from protobuf message google.cloud.dialogflow.v2.SuggestSmartRepliesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the participant to fetch suggestion for. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

↳ current_text_input Google\Cloud\Dialogflow\V2\TextInput

The current natural language text segment to compile suggestion for. This provides a way for user to get follow up smart reply suggestion after a smart reply selection, without sending a text message.

↳ latest_message string

The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

↳ context_size int

Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

getParent

Required. The name of the participant to fetch suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setParent

Required. The name of the participant to fetch suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCurrentTextInput

The current natural language text segment to compile suggestion for. This provides a way for user to get follow up smart reply suggestion after a smart reply selection, without sending a text message.

Generated from protobuf field .google.cloud.dialogflow.v2.TextInput current_text_input = 4;

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\TextInput|null

hasCurrentTextInput

clearCurrentTextInput

setCurrentTextInput

The current natural language text segment to compile suggestion for. This provides a way for user to get follow up smart reply suggestion after a smart reply selection, without sending a text message.

Generated from protobuf field .google.cloud.dialogflow.v2.TextInput current_text_input = 4;

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\TextInput
Returns
TypeDescription
$this

getLatestMessage

The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.

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
TypeDescription
string

setLatestMessage

The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.

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
NameDescription
var string
Returns
TypeDescription
$this

getContextSize

Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

Generated from protobuf field int32 context_size = 3;

Returns
TypeDescription
int

setContextSize

Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 20 and at most 50.

Generated from protobuf field int32 context_size = 3;

Parameter
NameDescription
var int
Returns
TypeDescription
$this