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 details the `TableCardRow` class, which is a component of Google Cloud Dialogflow V2, specifically within the `Intent.Types.Message.Types` namespace."],["The `TableCardRow` class represents a row within a `TableCard` and can be instantiated using a default constructor or by cloning an existing `TableCardRow` object."],["This `TableCardRow` class includes properties such as `Cells`, a list of cells within the row, and `DividerAfter`, a boolean indicating if a divider should be added after the row, making it customizable."],["The page lists the available versions of the `TableCardRow` class, ranging from version 4.26.0 (latest) down to 3.2.0, with links to the documentation for each version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering comprehensive functionality for managing table card rows."]]],[]]