GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem (google_api_dialogflow v0.89.0)
View SourceBrowsing carousel tile
Attributes
-
description(type:String.t, default:nil) - Optional. Description of the carousel item. Maximum of four lines of text. -
footer(type:String.t, default:nil) - Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text. -
image(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageImage.t, default:nil) - Optional. Hero image for the carousel item. -
openUriAction(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.t, default:nil) - Required. Action to present to the user. -
title(type:String.t, default:nil) - Required. Title of the carousel item. Maximum of two lines of text.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem{ description: String.t() | nil, footer: String.t() | nil, image: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageImage.t() | nil, openUriAction: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.t() | nil, title: String.t() | nil }