public sealed class TableCardRow : IMessage<Intent.Types.Message.Types.TableCardRow>, IEquatable<Intent.Types.Message.Types.TableCardRow>, IDeepCloneable<Intent.Types.Message.Types.TableCardRow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.TableCardRow.
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 provides reference documentation for the `Intent.Types.Message.Types.TableCardRow` class in the Google Cloud Dialogflow v2 API, specifically within the .NET environment."],["The `TableCardRow` class represents a row within a `TableCard` and allows developers to define the structure and content of each row in a table within Dialogflow responses."],["It includes properties for managing the cells within the row, like `Cells` (a list of `TableCardCell` objects), and `DividerAfter`, which determines if a divider is placed after the row."],["The page lists available versions, ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest version, each linking to its respective version documentation."],["The `TableCardRow` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its compatibility with the Google Protobuf library."]]],[]]