Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig

Config for suggestion features.

Inheritance
object
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig : IDirectResponseSchema

Properties

ConversationModelConfig

Configs of custom conversation model.

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

ConversationProcessConfig

Configs for processing conversation.

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

DisableAgentQueryLogging

Optional. Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records. Supported features: KNOWLEDGE_SEARCH.

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

Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.

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

EnableEventBasedSuggestion

Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION, KNOWLEDGE_ASSIST.

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

EnableQuerySuggestionOnly

Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST

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

EnableQuerySuggestionWhenNoAnswer

Optional. Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_ASSIST

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

EnableResponseDebugInfo

Optional. Enable returning detailed reasons for suggestion results. For example, with this field disabled, Knowledge Search feature returns NotFound error when no answer is found for the input query. Enabling this field will change the behavior to return an OK response with detailed information indicating the lack of results. Supported features: KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST

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

QueryConfig

Configs of query.

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

RaiSettings

Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST

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

SuggestionFeature

The suggestion feature.

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

SuggestionTriggerSettings

Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX