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."],[[["The webpage provides documentation for the `TableCardCell` class within the `Google.Cloud.Dialogflow.V2` namespace, which represents a cell within a `TableCardRow` in Dialogflow."],["It lists the different versions of the `TableCardCell` class, ranging from version 4.26.0 (latest) down to 3.2.0."],["The `TableCardCell` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class also inherits from `System.Object` and has constructors for creating an empty `TableCardCell` or one from another existing `TableCardCell`, as well as a `Text` property that corresponds to the text in the cell."],["The documentation is part of the Google Cloud .NET library, specifically the `Google.Cloud.Dialogflow.V2` assembly."]]],[]]