LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.72k stars 596 forks source link

Add new step to existing step array #291

Open guravpooja12 opened 3 years ago

guravpooja12 commented 3 years ago

Hi @LucasBassetti , I have an chatbot where my next step depends on response I get from the API call. I want to create the new step dynamically and add it to existing step array. I checked the issue #2 as it was referred for solving this problem. I still did not get how this can be done... If someone can explain it with an example, It will be great!

Thanks in advance.