public sealed class Intent.Types.Message.Types.ColumnProperties : IMessage<Intent.Types.Message.Types.ColumnProperties>, IEquatable<Intent.Types.Message.Types.ColumnProperties>, IDeepCloneable<Intent.Types.Message.Types.ColumnProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.ColumnProperties.
Column properties for
[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."],[[["The webpage provides documentation for the `ColumnProperties` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning multiple versions from 3.2.0 to 4.26.0."],["`ColumnProperties` is a class used to define the properties of columns in a table card within Dialogflow messages, as part of the `Intent.Types.Message.Types` namespace."],["The `ColumnProperties` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `ColumnProperties` class include `Header`, which is a required column heading, and `HorizontalAlignment`, which is optional and determines the text alignment for cells in that column."],["The documentation provides constructors for the `ColumnProperties` class, including a default constructor and a constructor to make a copy from another `ColumnProperties` instance, which will be used when instantiating new `ColumnProperties` objects."]]],[]]