public sealed class Intent.Types.Message.Types.TableCardCell : IMessage<Intent.Types.Message.Types.TableCardCell>, IEquatable<Intent.Types.Message.Types.TableCardCell>, IDeepCloneable<Intent.Types.Message.Types.TableCardCell>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.TableCardCell.
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 `Intent.Types.Message.Types.TableCardCell` class within the Google Cloud Dialogflow v2 API, specifically detailing its structure and functionality across different versions."],["The content covers a range of versions, from 3.2.0 up to the latest 4.26.0, allowing developers to access documentation relevant to their project's version."],["The `TableCardCell` class represents a single cell within a `TableCardRow`, and it includes a `Text` property to store the content of the cell."],["The `TableCardCell` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving developers a clear understanding of the class's capabilities."],["The page outlines the constructors available for creating `TableCardCell` instances, including a default constructor and one that takes another `TableCardCell` as a parameter, demonstrating how to initialize the class."]]],[]]