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 .NET development."],["This `Card` class is a message type, designed as a response in the Dialogflow system, and is part of the `Intent.Types.Message.Types` structure."],["The documentation covers various versions of the Dialogflow API, ranging from version 3.2.0 up to the latest version 4.26.0, allowing users to view differences between them."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the Protobuf library."],["Key properties of the `Card` class include `Buttons`, `ImageUri`, `Subtitle`, and `Title`, which define the content and structure of a card message."]]],[]]