Google Cloud Dialogflow V2 Client - Class GenerateStatelessSummaryResponse (1.10.2)

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

The response message for Conversations.GenerateStatelessSummary .

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ latest_message
string

The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.

↳ context_size
int

Number of messages prior to and including last_conversation_message used to compile the suggestion. It may be smaller than the GenerateStatelessSummaryRequest.context_size field in the request if there weren't that many messages in the conversation.

getSummary

Generated summary.

hasSummary

clearSummary

setSummary

Generated summary.

Returns
Type
Description
$this

getLatestMessage

The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.

Returns
Type
Description
string

setLatestMessage

The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getContextSize

Number of messages prior to and including last_conversation_message used to compile the suggestion. It may be smaller than the GenerateStatelessSummaryRequest.context_size field in the request if there weren't that many messages in the conversation.

Returns
Type
Description
int

setContextSize

Number of messages prior to and including last_conversation_message used to compile the suggestion. It may be smaller than the GenerateStatelessSummaryRequest.context_size field in the request if there weren't that many messages in the conversation.

Parameter
Name
Description
var
int
Returns
Type
Description
$this