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 version 3.7.0 and later versions up to 4.26.0 (latest)."],["`QuickReplies` is a response message type used in Dialogflow to offer users a list of quick reply options and it inherits from the base `Object` class, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `QuickReplies()` and another that accepts an existing `QuickReplies` object as a parameter for creating a new instance from it, `QuickReplies(Intent.Types.Message.Types.QuickReplies other)`."],["Key properties of the `QuickReplies` class include `QuickReplies_`, which is a `RepeatedField` collection of strings representing the quick replies, and `Title`, a string used as the title for the quick replies collection."],["The documentation provides links to older versions of the class, ranging from version 3.7.0 to the latest version, 4.26.0, allowing developers to access information relevant to the specific version of the `QuickReplies` class they are using."]]],[]]