Can anyone suggest on how to retrieve inputs from user via forms in entity node?

I have requirement to retrieve user input via forms in entity node. Can someone suggest a way to do this?

@baguntur, You could use web forms at Action / Information tasks to collect the information at the needed fields from the user.

Alternately, If you were to use the dialog tasks, you should either create a custom template at the webSDK or code the logic at the Botkit SDK to push a form to the user, collect the information and then pass it over to the bot built on Kore.ai platform.

Thank you Subrahmanyam