LinkDialogSpec

  • The LinkDialogSpec JSON representation includes fields for destinationName and requestLinkReason.

  • The destinationName field is a string representing the name of the app or site the request links to.

  • The requestLinkReason field is a string that explains the reason for linking out and is added to the end of the confirmation prompt.

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.