View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion (google_api_dialogflow v0.77.0)

The suggestion chip message that allows the user to jump out to the app or website associated with this agent.

Attributes

  • destinationName (type: String.t, default: nil) - Required. The name of the app or site this chip is linking to.
  • uri (type: String.t, default: nil) - Required. The URI of the app or site to open when the user taps the suggestion chip.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion{
    destinationName: String.t() | nil,
    uri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.