Create a quizz, that AI will use to redact&post cu...
# 🤝help
b
I everybody ! I am begging for help, actually learning how to use botpress I am blocking on the following exercise/project. I am trying to create a bot that will ask the user a satisfaction quiz with multiple types of questions, for example : How would you define our product :(efficient / beautiful / not optimised) Would you buy this product again : (Yes/No) Explain us how you use it : (The user would write a sentences…) After acquiring all the answers, the AI will redact a comment using all the answers and ask the user if he want to publish this review on a specific website. (Let’s say Amazon for example) How would you do it ? I can’t make it work with my brain alone ! :/
h
Hey there, can you share a screenshot of your current workflow progress so far so I can help you with tips on how to improve it to achieve the above.
b
Hi @hundreds-battery-97158 thanks for your interest and help ! Here's is a short description of what i made for now. I have built a Quizz, using single choice cards and code cards to save the answer of the single choice in a variable. if (workflow.Pertinence4 === 'Perfect') { workflow.Quizz4 = 'Perfect' } if (workflow.Pertinence4 === 'Medium') { workflow.Quizz4 = 'Medium' } if (workflow.Pertinence4 === 'Poor') { workflow.Quizz4 = 'Poor' } After what I use an IA card to call all of the variables and ask the IA to redact a review based on the answer of the quizz. Below my sentence to the IA : Write a review in french based on : Use value of variable @workflow.Quizz1 to review the appearance of the product Use value of variable @workflow.Quizz2 to review the price of the product I am 65% satisfied with the answer I obtain from the IA, not enough creativity in the answer of the IA but it's ok for now. Now i try to find if it's possible to share to the customer a link to a website with the review already copied in it... But can't find anything that work. 😦
h
Trying to read the above but struggling to understand it What's the current issue or question right now?
2 Views