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 page provides documentation for the `Card` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.6.0 of the library but also references many prior versions up to version 4.26.0."],["The `Card` class is a response message that can be used in dialogflow and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Card` class has properties such as `Buttons`, `ImageUri`, `Subtitle`, and `Title`, which allow for the customization of the card's content and appearance."],["There are two constructors, `Card()` for an empty card and `Card(Intent.Types.Message.Types.Card other)` which allows for the creation of a new card based on a different one."],["The current latest version is 4.26.0, while the documentation also includes the older version 3.6.0, among several other versions, with links to documentation for each of them."]]],[]]