node.js - How to make Webhook for Slot Filling in Api.ai using backend Node js -
how slot filling in api.ai using web-hooks back-end node.js, please 1 let know process. here sample response have creating sample webhook.
return res.json({ speech: "here sample one.", displaytext: "here sample 1 ", data: {...}, contextout: [{"name":"weather", "lifespan":2, "parameters": {"city":"rome"}}], source: "from api" });
Comments
Post a Comment