public sealed class SuggestionConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionConfig>, IBufferMessage, IMessage
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 webpage provides documentation for the \u003ccode\u003eSuggestionConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace, detailing its usage in human agent assistant configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionConfig\u003c/code\u003e class allows the configuration of suggestion features, as seen through the \u003ccode\u003eFeatureConfigs\u003c/code\u003e property, which takes a list of \u003ccode\u003eHumanAgentAssistantConfig.Types.SuggestionFeatureConfig\u003c/code\u003e elements.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGroupSuggestionResponses\u003c/code\u003e property enables users to choose if they want to receive grouped suggestions for the same participant in a single response, or if they would like to receive suggestions as soon as they are generated.\u003c/p\u003e\n"],["\u003cp\u003eThe page contains a list of versions for the library, with version 4.26.0 being the most recent.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionConfig\u003c/code\u003e class has two constructors, one that creates an empty instance, and another that creates an instance based on a previously created \u003ccode\u003eSuggestionConfig\u003c/code\u003e instance, both are available through the documentation.\u003c/p\u003e\n"]]],[],null,[]]