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 document provides detailed information on the `ColumnProperties` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used for configuring column properties in `TableCard` messages."],["The document lists various versions of the `Google.Cloud.Dialogflow.V2` library, ranging from the latest 4.26.0 down to 3.2.0, and shows how to access the `ColumnProperties` in each of them."],["The `ColumnProperties` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `ColumnProperties` class contains two constructors, a default constructor, and one taking another instance of `ColumnProperties` to copy its values."],["The document highlights the properties of `ColumnProperties`, `Header`, and `HorizontalAlignment`, which defines the column's heading text and the text alignment in cells, respectively."]]],[]]