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-03-21 UTC."],[[["This webpage provides documentation for the `ColumnProperties` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, spanning multiple versions from 3.2.0 to the latest 4.26.0."],["The `ColumnProperties` class is utilized for defining the properties of columns in `TableCard` objects within Dialogflow's `Intent.Message`, as it is implemented for that purpose."],["The `ColumnProperties` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are key interfaces for the handling and manipulation of these objects."],["It contains properties such as `Header`, which is a required column heading, and `HorizontalAlignment`, an optional property for text alignment within the column."],["The document outlines two constructors for the `ColumnProperties` class, one default constructor and another that accepts an existing `ColumnProperties` object, which is used to build one from another one."]]],[]]