Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings

Settings that determine how to filter recent conversation context when generating suggestions.

Inheritance
object
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX