Skip to main content

How to add/edit chatbot bubbles

Let's add a "Was this helpful?" question and bubbles (quick replies) with Yes/No responses into our chatbot.

  1. Let's add "Decision" and "User Input" nodes after the "Send answer to chat" node.

addNodes.gif

  1. Change node names.

changeNames.gif

  1. For the "ask a question and show yes\no bubbles" decision node add the first request to ask the "Was this helpful?" question. You can find further information about requests in the documentation: Learn more about requestsimg_13.pngimg_14.pngimg_16.png
  1. Add a second request that will show Yes/No bubbles (quick replies) in the chatbot. You can find further information about requests in the documentation: Learn more about requests

img_17.png img_18.png img_19.png

Note

Don't forget to click "Confirm" button and "Save node" button to save the changes.

  1. For the "User Answer" node we can copy and paste the JSON that we already have in the existing user input node "User input (ML Answer NOT Given)". You can find further information about user input nodes in the documentation: Learn more about user input node

copyJSON.gif

  1. After pasting the JSON into our "User Answer" node we need to change the variables because they all should be unique. You can find further information about user input nodes in the documentation: Learn more about user input node changeVars.gif

  2. All done! Now we can see the result in the chatbot. resultBubble.gif

You might get no response or "No matching articles found. Missing company?" response from the chatbot because there were no data added no the chatbot source. Learn how to add data source to the chatbot.