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"]],[["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 `Card` class, which is a response message type used within the Google.Cloud.Dialogflow.V2 namespace for the .NET environment."],["The `Card` class can be found in versions ranging from 3.2.0 to 4.26.0 of the Dialogflow V2 API, with 4.26.0 being the latest version."],["The `Card` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Card` class include `Buttons` (a collection of card buttons), `ImageUri` (a URI for an image), `Subtitle`, and `Title`."],["The `Card` class has two constructors, a default one, and one that takes an existing `Card` object as a parameter."]]],[]]