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 | |
---|---|
Name | Description |
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: |
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.
Generated from protobuf field string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |