aws-samples / aws-lex-web-ui

Sample Amazon Lex chat bot web interface
Other
746 stars 472 forks source link

Open Form with several inputs #751

Open shashwat-prakash opened 1 month ago

shashwat-prakash commented 1 month ago

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

atjohns commented 1 week ago

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.