GoogleCloudDialogflowV2HumanAgentAssistantConfig class
Defines the Human Agent Assist to connect to a conversation.
Constructors
- GoogleCloudDialogflowV2HumanAgentAssistantConfig({GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? endUserSuggestionConfig, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig? humanAgentSuggestionConfig, GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig? messageAnalysisConfig, GoogleCloudDialogflowV2NotificationConfig? notificationConfig})
- GoogleCloudDialogflowV2HumanAgentAssistantConfig.fromJson(Map json_)
Properties
- endUserSuggestionConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig?
-
Configuration for agent assistance of end user participant.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanAgentSuggestionConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig?
-
Configuration for agent assistance of human agent participant.
getter/setter pair
- messageAnalysisConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig?
-
Configuration for message analysis.
getter/setter pair
- notificationConfig ↔ GoogleCloudDialogflowV2NotificationConfig?
-
Pub/Sub topic on which to publish new agent assistant events.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited