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 within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the version 3.2.0 and all subsequent versions up to the latest version 4.26.0."],["The `Card` class is a response message type used within the Google Cloud Dialogflow service, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Card` class offers properties like `Buttons`, `ImageUri`, `Subtitle`, and `Title`, allowing for the customization of the card's content and appearance."],["It shows the `Card` class inheritance, it directly inherits from `Object` and implements several interfaces, enabling functionalities like message handling, deep cloning, and equality checks."],["There are two constructors available for creating a `Card` object, one being empty, and the other taking another `Card` as a parameter."]]],[]]