public sealed class BasicCard : IMessage<Intent.Types.Message.Types.BasicCard>, IEquatable<Intent.Types.Message.Types.BasicCard>, IDeepCloneable<Intent.Types.Message.Types.BasicCard>, IBufferMessage, IMessage
The basic card message. Useful for displaying information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `BasicCard` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its structure and usage across various versions, from 3.2.0 up to the latest 4.26.0."],["The `BasicCard` class, part of Dialogflow's messaging system, is designed to display rich information, and it inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Buttons`, `FormattedText`, `Image`, `Subtitle`, and `Title`, allowing for customization of card content with text, buttons, and an image."],["The `BasicCard` has two constructors, one being empty, and the other taking another `BasicCard` as a parameter, and it also has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` from the object class."],["This page lists links to the documentation of every version, from version 3.2.0 to 4.26.0 of the basic card, allowing for easy navigation between them."]]],[]]