Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig : IDirectResponseSchema
Properties
ConversationModelConfig
Declaration
[JsonProperty("conversationModelConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig ConversationModelConfig { get; set; }
Property Value
ConversationProcessConfig
Declaration
[JsonProperty("conversationProcessConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig ConversationProcessConfig { get; set; }
Property Value
DisableAgentQueryLogging
Declaration
[JsonProperty("disableAgentQueryLogging")]
public virtual bool? DisableAgentQueryLogging { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableConversationAugmentedQuery
Declaration
[JsonProperty("enableConversationAugmentedQuery")]
public virtual bool? EnableConversationAugmentedQuery { get; set; }
Property Value
EnableEventBasedSuggestion
Declaration
[JsonProperty("enableEventBasedSuggestion")]
public virtual bool? EnableEventBasedSuggestion { get; set; }
Property Value
EnableQuerySuggestionOnly
Declaration
[JsonProperty("enableQuerySuggestionOnly")]
public virtual bool? EnableQuerySuggestionOnly { get; set; }
Property Value
EnableQuerySuggestionWhenNoAnswer
Declaration
[JsonProperty("enableQuerySuggestionWhenNoAnswer")]
public virtual bool? EnableQuerySuggestionWhenNoAnswer { get; set; }
Property Value
EnableResponseDebugInfo
Declaration
[JsonProperty("enableResponseDebugInfo")]
public virtual bool? EnableResponseDebugInfo { get; set; }
Property Value
QueryConfig
Declaration
[JsonProperty("queryConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig QueryConfig { get; set; }
Property Value
RaiSettings
Declaration
[JsonProperty("raiSettings")]
public virtual GoogleCloudDialogflowV2beta1RaiSettings RaiSettings { get; set; }
Property Value
SuggestionFeature
Declaration
[JsonProperty("suggestionFeature")]
public virtual GoogleCloudDialogflowV2beta1SuggestionFeature SuggestionFeature { get; set; }
Property Value
SuggestionTriggerSettings
Declaration
[JsonProperty("suggestionTriggerSettings")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings SuggestionTriggerSettings { get; set; }
Property Value
Implements