public sealed class Card : IMessage<Intent.Types.Message.Types.Card>, IEquatable<Intent.Types.Message.Types.Card>, IDeepCloneable<Intent.Types.Message.Types.Card>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Card.
[[["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 `Intent.Types.Message.Types.Card` class within the Google Cloud Dialogflow v2 API for .NET, with the latest version being 4.26.0 and version 4.8.0 being the current documentation's version."],["The `Card` class represents a card response message in Dialogflow and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Card` class includes properties like `Buttons`, `ImageUri`, `Subtitle`, and `Title`, which allow customization of card elements such as buttons, image links, subtitle text, and title text."],["The class `Card` has two constructors, one that is empty `Card()`, and another that takes another `Card` object as a parameter in order to make a new object from the inputted object, `Card(Intent.Types.Message.Types.Card)`."],["There is documentation for versions ranging from 3.2.0 up to 4.26.0 of the `Intent.Types.Message.Types.Card` class."]]],[]]