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."],[[["The content pertains to the `QuickReplies` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["`QuickReplies` is a response message type that can contain a collection of quick replies, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available for `QuickReplies`, ranging from version 3.2.0 up to the latest version 4.26.0, with each version having a separate page available."],["The `QuickReplies` class has two constructors, a default one and one that takes another `QuickReplies` instance as a parameter to create a new one from another."],["The `QuickReplies` class contains two properties: `QuickReplies_`, which is a collection of quick reply strings, and `Title`, which is a title for the quick reply collection."]]],[]]