Arnold Babasa

Results 2 comments of Arnold Babasa

Tested and working.

I realized that if I change this: `controller.middleware.receive.use(dialogflowMiddleware.receive)` to: `controller.middleware.ingest.use(dialogflowMiddleware.receive)` Then my message.intent property is available. Are there any drawbacks of using ingest as opposed to receive?