public sealed class TableCardCell : IMessage<Intent.Types.Message.Types.TableCardCell>, IEquatable<Intent.Types.Message.Types.TableCardCell>, IDeepCloneable<Intent.Types.Message.Types.TableCardCell>, IBufferMessage, IMessage
Cell of [TableCardRow][google.cloud.dialogflow.v2.Intent.Message.TableCardRow].
[[["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."],[[["The webpage provides documentation for the `TableCardCell` class within the `Google.Cloud.Dialogflow.V2` namespace, which is a cell used in `TableCardRow` for Dialogflow."],["This class is implemented across various versions of the Dialogflow .NET library, ranging from version 3.2.0 to the latest version 4.26.0."],["The `TableCardCell` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableCardCell` class includes a `Text` property, which is a required string that represents the content within a table cell."],["The page lists available versions of the class, and details the available constructors for `TableCardCell`, including a parameter named `other` which takes the type `Intent.Types.Message.Types.TableCardCell`."]]],[]]