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\u003eThis webpage documents the \u003ccode\u003eSuggestionConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace, providing details on how to configure suggestion features for human agent assistants.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionConfig\u003c/code\u003e class is part of the \u003ccode\u003eHumanAgentAssistantConfig.Types\u003c/code\u003e and offers constructors for creating new instances, as well as properties like \u003ccode\u003eFeatureConfigs\u003c/code\u003e and \u003ccode\u003eGroupSuggestionResponses\u003c/code\u003e for setting up suggestion behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content offers documentation and version history for the \u003ccode\u003eSuggestionConfig\u003c/code\u003e class, ranging from version 3.2.0 up to the latest version 4.26.0, allowing users to access information on specific releases.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionConfig\u003c/code\u003e class implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and also inherits members from the Object class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGroupSuggestionResponses\u003c/code\u003e property determines whether suggestions are delivered as they become available or grouped into single delivery events.\u003c/p\u003e\n"]]],[],null,[]]