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 provides documentation for the `TableCardRow` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its structure and usage across various versions."],["The `TableCardRow` class represents a row in a `TableCard` within Dialogflow messages and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 4.26.0, while the current page documentation is specifically for version 3.4.0 of the `TableCardRow` class."],["The class has properties for `Cells`, which is a list of `TableCardCell` objects and a boolean `DividerAfter` to determine if a visual divider is to be added."],["The webpage also covers the constructors for the `TableCardRow` class, specifically a default constructor and one that accepts another instance of the `TableCardRow` class."]]],[]]