public sealed class Card : IMessage<Intent.Types.Message.Types.Card>, IEquatable<Intent.Types.Message.Types.Card>, IDeepCloneable<Intent.Types.Message.Types.Card>, 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 `Card` class, which is a response message type within the `Google.Cloud.Dialogflow.V2` namespace for .NET development."],["The `Card` class represents a card response message and includes properties for `Buttons`, `ImageUri`, `Subtitle`, and `Title` which can be used to customize the card's appearance."],["The latest version of the documentation is for version 4.26.0, but it also lists previous versions, starting from 3.2.0 all the way to the latest one, allowing developers to browse documentation for different releases of the library."],["The `Card` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling and data manipulation."],["The class has two constructors: one default and another that takes another `Card` object as a parameter, making it easier to clone the object."]]],[]]