Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestConversationSummaryRequest.
The request message for Conversations.SuggestConversationSummary.
Generated from protobuf message google.cloud.dialogflow.v2.SuggestConversationSummaryRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversation |
string
Required. The conversation to fetch suggestion for. Format: |
↳ latest_message |
string
Optional. The name of the latest conversation message used as context for compiling suggestion. If empty, the latest message of the conversation will be used. Format: |
↳ context_size |
int
Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000. |
↳ assist_query_params |
Google\Cloud\Dialogflow\V2\AssistQueryParameters
Optional. Parameters for a human assist query. Only used for POC/demo purpose. |
getConversation
Required. The conversation to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>
.
Returns | |
---|---|
Type | Description |
string |
setConversation
Required. The conversation to fetch suggestion for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLatestMessage
Optional. The name of the latest conversation message used as context for compiling suggestion. If empty, the latest message of the conversation will be used.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>
.
Returns | |
---|---|
Type | Description |
string |
setLatestMessage
Optional. The name of the latest conversation message used as context for compiling suggestion. If empty, the latest message of the conversation will be used.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/messages/<Message ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContextSize
Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000.
Returns | |
---|---|
Type | Description |
int |
setContextSize
Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAssistQueryParams
Optional. Parameters for a human assist query. Only used for POC/demo purpose.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\AssistQueryParameters|null |
hasAssistQueryParams
clearAssistQueryParams
setAssistQueryParams
Optional. Parameters for a human assist query. Only used for POC/demo purpose.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\AssistQueryParameters
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
conversation |
string
Required. The conversation to fetch suggestion for.
Format: |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\SuggestConversationSummaryRequest |