public sealed class QuickReplies : IMessage<Intent.Types.Message.Types.QuickReplies>, IEquatable<Intent.Types.Message.Types.QuickReplies>, IDeepCloneable<Intent.Types.Message.Types.QuickReplies>, IBufferMessage, IMessage
[[["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 `QuickReplies` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on its role in handling quick reply messages in the Dialogflow API."],["The `QuickReplies` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used as a response message type."],["The page includes links to documentation for numerous versions of the `Google.Cloud.Dialogflow.V2` API, ranging from version 3.2.0 to the latest 4.26.0, allowing developers to find details for specific releases."],["The class features two constructors, `QuickReplies()` and `QuickReplies(Intent.Types.Message.Types.QuickReplies other)`, and two main properties: `QuickReplies_`, which is a collection of quick reply strings, and `Title`, which is the title for the collection of quick replies."],["It can be seen through inherited members that `QuickReplies` has object inheritance and member functions such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]