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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `QuickReplies` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on versions 3.2.0 through 4.26.0 of the .NET library."],["The `QuickReplies` class, a part of the Dialogflow V2 API, is a response message type used to send quick reply suggestions to users and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors for the `QuickReplies` class, a default constructor and one that accepts another `QuickReplies` instance as a parameter for copying."],["The class includes two main properties: `QuickReplies_`, which is a collection of quick reply strings, and `Title`, which sets the title for the quick replies collection."],["The latest version documented on the page is 4.26.0, and it can be used to see the latest implementations."]]],[]]