public sealed class Intent.Types.Message.Types.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-04-09 UTC."],[[["This webpage provides documentation for the `ColumnProperties` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, which is used for defining column settings in a `TableCard` message."],["The `ColumnProperties` class is part of the `Google.Cloud.Dialogflow.V2` namespace, and it's found within the `Intent.Types.Message.Types` nested structure."],["The page lists multiple versions of the API, from 3.2.0 to 4.26.0 (latest), with links to the documentation for each version, allowing developers to navigate to the correct version for their needs."],["`ColumnProperties` includes two key properties: `Header`, which is a required string for the column heading, and `HorizontalAlignment`, which is an optional property to define the text alignment for cells within that column."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes the necessary constructors to create new instances or duplicate existing `ColumnProperties` objects."]]],[]]