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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content details the \u003ccode\u003eHumanAgentAssistantConfig.Types.SuggestionConfig\u003c/code\u003e class within the Google Cloud Dialogflow v2 API, showcasing its availability across various versions from 3.2.0 to the latest version 4.26.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSuggestionConfig\u003c/code\u003e is a class that implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in message handling, object comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace and is included in the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2.dll\u003c/code\u003e assembly, focusing on the configuration of the Human Agent Assistant.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a property, \u003ccode\u003eFeatureConfigs\u003c/code\u003e, which is of type \u003ccode\u003eRepeatedField<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig>\u003c/code\u003e, allowing for the configuration of various suggestion features.\u003c/p\u003e\n"],["\u003cp\u003eAnother property, \u003ccode\u003eGroupSuggestionResponses\u003c/code\u003e is a boolean, which determines if multiple suggestions are grouped into a single response or delivered separately based on the feature configurations in event-based suggestions or \u003ccode\u003eStreamingAnalyzeContent\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]