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"]],[["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 details the `TableCardRow` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, with the latest version being 4.26.0 and a list of previous versions going back to 3.2.0."],["The `TableCardRow` class represents a row within a `TableCard` message used in Dialogflow, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `TableCardRow()` for default initialization and `TableCardRow(Intent.Types.Message.Types.TableCardRow other)` for copying from another instance."],["The `TableCardRow` class has properties like `Cells`, which is a list of `TableCardCell` objects that define the row's content, and `DividerAfter`, a boolean to set a visual divider after the row."],["Inherited members from the Object class are present and documented, including methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]