Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig (1.0.0-beta24)

public sealed class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig.

Config for suggestion features.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionFeatureConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestionFeatureConfig()

public SuggestionFeatureConfig()

SuggestionFeatureConfig(SuggestionFeatureConfig)

public SuggestionFeatureConfig(HumanAgentAssistantConfig.Types.SuggestionFeatureConfig other)
Parameter
Name Description
other HumanAgentAssistantConfigTypesSuggestionFeatureConfig

Properties

ConversationModelConfig

public HumanAgentAssistantConfig.Types.ConversationModelConfig ConversationModelConfig { get; set; }

Configs of custom conversation model.

Property Value
Type Description
HumanAgentAssistantConfigTypesConversationModelConfig

ConversationProcessConfig

public HumanAgentAssistantConfig.Types.ConversationProcessConfig ConversationProcessConfig { get; set; }

Configs for processing conversation.

Property Value
Type Description
HumanAgentAssistantConfigTypesConversationProcessConfig

DisableAgentQueryLogging

public bool DisableAgentQueryLogging { get; set; }

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.

Property Value
Type Description
bool

EnableConversationAugmentedQuery

public bool EnableConversationAugmentedQuery { get; set; }

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

Property Value
Type Description
bool

EnableEventBasedSuggestion

public bool EnableEventBasedSuggestion { get; set; }

Automatically iterates all participants and tries to compile suggestions.

Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION, KNOWLEDGE_ASSIST.

Property Value
Type Description
bool

EnableQuerySuggestionOnly

public bool EnableQuerySuggestionOnly { get; set; }

Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST

Property Value
Type Description
bool

EnableQuerySuggestionWhenNoAnswer

public bool EnableQuerySuggestionWhenNoAnswer { get; set; }

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

Property Value
Type Description
bool

EnableResponseDebugInfo

public bool EnableResponseDebugInfo { get; set; }

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

Property Value
Type Description
bool

QueryConfig

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig QueryConfig { get; set; }

Configs of query.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfig

RaiSettings

public RaiSettings RaiSettings { get; set; }

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

Property Value
Type Description
RaiSettings

SuggestionFeature

public SuggestionFeature SuggestionFeature { get; set; }

The suggestion feature.

Property Value
Type Description
SuggestionFeature

SuggestionTriggerSettings

public HumanAgentAssistantConfig.Types.SuggestionTriggerSettings SuggestionTriggerSettings { get; set; }

Settings of suggestion trigger.

Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionTriggerSettings