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 v2beta1 API class Intent.Types.Message.Types.TableCardRow.
Row of
[TableCard][google.cloud.dialogflow.v2beta1.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 document provides reference information for the `Intent.Types.Message.Types.TableCardRow` class in the Google Cloud Dialogflow v2beta1 API, specifically within the .NET environment."],["`TableCardRow` represents a single row within a `TableCard` for structured message responses in Dialogflow."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding to the functionality of the class."],["The class has two constructors: a default constructor, `TableCardRow()`, and a copy constructor, `TableCardRow(TableCardRow other)`, allowing for the creation of new objects and the cloning of pre-existing objects of the same type."],["The class contains properties such as `Cells` to manage the cells within the row, and `DividerAfter` to toggle the addition of a visual divider."]]],[]]