LinkDialogSpec

  • The JSON object for linking requests requires destinationName and requestLinkReason fields.

  • destinationName provides the name of the app or website for linking, used in the TTS prompt.

  • requestLinkReason explains the purpose of the link and is added to the confirmation prompt for context.

JSON representation
{
  "destinationName": string,
  "requestLinkReason": string
}
Fields
destinationName

string

The name of the app or site this request wishes to linking to. The TTS will be created with the title "Open ". Also used during confirmation, "Can I send you to ?" If we know the actual title of the link that is being handed off to, we will ignore this field and use the appropriate title. Max 20 chars.