You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2021. It is now read-only.
Since DialogFlow (originally api.ai) was acquired by google, the api has been changed.
Make changes to have it running on (
/agentroute)FIrst read up of docs on new api of dialogflow.
We need to parse three things from request.
Entity, Action and Room
We then package them into an object of type IotPayload (in iot folder)
We pass this to Mqtt queue to have it processed further