Google Cloud Dialogflow V2 Client - Class DialogflowAssistAnswer (1.17.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ query_result QueryResult

Result from v2 agent.

↳ intent_suggestion 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
QueryResult|null

hasQueryResult

setQueryResult

Result from v2 agent.

Parameter
Name Description
var QueryResult
Returns
Type Description
$this

getIntentSuggestion

An intent suggestion generated from conversation.

Returns
Type Description
IntentSuggestion|null

hasIntentSuggestion

setIntentSuggestion

An intent suggestion generated from conversation.

Parameter
Name Description
var 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