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 page provides documentation for the `Intent.Types.Message.Types.Card` class within the Google Cloud Dialogflow v2 API, spanning versions from 3.2.0 to the latest 4.26.0."],["The `Card` class is a response message type used in Dialogflow, inheriting from the `Object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Card` class has two constructors: a default constructor (`Card()`) and a copy constructor (`Card(Intent.Types.Message.Types.Card other)`), which takes another `Card` object as a parameter."],["Key properties of the `Card` class include `Buttons` (a collection of card buttons), `ImageUri` (a URL for an image), `Subtitle`, and `Title`, which are used to populate the content of the card."],["The document references the Google.Cloud.Dialogflow.V2 namespace in the Google.Cloud.Dialogflow.V2.dll assembly."]]],[]]