public sealed class ColumnProperties : IMessage<Intent.Types.Message.Types.ColumnProperties>, IEquatable<Intent.Types.Message.Types.ColumnProperties>, IDeepCloneable<Intent.Types.Message.Types.ColumnProperties>, IBufferMessage, IMessage
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-04-02 UTC."],[[["This webpage provides documentation for the `ColumnProperties` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its use in Dialogflow's TableCard feature."],["The latest version available is 4.26.0, with a range of versions from 4.26.0 to 3.2.0 listed and linked, each corresponding to a specific release of the `Google.Cloud.Dialogflow.V2` library."],["`ColumnProperties` is a class used to define the characteristics of columns within a TableCard, including headers and text alignment, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors and two main properties: `Header`, which is a required string for the column heading, and `HorizontalAlignment`, which is an optional setting to align the text in the column."],["The `ColumnProperties` class inherits the following members from object: `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]