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
Namespace
Google \ Cloud \ Dialogflow \ V2 \ HumanAgentAssistantConfig \ SuggestionQueryConfigMethods
__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: |
↳ human_agent_side_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig\DialogflowQuerySource\HumanAgentSideConfig
Optional. The Dialogflow assist configuration for human agent. |
getAgent
Required. The name of a Dialogflow virtual agent used for end user side
intent detection and suggestion. Format: projects/<Project
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
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
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHumanAgentSideConfig
Optional. The Dialogflow assist configuration for human agent.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig\DialogflowQuerySource\HumanAgentSideConfig|null |
hasHumanAgentSideConfig
clearHumanAgentSideConfig
setHumanAgentSideConfig
Optional. The Dialogflow assist configuration for human agent.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionQueryConfig\DialogflowQuerySource\HumanAgentSideConfig
|
Returns | |
---|---|
Type | Description |
$this |