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

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

Returns Optional. List of buttons for the card.

Returns:



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#column_propertiesArray<Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>

Returns Optional. Display properties for the columns in this table.

Returns:



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#imageGoogle::Cloud::Dialogflow::V2::Intent::Message::Image

Returns Optional. Image which should be displayed on the card.

Returns:



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#rowsArray<Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>

Returns Optional. Rows in this table of data.

Returns:



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#subtitleString

Returns Optional. Subtitle to the title.

Returns:

  • (String)

    Optional. Subtitle to the title.



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#titleString

Returns Required. Title of the card.

Returns:

  • (String)

    Required. Title of the card.



698
699
700
701
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 698

class TableCard
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end