Watson Assistant - Card

Watson Assistant - Card

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


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

  1.  "context": {
  2.     "bbox_basicCard": {
  3.       "imageUri": "https://www.ikea.com/PIAimages/0633571_PE695905_S5.JPG?f=s",
  4.       "title": "Image Title",
  5.       "subtitle": "Subtitle Text",
  6.       "text": "Aditional Text",
  7.       "linkUri": "https://blahbox.net/",
  8.       "linkText": "Link Text",
  9.       "order": 1
  10.     }
  11.   }
JSON Description

bbox_basicCard


   title

Title of the image

   subtitle
Subtitle of the image

   imageUri

URL of the image that you wish to display

   text

Text

   linkText
Link Label

   linkUri

Link URL

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, ...
    • 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 - 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 ...
    • 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 ...