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-04-01 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` message used in Dialogflow, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions ranging from 3.2.0 to the latest 4.26.0 of the Dialogflow .NET library, all the way back to 3.2.0."],["The class has two constructors: a default constructor `TableCardRow()` and a copy constructor `TableCardRow(Intent.Types.Message.Types.TableCardRow other)`."],["`TableCardRow` objects contain two properties, `Cells` of type `RepeatedField\u003cIntent.Types.Message.Types.TableCardCell\u003e` representing the cells in the row, and `DividerAfter` of type `bool` indicating if a divider should be displayed after this row."]]],[]]