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 constructors."],["The content covers a range of versions, from 3.2.0 to 4.26.0, of the `Google.Cloud.Dialogflow.V2` library, with the latest being version 4.26.0."],["`SuggestionTriggerSettings` class is used to configure settings for triggering suggestions, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `NoSmalltalk`, which prevents triggering if the last utterance was small talk, and `OnlyEndUser`, which limits triggering to when the last utterance was from an end-user."],["There are two constructors for `SuggestionTriggerSettings`, one default and one that accepts another `SuggestionTriggerSettings` object as a parameter."]]],[]]