Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class HumanAgentAssistantConfig.
Defines the Human Agent Assist to connect to a conversation.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ notification_config |
Google\Cloud\Dialogflow\V2\NotificationConfig
Pub/Sub topic on which to publish new agent assistant events. |
↳ human_agent_suggestion_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig
Configuration for agent assistance of human agent participant. |
↳ end_user_suggestion_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig
Configuration for agent assistance of end user participant. Currently, this feature is not general available, please contact Google to get access. |
↳ message_analysis_config |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\MessageAnalysisConfig
Configuration for message analysis. |
getNotificationConfig
Pub/Sub topic on which to publish new agent assistant events.
Generated from protobuf field .google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\NotificationConfig|null |
hasNotificationConfig
clearNotificationConfig
setNotificationConfig
Pub/Sub topic on which to publish new agent assistant events.
Generated from protobuf field .google.cloud.dialogflow.v2.NotificationConfig notification_config = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\NotificationConfig
|
Returns | |
---|---|
Type | Description |
$this |
getHumanAgentSuggestionConfig
Configuration for agent assistance of human agent participant.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig|null |
hasHumanAgentSuggestionConfig
clearHumanAgentSuggestionConfig
setHumanAgentSuggestionConfig
Configuration for agent assistance of human agent participant.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig human_agent_suggestion_config = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig
|
Returns | |
---|---|
Type | Description |
$this |
getEndUserSuggestionConfig
Configuration for agent assistance of end user participant.
Currently, this feature is not general available, please contact Google to get access.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig|null |
hasEndUserSuggestionConfig
clearEndUserSuggestionConfig
setEndUserSuggestionConfig
Configuration for agent assistance of end user participant.
Currently, this feature is not general available, please contact Google to get access.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig end_user_suggestion_config = 4;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\SuggestionConfig
|
Returns | |
---|---|
Type | Description |
$this |
getMessageAnalysisConfig
Configuration for message analysis.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\MessageAnalysisConfig|null |
hasMessageAnalysisConfig
clearMessageAnalysisConfig
setMessageAnalysisConfig
Configuration for message analysis.
Generated from protobuf field .google.cloud.dialogflow.v2.HumanAgentAssistantConfig.MessageAnalysisConfig message_analysis_config = 5;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\HumanAgentAssistantConfig\MessageAnalysisConfig
|
Returns | |
---|---|
Type | Description |
$this |