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-04-01 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."]]],[]]