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."],[[["The provided content is a documentation page for the `Card` class within the `Google.Cloud.Dialogflow.V2` namespace in the .NET environment, specifically focusing on version 3.3.0."],["The `Card` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the context of defining a response message structure."],["This class inherits from the base `Object` class and includes properties like `Buttons`, `ImageUri`, `Subtitle`, and `Title`, allowing for the customization and display of card-type messages."],["The documentation lists numerous versions of the API from 4.26.0 (latest) down to 3.2.0, indicating a history of updates and the availability of previous version documentation."],["The page provides two constructors, a default one, and one that lets you clone another `Card`."]]],[]]