Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties.
Column properties for TableCard.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#header
def header() -> ::String
Returns
- (::String) — Required. Column heading.
#header=
def header=(value) -> ::String
Parameter
- value (::String) — Required. Column heading.
Returns
- (::String) — Required. Column heading.
#horizontal_alignment
def horizontal_alignment() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment) — Optional. Defines text alignment for all cells in this column.
#horizontal_alignment=
def horizontal_alignment=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment) — Optional. Defines text alignment for all cells in this column.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment) — Optional. Defines text alignment for all cells in this column.