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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#text::String

Returns Required. Text in this cell.

Returns:

  • (::String)

    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