public sealed class SuggestionFeatureConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IBufferMessage, IMessage
Config for suggestion features.
Implements
IMessage<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SuggestionFeatureConfig()
public SuggestionFeatureConfig()
SuggestionFeatureConfig(HumanAgentAssistantConfig.Types.SuggestionFeatureConfig)
public SuggestionFeatureConfig(HumanAgentAssistantConfig.Types.SuggestionFeatureConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfig.Types.SuggestionFeatureConfig |
Properties
ConversationModelConfig
public HumanAgentAssistantConfig.Types.ConversationModelConfig ConversationModelConfig { get; set; }
Configs of custom conversation model.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.ConversationModelConfig |
ConversationProcessConfig
public HumanAgentAssistantConfig.Types.ConversationProcessConfig ConversationProcessConfig { get; set; }
Configs for processing conversation.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.ConversationProcessConfig |
EnableEventBasedSuggestion
public bool EnableEventBasedSuggestion { get; set; }
Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
Property Value | |
---|---|
Type | Description |
Boolean |
QueryConfig
public HumanAgentAssistantConfig.Types.SuggestionQueryConfig QueryConfig { get; set; }
Configs of query.
Property Value | |
---|---|
Type | Description |
HumanAgentAssistantConfig.Types.SuggestionQueryConfig |
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 |
HumanAgentAssistantConfig.Types.SuggestionTriggerSettings |