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, covering versions from 3.2.0 up to the latest release 4.26.0."],["The `Card` class is a response message type that represents a card in a Dialogflow interaction, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Card` class include `Buttons` (a collection of card buttons), `ImageUri` (a public URI to an image), `Subtitle`, and `Title`, all of which are optional components for constructing a card's content."],["The documentation includes two constructors for the `Card` class: a default constructor and one that takes another `Card` instance for copying, along with a detailed listing of its inherited members and implemented interfaces."],["The latest version available is 4.26.0, and each of the versions have their own documentation link provided."]]],[]]