Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig (4.18.0)

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 v2 API class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig.

Config for suggestion features.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionFeatureConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SuggestionFeatureConfig()

public SuggestionFeatureConfig()

SuggestionFeatureConfig(SuggestionFeatureConfig)

public SuggestionFeatureConfig(HumanAgentAssistantConfig.Types.SuggestionFeatureConfig other)
Parameter
NameDescription
otherHumanAgentAssistantConfigTypesSuggestionFeatureConfig

Properties

ConversationModelConfig

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

Configs of custom conversation model.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesConversationModelConfig

ConversationProcessConfig

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

Configs for processing conversation.

Property Value
TypeDescription
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
TypeDescription
bool

EnableConversationAugmentedQuery

public bool EnableConversationAugmentedQuery { get; set; }

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

Property Value
TypeDescription
bool

EnableEventBasedSuggestion

public bool EnableEventBasedSuggestion { get; set; }

Automatically iterates all participants and tries to compile suggestions.

Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.

Property Value
TypeDescription
bool

QueryConfig

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

Configs of query.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesSuggestionQueryConfig

SuggestionFeature

public SuggestionFeature SuggestionFeature { get; set; }

The suggestion feature.

Property Value
TypeDescription
SuggestionFeature

SuggestionTriggerSettings

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

Settings of suggestion trigger.

Currently, only ARTICLE_SUGGESTION and FAQ will use this field.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesSuggestionTriggerSettings