Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig

Inheritance
object
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
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 GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig : IDirectResponseSchema

Properties

ConversationModelConfig

Declaration
[JsonProperty("conversationModelConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig ConversationModelConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig

ConversationProcessConfig

Declaration
[JsonProperty("conversationProcessConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig ConversationProcessConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig

DisableAgentQueryLogging

Declaration
[JsonProperty("disableAgentQueryLogging")]
public virtual bool? DisableAgentQueryLogging { 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

EnableConversationAugmentedQuery

Declaration
[JsonProperty("enableConversationAugmentedQuery")]
public virtual bool? EnableConversationAugmentedQuery { get; set; }
Property Value
Type Description
bool?

EnableEventBasedSuggestion

Declaration
[JsonProperty("enableEventBasedSuggestion")]
public virtual bool? EnableEventBasedSuggestion { get; set; }
Property Value
Type Description
bool?

EnableQuerySuggestionOnly

Declaration
[JsonProperty("enableQuerySuggestionOnly")]
public virtual bool? EnableQuerySuggestionOnly { get; set; }
Property Value
Type Description
bool?

EnableQuerySuggestionWhenNoAnswer

Declaration
[JsonProperty("enableQuerySuggestionWhenNoAnswer")]
public virtual bool? EnableQuerySuggestionWhenNoAnswer { get; set; }
Property Value
Type Description
bool?

EnableResponseDebugInfo

Declaration
[JsonProperty("enableResponseDebugInfo")]
public virtual bool? EnableResponseDebugInfo { get; set; }
Property Value
Type Description
bool?

QueryConfig

Declaration
[JsonProperty("queryConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig QueryConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig

RaiSettings

Declaration
[JsonProperty("raiSettings")]
public virtual GoogleCloudDialogflowV2RaiSettings RaiSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2RaiSettings

SuggestionFeature

Declaration
[JsonProperty("suggestionFeature")]
public virtual GoogleCloudDialogflowV2SuggestionFeature SuggestionFeature { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SuggestionFeature

SuggestionTriggerSettings

Declaration
[JsonProperty("suggestionTriggerSettings")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings SuggestionTriggerSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX