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."],[[["The content provides a comprehensive list of versions for the `SuggestionTriggerSettings` class, ranging from version 3.2.0 up to the latest version, 4.26.0, within the Google Cloud Dialogflow V2 namespace."],["`SuggestionTriggerSettings` is a class that configures the settings that will be used to trigger suggestions, and it can be found under `Google.Cloud.Dialogflow.V2.HumanAgentAssistantConfig.Types`."],["The `SuggestionTriggerSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class also contains two boolean properties, `NoSmalltalk` and `OnlyEndUser`, which control whether suggestions should be triggered based on small talk or the role of the participant of the last utterance."],["Constructors are provided to create new instances of `SuggestionTriggerSettings`, either as a default empty object or a copy of an existing `SuggestionTriggerSettings` object."]]],[]]