Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DialogflowAssistAnswer.
Represents a Dialogflow assist answer.
Generated from protobuf message google.cloud.dialogflow.v2.DialogflowAssistAnswer
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query_result |
Google\Cloud\Dialogflow\V2\QueryResult
Result from v2 agent. |
↳ intent_suggestion |
Google\Cloud\Dialogflow\V2\IntentSuggestion
An intent suggestion generated from conversation. |
↳ answer_record |
string
The name of answer record, in the format of "projects/
|
getQueryResult
Result from v2 agent.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\QueryResult|null |
hasQueryResult
setQueryResult
Result from v2 agent.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\QueryResult
|
Returns | |
---|---|
Type | Description |
$this |
getIntentSuggestion
An intent suggestion generated from conversation.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\IntentSuggestion|null |
hasIntentSuggestion
setIntentSuggestion
An intent suggestion generated from conversation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\IntentSuggestion
|
Returns | |
---|---|
Type | Description |
$this |
getAnswerRecord
The name of answer record, in the format of "projects/
Returns | |
---|---|
Type | Description |
string |
setAnswerRecord
The name of answer record, in the format of "projects/
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResult
Returns | |
---|---|
Type | Description |
string |