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

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

Instance Attribute Details

#buttons::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>

Returns Optional. List of buttons for the card.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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

#subtitle::String

Returns Optional. Subtitle to the title.

Returns:

  • (::String)

    Optional. Subtitle to the title.



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

#title::String

Returns Required. Title of the card.

Returns:

  • (::String)

    Required. Title of 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