I have a Usecase, I want to take inputs from customer via forms. For example, The bot needs to take so many inputs from customer, so instead of asking one by one, the bot opens a form inside the widget, so the customer can easily fill and submit the form. Help me to achieve this using web ui.
Forms are for right now outside of the scope of what the Web UI can support. You could create a fork and build in form support via HTML. You would also need Lex to handle the form input via Lambda.
Hello Developers,
I have a Usecase, I want to take inputs from customer via forms. For example, The bot needs to take so many inputs from customer, so instead of asking one by one, the bot opens a form inside the widget, so the customer can easily fill and submit the form. Help me to achieve this using web ui.
Thanks