Class: Google::Cloud::Dialogflow::V2::Intent::Message::TableCard
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::TableCard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Table card for Actions on Google.
Instance Attribute Summary collapse
-
#buttons ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>
Optional.
-
#column_properties ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Optional.
-
#image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Optional.
-
#rows ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Optional.
-
#subtitle ⇒ ::String
Optional.
-
#title ⇒ ::String
Required.
Instance Attribute Details
#buttons ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>
Returns Optional. List of buttons for the card.
725 726 727 728 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 725 class TableCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#column_properties ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Returns Optional. Display properties for the columns in this table.
725 726 727 728 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 725 class TableCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image ⇒ ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns Optional. Image which should be displayed on the card.
725 726 727 728 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 725 class TableCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Returns Optional. Rows in this table of data.
725 726 727 728 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 725 class TableCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |