Watson Assistant - Link Out
With Blahbox, it'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 Button, the JSON code below must be pasted in the "context" of the appropriate dialog node, in Watson Assistant:
JSON Description
|
|
bbox_linkOut |
|
uri | URL to link out
|
destinationName | Button Label |
order | Integer 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: ...