Class: Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow
- 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
-
#cells ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell>
Optional.
-
#divider_after ⇒ ::Boolean
Optional.
Instance Attribute Details
#cells ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell>
Returns Optional. List of cells that make up 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 |
#divider_after ⇒ ::Boolean
Returns 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 |