Class HumanAgentAssistantConfig.Types.SuggestionFeatureConfig (3.7.0)

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

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(HumanAgentAssistantConfig.Types.SuggestionFeatureConfig)

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

Properties

ConversationModelConfig

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

Configs of custom conversation model.

Property Value
TypeDescription
HumanAgentAssistantConfig.Types.ConversationModelConfig

EnableEventBasedSuggestion

public bool EnableEventBasedSuggestion { get; set; }

Automatically iterates all participants and tries to compile suggestions.

Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.

Property Value
TypeDescription
Boolean

QueryConfig

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

Configs of query.

Property Value
TypeDescription
HumanAgentAssistantConfig.Types.SuggestionQueryConfig

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
HumanAgentAssistantConfig.Types.SuggestionTriggerSettings