GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings class
Settings that determine how to filter recent conversation context when generating suggestions.
Constructors
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings({bool? dropHandoffMessages, bool? dropIvrMessages, bool? dropVirtualAgentMessages})
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.fromJson(Map json_)
Properties
- dropHandoffMessages ↔ bool?
-
If set to true, the last message from virtual agent (hand off message) and
the message before it (trigger message of hand off) are dropped.
getter/setter pair
- dropIvrMessages ↔ bool?
-
If set to true, all messages from ivr stage are dropped.
getter/setter pair
- dropVirtualAgentMessages ↔ bool?
-
If set to true, all messages from virtual agent are dropped.
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