public sealed class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig.
Config for suggestion features.
Implements
IMessageHumanAgentAssistantConfigTypesSuggestionFeatureConfig, IEquatableHumanAgentAssistantConfigTypesSuggestionFeatureConfig, IDeepCloneableHumanAgentAssistantConfigTypesSuggestionFeatureConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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, 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 | |
QueryConfig
public HumanAgentAssistantConfig.Types.SuggestionQueryConfig QueryConfig { get; set; }Configs of query.
| Property Value | |
|---|---|
| Type | Description | 
| HumanAgentAssistantConfigTypesSuggestionQueryConfig | |
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 and FAQ will use this field.
| Property Value | |
|---|---|
| Type | Description | 
| HumanAgentAssistantConfigTypesSuggestionTriggerSettings | |