workflow chatbot template in react.js

125 Views Asked by At

I'd like to build a chatbot model where the user constructs a tree containing the robot's responses based on the client's choices (like creating a conversation scenario between the robot and the client). It's similar to the attached image. I'd like to develop it in React, but during my research over the past month, I couldn't find libraries that assist in this matter. Please note that it's not like drawing Digrams where arrows are added automatically.WorkFlow Template for Chatbot

I tried using libraries that provide shapes like React Flow Chart, but they didn't give the desired shape, as shown in the attached image. I'm looking for a library or a third-party solution that could provide me with what I need.

0

There are 0 best solutions below