GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCard (google_api_dialogflow v0.73.0) 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
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCard{
buttons:
[
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton.t()
]
| nil,
columnProperties:
[
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.t()
]
| nil,
image:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageImage.t()
| nil,
rows:
[
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.t()
]
| nil,
subtitle: String.t() | nil,
title: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.