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 latest version of the \u003ccode\u003eSuggestionConfig\u003c/code\u003e is 4.26.0, with links provided to documentation for multiple previous versions down to 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSuggestionConfig\u003c/code\u003e details human agent assistant configurations, and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeatureConfigs\u003c/code\u003e property allows for configuration of various suggestion features, where only one config is allowed per feature.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGroupSuggestionResponses\u003c/code\u003e property controls whether multiple suggestions for the same participant and context are grouped into a single response.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available to initiate a new \u003ccode\u003eSuggestionConfig\u003c/code\u003e, either with no arguments, or with another \u003ccode\u003eSuggestionConfig\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,[]]