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.
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: