Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
Settings that determine how to filter recent conversation context when generating suggestions.
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings : IDirectResponseSchema
Properties
DropHandoffMessages
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.
Declaration
[JsonProperty("dropHandoffMessages")]
public virtual bool? DropHandoffMessages { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DropIvrMessages
If set to true, all messages from ivr stage are dropped.
Declaration
[JsonProperty("dropIvrMessages")]
public virtual bool? DropIvrMessages { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DropVirtualAgentMessages
If set to true, all messages from virtual agent are dropped.
Declaration
[JsonProperty("dropVirtualAgentMessages")]
public virtual bool? DropVirtualAgentMessages { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |