Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestKnowledgeAssistResponse.
The response message for Participants.SuggestKnowledgeAssist.
Generated from protobuf message google.cloud.dialogflow.v2.SuggestKnowledgeAssistResponse
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ knowledge_assist_answer |
Google\Cloud\Dialogflow\V2\KnowledgeAssistAnswer
Output only. Knowledge Assist suggestion. |
↳ 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 SuggestKnowledgeAssistRequest.context_size field in the request if there are fewer messages in the conversation. |
getKnowledgeAssistAnswer
Output only. Knowledge Assist suggestion.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\KnowledgeAssistAnswer|null |
hasKnowledgeAssistAnswer
clearKnowledgeAssistAnswer
setKnowledgeAssistAnswer
Output only. Knowledge Assist suggestion.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\KnowledgeAssistAnswer
|
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>
.
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>
.
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 SuggestKnowledgeAssistRequest.context_size field in the request if there are fewer messages in the conversation.
Returns | |
---|---|
Type | Description |
int |
setContextSize
Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestKnowledgeAssistRequest.context_size field in the request if there are fewer messages in the conversation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |