public sealed class SuggestionTriggerSettings : IMessage<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for the `SuggestionTriggerSettings` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties and usage across various versions."],["The latest version documented is 4.26.0, with a comprehensive list of previous versions down to 3.2.0 available for reference."],["`SuggestionTriggerSettings` is a class used to configure the settings for triggering suggestions and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `SuggestionTriggerSettings` class has two key properties: `NoSmalltalk` which prevents triggering if the last utterance is small talk, and `OnlyEndUser`, which limits suggestions to the end-user's role."],["Constructors for `SuggestionTriggerSettings` are available, including a parameterless constructor and one that takes another `SuggestionTriggerSettings` object."]]],[]]