public sealed class Intent.Types.Message.Types.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-04-01 UTC."],[[["This webpage provides documentation for the `TableCardRow` class within the Google Cloud Dialogflow v2 API, specifically for the .NET framework."],["The `TableCardRow` class represents a row within a `TableCard` message, used in Dialogflow interactions, and it's part of the `Google.Cloud.Dialogflow.V2.Intent.Types.Message.Types` namespace."],["The documentation covers versions ranging from 3.2.0 to 4.26.0, with the latest version being 4.26.0, and it lists properties such as `Cells` (a list of `TableCardCell` objects) and `DividerAfter` (a boolean for adding a visual divider)."],["`TableCardRow` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document provides the constructors `TableCardRow()` and `TableCardRow(TableCardRow other)` with parameters and the description of each one."]]],[]]