Google Cloud Dialogflow V2 Client - Class SuggestConversationSummaryResponse (1.4.0)

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

The response message for Conversations.SuggestConversationSummary.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ summary Google\Cloud\Dialogflow\V2\SuggestConversationSummaryResponse\Summary

Generated summary.

↳ latest_message string

The name of the latest conversation message used as context for compiling suggestion. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

↳ context_size int

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

getSummary

Generated summary.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\SuggestConversationSummaryResponse\Summary|null

hasSummary

clearSummary

setSummary

Generated summary.

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

getLatestMessage

The name of the latest conversation message used as context for compiling suggestion.

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

Returns
TypeDescription
string

setLatestMessage

The name of the latest conversation message used as context for compiling suggestion.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContextSize

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

Returns
TypeDescription
int

setContextSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this