api.ai - Google Actions with custom webhook -
i have built small conversational bot using api.ai
node.js end. every time user makes request goes server , server api.ai , follows same route response.
now, want integrate google actions. but, google actions
allows me use api.ai
webhook whereas want google actions
talk server
.
i have checked everywhere , can't find correct process. any, appreciated in integrating actions custom webhook
instead of api.api
the normal way work have google servers assistant talk api.ai, , api.ai call webhook. lets api.ai of natural language processing (nlp) , not have attempt write part load actions console.
your api.ai project , action project need same - if not, can create new action project using same project api.ai, or can export contents of api.ai project , import new one.
your api.ai project needs have actions on google integration turned on. left menu, select integrations , actions on google tile , turn on.
however
if want send things through server, , have server call api.ai api yourself, can this. develop against actions sdk , provide actions.json
file describes intents , webhook use.
Comments
Post a Comment