conversations always falls back to root level. child nodes not reached
-
I have problems with my chatbot. I am trying to set up a conversation where the user can select multiple options and dependent on the selection the conversation continues. However, it seems that the conversations start from the root level after each answer and never enters any child nodes. If I have the nodes which react to the entities on the root level it works, however, I want to avoid that the user can directly enter these nodes. Also, I noticed that when looking at the conversation logs there are no ongoing conversations, each answer is treated as a new one.
I’ve been reaching for an answer to this for quite some time and what I noticed that this problem is similar to when someones using a programmatical approach to watson, like using node.js, and then forgets to return the conversation-context (and/or conversationID)
However, since I am using the watson plugin this should be handled. Is there anything that might go wrong in the configuration? When I am testing my bot on the Watson Assistant workspace GUI then there is no problem. Only then on the WordPress website, the bot seems to forget that the conversation has already started.Might this be caused by the free plan I have? Are there only root level conversations possible?
- The topic ‘conversations always falls back to root level. child nodes not reached’ is closed to new replies.