Disambiguation does not work on WordPress Plugin
-
I am very new to chatbot. I am trying to plug in my Watson chatbot to WordPress (version 5.2.1) installed on server by Docker. I use Watson Assistant Version 0.8.12. I do not code but do everything on websites. My IBM account is a development version (trial). My chatbot has the disambiguation features. It works well on the “Try it out” function on IBM Watson Assistant. However, it does not work on my WordPress website (free account).
For example: The chatbot is for an app creation with 3 functions: create new app, modify an existing app and stop an app.
When the user puts an intent like: “stop some features of my app” (this is a new utterance for the chatbot)
*** On the IBM Watson assistant website: the bot will ask: “Do you mean: – I want to stop using an app – I want to have my app modified – None of the above” –> the user will choose one option.
*** On my website: there is no response for this intent until the user put another intent.
Case 1: the user put another intent: “I want to stop my app”, it will say “Sorry, I can only handle one request at a time. Which one do you want to go first?” —> It can recognize these are two different requests.
Case 2: the user put another intent: “I need some modifications for my app”, the bot responds in the correct way as I wish for modification requests.
Could you please tell me how to deal with this problem.
Thank you so much in advance
The topic ‘Disambiguation does not work on WordPress Plugin’ is closed to new replies.