nickdex / AIDA-Server

Server to control all requests directed to my IoT devices in home
MIT License
1 stars 2 forks source link

DialogFlow v2 integration #20

Open nickdex opened 6 years ago

nickdex commented 6 years ago

Since DialogFlow (originally api.ai) was acquired by google, the api has been changed.

Make changes to have it running on (/agent route)

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

frunkad commented 6 years ago

Hey! Can I work on this issue?

nickdex commented 6 years ago

Yes, @frunkad, Please go ahead and feel free to ask any questions here