public sealed class HumanAgentAssistantConfig.Types.SuggestionTriggerSettings : IMessage<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionTriggerSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionTriggerSettings.
[[["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-03-21 UTC."],[[["The provided content details the `SuggestionTriggerSettings` class within the Google Cloud Dialogflow V2 API, which is used to configure settings that trigger suggestions."],["The latest version available for `SuggestionTriggerSettings` is 4.26.0, with a range of versions dating back to 3.2.0, each with its corresponding documentation link."],["The `SuggestionTriggerSettings` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the protocol buffer system."],["The class's properties, `NoSmalltalk` and `OnlyEndUser`, are booleans that determine whether to suppress suggestions if the last utterance was small talk or originated from the end user, respectively."],["This class inherits from the base `object` class, allowing it to use members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]