GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig class

Config for suggestion features.

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
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