google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem View Source

Browsing 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.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageImage.t, default: nil) - Optional. Hero image for the carousel item.
  • openUriAction (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.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.

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 Source
t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem{
    description: String.t(),
    footer: String.t(),
    image:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageImage.t(),
    openUriAction:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.t(),
    title: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.