public sealed class 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"]],[["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 API, specifically for the .NET framework."],["The `TableCardCell` class represents a cell within a `TableCardRow` used in Dialogflow's messaging system, offering different versions of the API ranging from the most current 4.26.0, down to 3.2.0."],["`TableCardCell` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is built as a sealed class inheriting from `Object`."],["The main property of the `TableCardCell` is `Text`, a required string field representing the text content of the cell, and there are 2 different constructors available for use."],["The page lists all the past versions of the `TableCardCell` class going all the way back to version 3.2.0, and all of them link to the full documentation of the code."]]],[]]