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-09 UTC."],[[["This webpage provides documentation for the `ColumnProperties` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.8.0 and up to the latest 4.26.0."],["`ColumnProperties` is a class used for defining the properties of columns in a TableCard within Google Dialogflow, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ColumnProperties` class has two constructors, one default and another that accepts another `ColumnProperties` object, with properties `Header` for the column heading and `HorizontalAlignment` for text alignment within the column."],["The `ColumnProperties` class inherits the members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."],["This documentation provides a detailed view of all released versions from 3.8.0 to 4.26.0 of the Dialogflow library, including the `ColumnProperties` class and its members."]]],[]]