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, which is part of the Google Cloud Dialogflow .NET library."],["`TableCardRow` represents a row within a `TableCard` and contains a list of cells and an optional visual divider, making it useful for creating structured table-like messages."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google Protobuf framework."],["The latest version of the library is `4.26.0`, and this page also contains links to the documentation of multiple earlier versions going back to `3.2.0`."],["The `TableCardRow` class has two constructors, one default, and one that allows you to make a copy of another instance of `TableCardRow`, allowing for easy duplication."]]],[]]