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"]],[["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 `TableCardCell` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its implementation and inheritance."],["The `TableCardCell` class is designed to represent a cell within a `TableCardRow` in the Dialogflow V2 API, with the primary purpose being to hold text content."],["The documentation includes links to various versions of the `TableCardCell` class, ranging from version 3.2.0 to the latest version, 4.26.0, under the Google.Cloud.Dialogflow.V2 namespace."],["The `TableCardCell` class has two constructors, one being a default constructor, the other a constructor to take in another existing `TableCardCell` instance."],["The class contains a property called `Text`, which is of type string and is used to set the text within a given cell, it is also required."]]],[]]