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, which represents a cell within a `TableCardRow` in Dialogflow."],["The `TableCardCell` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The page lists multiple versions of the `TableCardCell` class documentation, ranging from version 3.2.0 to the latest version 4.26.0, allowing users to access information for different releases."],["The class includes two constructors, a default constructor `TableCardCell()` and another constructor `TableCardCell(Intent.Types.Message.Types.TableCardCell other)` that allows creating a new instance based on another `TableCardCell` object."],["The `Text` property of the `TableCardCell` class is a required string property that holds the text content of the cell."]]],[]]