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-01 UTC."],[[["The page provides documentation for `ColumnProperties`, a class within the `Google.Cloud.Dialogflow.V2` namespace, specifically related to table card formatting in Dialogflow."],["This class is designed to set column properties for TableCard messages, including the header text and horizontal alignment of cells."],["The page details various versions of this class, ranging from the latest 4.26.0 down to 3.2.0, while also showing the current version being 3.6.0."],["`ColumnProperties` inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration within the .NET ecosystem."],["The documentation outlines the `Header` and `HorizontalAlignment` properties, detailing their types and purpose within the `ColumnProperties` class."]]],[]]