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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/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:



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end

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

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

Returns:



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end

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

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

Returns:



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end

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

Returns Optional. Rows in this table of data.

Returns:



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end

#subtitleString

Returns Optional. Subtitle to the title.

Returns:

  • (String)

    Optional. Subtitle to the title.



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end

#titleString

Returns Required. Title of the card.

Returns:

  • (String)

    Required. Title of the card.



608
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 608

class TableCard; end