botkit-middleware-dialogflow icon indicating copy to clipboard operation
botkit-middleware-dialogflow copied to clipboard

The module seems to be only detecting whether an agent existing in US (global) location

Open phildegreat opened this issue 4 years ago • 0 comments

I have defined my agent in AU region, alongside with my project which is also defaulted to AU. ERROR 5 is received with No Dialog Agent found when i use the package and define that as middleware. However, establishing the bot in US/Global region seems to do the trick. This workaround is not viable as our platform is limited to use AU only services.

Did i miss some parameter there that i could potentially pass location to the adaptor? https://github.com/googleapis/nodejs-dialogflow-cx/blob/master/samples/quickstart.js This is for dialogflow cx which i am sure botkit-middleware-dialogflow is only for ES. however, the example work as long as the location is defined correctly.

I am led to believe that location parameter is missing from this middleware...

phildegreat avatar Oct 25 '20 21:10 phildegreat