public sealed class SuggestionConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionConfig.
Detail human agent assistant config.
Implements
IMessage<HumanAgentAssistantConfig.Types.SuggestionConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SuggestionConfig()
public SuggestionConfig()
SuggestionConfig(HumanAgentAssistantConfig.Types.SuggestionConfig)
public SuggestionConfig(HumanAgentAssistantConfig.Types.SuggestionConfig other)
Parameter | |
---|---|
Name | Description |
other | HumanAgentAssistantConfig.Types.SuggestionConfig |
Properties
FeatureConfigs
public RepeatedField<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig> FeatureConfigs { get; }
Configuration of different suggestion features. One feature can have only one config.
Property Value | |
---|---|
Type | Description |
RepeatedField<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig> |
GroupSuggestionResponses
public bool GroupSuggestionResponses { get; set; }
If group_suggestion_responses
is false, and there are multiple
feature_configs
in event based suggestion
or
StreamingAnalyzeContent, we will try to deliver suggestions to customers
as soon as we get new suggestion. Different type of suggestions based on
the same context will be in separate Pub/Sub event or
StreamingAnalyzeContentResponse
.
If group_suggestion_responses
set to true. All the suggestions to the
same participant based on the same context will be grouped into a single
Pub/Sub event or StreamingAnalyzeContentResponse.
Property Value | |
---|---|
Type | Description |
Boolean |