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."],[[["The webpage provides documentation for the `Card` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.10.0, as well as a list of links for older and newer versions of the documentation."],["The `Card` class is a response message type used within the Google Cloud Dialogflow V2 API, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `Card()` and a copy constructor `Card(Intent.Types.Message.Types.Card other)`."],["Key properties of the `Card` class include `Buttons` (a collection of card buttons), `ImageUri` (URI for an image), `Subtitle`, and `Title`, all of which are optional."],["The most current version available on this page is 4.26.0, and the documentation contains links to versions dating back to 3.2.0."]]],[]]