GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig class
Config for suggestion features.
Constructors
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig({GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig? conversationModelConfig, GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig? conversationProcessConfig, bool? disableAgentQueryLogging, bool? enableConversationAugmentedQuery, bool? enableEventBasedSuggestion, bool? enableQuerySuggestionOnly, bool? enableQuerySuggestionWhenNoAnswer, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig? queryConfig, GoogleCloudDialogflowV2SuggestionFeature? suggestionFeature, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings? suggestionTriggerSettings})
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.fromJson(Map json_)
Properties
- conversationModelConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig?
-
Configs of custom conversation model.
getter/setter pair
- conversationProcessConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig?
-
Configs for processing conversation.
getter/setter pair
- disableAgentQueryLogging ↔ bool?
-
Disable the logging of search queries sent by human agents.
getter/setter pair
- enableConversationAugmentedQuery ↔ bool?
-
Enable including conversation context during query answer generation.
getter/setter pair
- enableEventBasedSuggestion ↔ bool?
-
Automatically iterates all participants and tries to compile suggestions.
getter/setter pair
- enableQuerySuggestionOnly ↔ bool?
-
Enable query suggestion only.
getter/setter pair
- enableQuerySuggestionWhenNoAnswer ↔ bool?
-
Enable query suggestion even if we can't find its answer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryConfig ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig?
-
Configs of query.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestionFeature ↔ GoogleCloudDialogflowV2SuggestionFeature?
-
The suggestion feature.
getter/setter pair
- suggestionTriggerSettings ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings?
-
Settings of suggestion trigger.
getter/setter pair
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