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 version 3.10.0 of the library."],["The `QuickReplies` class is a response message type used in Dialogflow for presenting users with a set of quick reply options, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists links to documentation for various versions of the library, ranging from 3.2.0 to the latest version 4.26.0."],["The `QuickReplies` class has two constructors, one default and another that takes another `QuickReplies` instance as a parameter for copying its values, and it contains the properties `QuickReplies_` and `Title`."],["`QuickReplies_` is a `RepeatedField` of strings representing the actual quick reply options and `Title` is a string representing the title of the quick replies message."]]],[]]