Class: Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::TableCardCell
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
Cell of TableCardRow.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Required.
Instance Attribute Details
#text ⇒ ::String
Returns Required. Text in this cell.
775 776 777 778 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 775 class TableCardCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |