public sealed class 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."],[[["This webpage provides documentation for the `ColumnProperties` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning versions from 3.2.0 up to the latest version 4.26.0."],["The `ColumnProperties` class is used to define the properties of a column in a `TableCard` message within Dialogflow v2."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ColumnProperties` class include `Header` (the column heading, which is required) and `HorizontalAlignment` (optional, for text alignment within the column)."],["The documentation outlines the class's constructors, including a default constructor and one that allows for copying properties from another `ColumnProperties` object."]]],[]]