public sealed class Suggestion : IMessage<Intent.Types.Message.Types.Suggestion>, IEquatable<Intent.Types.Message.Types.Suggestion>, IDeepCloneable<Intent.Types.Message.Types.Suggestion>, IBufferMessage, IMessage
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."],[[["The webpage provides documentation for the `Suggestion` class, which is part of the Google.Cloud.Dialogflow.V2 namespace and represents a suggestion chip in a conversation."],["The `Suggestion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It shows a list of different versions for `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types.Suggestion`, with version 4.26.0 being the latest and also including prior versions down to 3.2.0."],["The `Suggestion` class has a `Title` property of type string that represents the text shown on the suggestion chip, and it is required."],["Two constructors exist for creating a `Suggestion` object, one default and one that takes an existing `Intent.Types.Message.Types.Suggestion` object."]]],[]]