google_api_dialogflow v0.36.3 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCard View Source
Table card for Actions on Google.
Attributes
buttons(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.t), default:nil) - Optional. List of buttons for the card.columnProperties(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.t), default:nil) - Optional. Display properties for the columns in this table.image(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageImage.t, default:nil) - Optional. Image which should be displayed on the card.rows(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.t), default:nil) - Optional. Rows in this table of data.subtitle(type:String.t, default:nil) - Optional. Subtitle to the title.title(type:String.t, default:nil) - Required. Title of the card.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCard{
buttons: [
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.t()
],
columnProperties: [
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.t()
],
image:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageImage.t(),
rows: [
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.t()
],
subtitle: String.t(),
title: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.