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-09 UTC."],[[["The provided content details the `TableCardRow` class within the Google Cloud Dialogflow v2 API, which is used to define a single row within a table card message."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role within the API's message structure."],["The documentation covers versions ranging from 3.2.0 to the latest 4.26.0, highlighting the availability of the class across different releases of the API."],["`TableCardRow` objects can contain a list of cells, defined by the `Cells` property, and an optional visual divider after the row can be added, defined by the `DividerAfter` property."],["The `TableCardRow` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]