GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard (google_api_dialogflow v0.73.0) View Source
Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel
Attributes
-
imageDisplayOptions(type:String.t, default:nil) - Optional. Settings for displaying the image. Applies to every image in items. -
items(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.t), default:nil) - Required. List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard{
imageDisplayOptions: String.t() | nil,
items:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.