How to fetch external data thorugh our intents/data submitted in forms

I would like to fetch data based upon the data given through intents or data submitted in the forms, how can I perform that, help me !!

thanks in advance.

Hi @karanam_sreekanth
To extract data from intent, you have to use Named-entity-Recognition and map the values to a particular entity.If you want to extract data that are submitted on digital forms simply use “{{context.forms.YourFormName.YourFormAttributeName}}” in the service Node as params or form body.
-Thanks

Use this Kore.ai docs for reference:

https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/working-with-the-service-node/#:~:text=The%20Service%20Node%20is%20a,to%20capture%20the%20user%20input.

1 Like