Class: Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

Column properties for TableCard.

Defined Under Namespace

Modules: HorizontalAlignment

Instance Attribute Summary collapse

Instance Attribute Details

#headerString

Returns Required. Column heading.

Returns:

  • (String)

    Required. Column heading.



617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 617

class ColumnProperties
  # Text alignments within a cell.
  module HorizontalAlignment
    # Text is aligned to the leading edge of the column.
    HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0

    # Text is aligned to the leading edge of the column.
    LEADING = 1

    # Text is centered in the column.
    CENTER = 2

    # Text is aligned to the trailing edge of the column.
    TRAILING = 3
  end
end

#horizontal_alignmentGoogle::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties::HorizontalAlignment

Returns Optional. Defines text alignment for all cells in this column.

Returns:



617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 617

class ColumnProperties
  # Text alignments within a cell.
  module HorizontalAlignment
    # Text is aligned to the leading edge of the column.
    HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0

    # Text is aligned to the leading edge of the column.
    LEADING = 1

    # Text is centered in the column.
    CENTER = 2

    # Text is aligned to the trailing edge of the column.
    TRAILING = 3
  end
end