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

Rich Business Messaging (RBM) Card content

Attributes

  • description (type: String.t, default: nil) - Optional. Description of the card (at most 2000 bytes).

    At least one of the title, description or media must be set.

  • media (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.t, default: nil) - Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.

  • suggestions (type: list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.t), default: nil) - Optional. List of suggestions to include in the card.

  • title (type: String.t, default: nil) - Optional. Title of the card (at most 200 bytes).

    At least one of the title, description or media must be set.

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.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent{
    description: String.t(),
    media:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia.t(),
    suggestions: [
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion.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.