Google Cloud Dialogflow V2 Client - Class DialogflowQuerySource (1.4.0)

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

Dialogflow source setting.

Supported feature: DIALOGFLOW_ASSIST.

Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ agent string

Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project Number/ ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.

getAgent

Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project Number/ ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.

Returns
TypeDescription
string

setAgent

Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project Number/ ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.

Parameter
NameDescription
var string
Returns
TypeDescription
$this