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 webpage provides reference documentation and code samples for the `Intent.Types.Message.Types.Suggestion` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The latest version documented is 4.26.0, with a list of historical versions going back to 3.2.0, allowing users to access documentation specific to each version of the API."],["The `Suggestion` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `Suggestion` class represents a suggestion chip message that users can tap to quickly post a reply in a conversation, and it contains a `Title` property that defines the text displayed on the chip."],["There are two constructors that can be used for creating a `Suggestion` object: a parameterless constructor, and a constructor that takes another `Intent.Types.Message.Types.Suggestion` object as a parameter."]]],[]]