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