dialogflow-javascript-client
dialogflow-javascript-client copied to clipboard
[TypeScript] Parameters in IServerResponse
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 !