public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings.
Settings that determine how to filter recent conversation context when generating suggestions.
Inheritance
object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettingsImplements
IMessageHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings, IEquatableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings, IDeepCloneableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ContextFilterSettings()
public ContextFilterSettings()
ContextFilterSettings(ContextFilterSettings)
public ContextFilterSettings(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings other)
Parameter | |
---|---|
Name | Description |
other |
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings |
Properties
DropHandoffMessages
public bool DropHandoffMessages { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
DropIvrMessages
public bool DropIvrMessages { get; set; }
If set to true, all messages from ivr stage are dropped.
Property Value | |
---|---|
Type | Description |
bool |
DropVirtualAgentMessages
public bool DropVirtualAgentMessages { get; set; }
If set to true, all messages from virtual agent are dropped.
Property Value | |
---|---|
Type | Description |
bool |