View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCard (google_api_dialogflow v0.88.3)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCard{ buttons: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageBasicCardButton.t() ] | nil, columnProperties: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageColumnProperties.t() ] | nil, image: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageImage.t() | nil, rows: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageTableCardRow.t() ] | nil, subtitle: String.t() | nil, title: String.t() | nil }