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

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

Overview

Row of TableCard.

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell>

Returns Optional. List of cells that make up this row.

Returns:



641
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641

class TableCardRow; end

#divider_aftertrue, false

Returns Optional. Whether to add a visual divider after this row.

Returns:

  • (true, false)

    Optional. Whether to add a visual divider after this row.



641
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641

class TableCardRow; end