Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings (4.18.0)

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

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ContextFilterSettings()

public ContextFilterSettings()

ContextFilterSettings(ContextFilterSettings)

public ContextFilterSettings(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings other)
Parameter
NameDescription
otherHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings

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

DropIvrMessages

public bool DropIvrMessages { get; set; }

If set to true, all messages from ivr stage are dropped.

Property Value
TypeDescription
bool

DropVirtualAgentMessages

public bool DropVirtualAgentMessages { get; set; }

If set to true, all messages from virtual agent are dropped.

Property Value
TypeDescription
bool