Watson Assistant - Link Out

Watson Assistant - Link Out

With Blahboxit's possible to send a Link Out Button to the virtual assistant's user using IBM's Watson Assistant.


To make Blahbox display a Link Out Buttonthe JSON code below must be pasted in the "contextof the appropriate dialog node, in Watson Assistant:

  1.     "bbox_linkOut": {
  2.       "uri": "https://blahbox.net/",
  3.       "order": 1,
  4.       "destinationName": "Link to Blahbox"
  5.     }
JSON Description



bbox_linkOut
uriURL to link out
destinationNameButton Label
orderInteger number that shows the order of the element when there is more than one element


It's very important that the JSON code be inside the "context" element of the dialog node.

Blahbox interprets every element of the JSON and shows it to the user as is shown below:


    • Related Articles

    • Watson Assistant - Suggestion Chips

      With Blahbox, it's possible to send Suggestion Chips (Buttons) to the virtual assistant's user using IBM's Watson Assistant. To make Blahbox display Suggestion Chips, the JSON code below must be pasted in the "context" of the appropriate dialog node, ...
    • Dialogflow - Link Out Suggestion

      A Link Out Suggestion is a type of response that a virtual assistant trained with Dialogflow can send to the user in order to improve the usability experience using a button that links out to a URL. When Blahbox detects a Link Out ...
    • Watson Assistant - Carousel

      With Blahbox, it's possible to send a carousel to the virtual assistant's user using IBM's Watson Assistant. To make Blahbox display a carousel, the JSON code below must be pasted in the "context" of the appropriate dialog node, in Watson Assistant. ...
    • Watson Assistant - List

      With Blahbox, it's possible to send a list to the virtual assistant's user using IBM's Watson Assistant. To make Blahbox display a list, the JSON code below must be pasted in the "context" of the appropriate dialog node, in Watson Assistant:     ...
    • Watson Assistant - Card

      With Blahbox, it's possible to send a Card to the virtual assistant's user using IBM's Watson Assistant. To make Blahbox display a card, the JSON code below must be pasted in the "context" of the appropriate dialog node, in Watson Assistant: ...