google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCard View Source
Table card for Actions on Google.
Attributes
buttons
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageBasicCardButton.t)
, default:nil
) - Optional. List of buttons for the card.columnProperties
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageColumnProperties.t)
, default:nil
) - Optional. Display properties for the columns in this table.image
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageImage.t
, default:nil
) - Optional. Image which should be displayed on the card.rows
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCardRow.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.GoogleCloudDialogflowV2IntentMessageTableCard{ buttons: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageBasicCardButton.t() ], columnProperties: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageColumnProperties.t() ], image: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageImage.t(), rows: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCardRow.t() ], subtitle: String.t(), title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.