Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Intent::Message::TableCard (v0.18.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::Message::TableCard.

Table card for Actions on Google.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#buttons

def buttons() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>
Returns

#buttons=

def buttons=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>
Parameter
Returns

#column_properties

def column_properties() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Returns

#column_properties=

def column_properties=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Parameter
Returns

#image

def image() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns

#image=

def image=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Parameter
Returns

#rows

def rows() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Returns

#rows=

def rows=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Parameter
Returns

#subtitle

def subtitle() -> ::String
Returns
  • (::String) — Optional. Subtitle to the title.

#subtitle=

def subtitle=(value) -> ::String
Parameter
  • value (::String) — Optional. Subtitle to the title.
Returns
  • (::String) — Optional. Subtitle to the title.

#title

def title() -> ::String
Returns
  • (::String) — Required. Title of the card.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Required. Title of the card.
Returns
  • (::String) — Required. Title of the card.