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 details the `Card` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically the `Intent.Types.Message.Types.Card` type, which is used for creating card response messages in Dialogflow."],["The `Card` class provides properties such as `Buttons`, `ImageUri`, `Subtitle`, and `Title` to customize the appearance and content of the card, including buttons, image URLs, a subtitle, and the main title."],["The documentation covers versions ranging from 3.2.0 up to the latest version 4.26.0, with each link pointing to the documentation for the same `Card` type within that version, with 4.26.0 being the latest version."],["The Card class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support its features and integration with other components."],["The class inherits from the `Object` class and overloads `Card()` constructors which allows for the creation of a blank card, or a card initialized with another given `Card` object."]]],[]]