public sealed class Intent.Types.Message.Types.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 to 4.26.0, with 4.26.0 being the latest."],["The `Card` class is a message type used in the Dialogflow API and represents a card response message, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Card` class includes optional properties such as `Buttons`, `ImageUri`, `Subtitle`, and `Title`, allowing customization of the card's content and appearance, and can be created via 2 constructors, one for an empty card and one to copy an already existing card."],["The documentation details the inheritance of the `Card` class from `object`, as well as inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The full namespace of the class is given as `Google.Cloud.Dialogflow.V2`, with the assembly being within the file `Google.Cloud.Dialogflow.V2.dll`."]]],[]]