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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

Row of TableCard.

Instance Attribute Summary collapse

Instance Attribute Details

#cells::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell>

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

Returns:



765
766
767
768
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 765

class TableCardRow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#divider_after::Boolean

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

Returns:

  • (::Boolean)

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



765
766
767
768
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 765

class TableCardRow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end