dialogflow-javascript-client icon indicating copy to clipboard operation
dialogflow-javascript-client copied to clipboard

[TypeScript] Parameters in IServerResponse

Open PerraiD opened this issue 8 years ago • 0 comments

Hi,

I use api.ai with angular 2 and i wanted to access to Parameters object in the response, but sadly typescript say that it doesn't exist on IServerResponse

By now i have modified IServerResponse to include parameters as "any" type but i wanted to kow if its a "bug" or if you havn't include it consciously ?

By the way, the way thanks for your great job, Api.Ai is awesome !

PerraiD avatar May 28 '17 15:05 PerraiD