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-03-21 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."]]],[]]