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
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>) — Optional. List of buttons for the card.
#buttons=
def buttons=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>) — Optional. List of buttons for the card.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::BasicCard::Button>) — Optional. List of buttons for the card.
#column_properties
def column_properties() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>) — Optional. Display properties for the columns in this table.
#column_properties=
def column_properties=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>) — Optional. Display properties for the columns in this table.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::ColumnProperties>) — Optional. Display properties for the columns in this table.
#image
def image() -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image which should be displayed on the card.
#image=
def image=(value) -> ::Google::Cloud::Dialogflow::V2::Intent::Message::Image
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image which should be displayed on the card.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent::Message::Image) — Optional. Image which should be displayed on the card.
#rows
def rows() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>) — Optional. Rows in this table of data.
#rows=
def rows=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>) — Optional. Rows in this table of data.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::TableCardRow>) — Optional. Rows in this table of data.
#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.