public sealed class TableCardRow : IMessage<Intent.Types.Message.Types.TableCardRow>, IEquatable<Intent.Types.Message.Types.TableCardRow>, IDeepCloneable<Intent.Types.Message.Types.TableCardRow>, IBufferMessage, IMessage
Row of [TableCard][google.cloud.dialogflow.v2.Intent.Message.TableCard].
[[["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 `TableCardRow` class within the `Google.Cloud.Dialogflow.V2` namespace, which is part of the Google Cloud Dialogflow .NET library."],["`TableCardRow` represents a row within a `TableCard` and is used for structuring data in conversational interfaces and it is derived from the base `Object` class."],["The `TableCardRow` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicates that it supports message operations, equality checks, deep cloning, and buffer-based message handling."],["The documentation lists the available versions of the `TableCardRow` class, ranging from version 3.2.0 to the latest 4.26.0, allowing users to access the specific version they are using."],["The class includes two constructors: a default constructor `TableCardRow()` and a constructor that accepts another `TableCardRow` instance, `TableCardRow(Intent.Types.Message.Types.TableCardRow other)`, for easy object duplication, as well as two properties, `Cells` and `DividerAfter`."]]],[]]