Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.SuggestionConfig (4.16.0)

public sealed class HumanAgentAssistantConfig.Types.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.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SuggestionConfig()

public SuggestionConfig()

SuggestionConfig(SuggestionConfig)

public SuggestionConfig(HumanAgentAssistantConfig.Types.SuggestionConfig other)
Parameter
NameDescription
otherHumanAgentAssistantConfigTypesSuggestionConfig

Properties

FeatureConfigs

public RepeatedField<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig> FeatureConfigs { get; }

Configuration of different suggestion features. One feature can have only one config.

Property Value
TypeDescription
RepeatedFieldHumanAgentAssistantConfigTypesSuggestionFeatureConfig

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