I've been searching high and low on how to make use of Webhook
in API.AI
. I'm new to API.AI
in general.
My objective is to integrate API.AI
into my Swift Application which i have already done. I want to get a JSON Object
from a webpage and use those data to manually add them as Entities/Intents/Response/etc by sending back a request to API.AI
and then create them.
Tried posting on DialogFlow forums but i guess it's pretty inactive.
The whole workflow is..
- Integrating
API.AI
into my Swift Application for users to use. - I have the base of the AI now..
Intents
lead toEntities
in a sense whereby users ask for a type of study, and an Entity[Studies]
is triggered, so meaning from theIntent
'asking for a type of study' the response would be like Science, or something. This reply i want to get it from theJSON
that i mentioned above, from a webpage. Is there any way to actually set these responses? Create entities etc, with my Swift Codes.
I hope it's clear enough.. And hope that anyone can point me in a direction as i can't seem to find any articles or somewhere to follow on it?