public sealed class Intent.Types.Message.Types.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, detailing its use in creating card response messages."],["The `Intent.Types.Message.Types.Card` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and equality comparisons."],["The webpage lists the availability of the `Intent.Types.Message.Types.Card` class across multiple versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, with each version hyperlinked."],["The `Card` class includes properties such as `Buttons` (a collection of card buttons), `ImageUri` (for specifying an image), `Subtitle`, and `Title` to customize the card's appearance and content."],["The `Card()` class has two constructors, one empty and one that will allow you to clone an existing `Card` object by passing in the existing `Card` as a parameter."]]],[]]