public sealed class Suggestion : IMessage<Intent.Types.Message.Types.Suggestion>, IEquatable<Intent.Types.Message.Types.Suggestion>, IDeepCloneable<Intent.Types.Message.Types.Suggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Suggestion.
The suggestion chip message that the user can tap to quickly post a reply
to the conversation.
[[["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 page provides documentation for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API for .NET."],["The `Suggestion` class represents a suggestion chip that users can tap to reply in a conversation, and it inherits from the `Object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the API, ranging from version 3.2.0 up to the latest version 4.26.0, with links to each version's specific documentation."],["The `Suggestion` class has two constructors, a default constructor, and a copy constructor that takes another `Suggestion` object as a parameter."],["A key property of the `Suggestion` class is `Title`, a string representing the text displayed in the suggestion chip, and is mandatory."]]],[]]