GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig class
Detail human agent assistant config.
Constructors
-
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig({List<
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig> ? featureConfigs, bool? groupSuggestionResponses}) - GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig.fromJson(Map json_)
Properties
-
featureConfigs
↔ List<
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig> ? -
Configuration of different suggestion features.
getter/setter pair
- groupSuggestionResponses ↔ bool?
-
If
group_suggestion_responses
is false, and there are multiplefeature_configs
inevent based suggestion
or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- 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