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."],[[["This webpage provides documentation for the `HumanAgentAssistantConfig.Types.SuggestionTriggerSettings` class within the Google Cloud Dialogflow v2 API, covering versions 3.2.0 to 4.26.0."],["The `SuggestionTriggerSettings` class is used to configure settings for triggering suggestions, and is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `SuggestionTriggerSettings()` and `SuggestionTriggerSettings(SuggestionTriggerSettings other)`, where the latter facilitates copying settings from another `SuggestionTriggerSettings` object."],["The `SuggestionTriggerSettings` class has properties, `NoSmalltalk` and `OnlyEndUser`, which are both boolean types and control if suggestions should not be triggered if the last utterance was small talk or if the participant role of the last utterance is not an end-user respectively."],["The documentation lists available versions of the Dialogflow v2 API, with version 4.26.0 being the latest, each linking to the respective documentation for `HumanAgentAssistantConfig.Types.SuggestionTriggerSettings`."]]],[]]