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 functionality across various versions."],["The `TableCardCell` class represents a cell within a `TableCardRow` in the Dialogflow V2 API, used for creating table structures in conversational messages."],["The `TableCardCell` class is shown to be the child of an object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["The documentation outlines the available versions of `TableCardCell`, ranging from version 3.2.0 up to the latest version, 4.26.0, with links to each specific version's documentation."],["The `TableCardCell` class has a constructor `TableCardCell()` and `TableCardCell(Intent.Types.Message.Types.TableCardCell other)`, and a property, `Text`, which represents the text content of the cell."]]],[]]