Evgenii Shingarev
Evgenii Shingarev
Hi I'm not sure that this is somehow connected to ruby client, you should probably test your webhook in API.AI UI.
There is also more complicated, but also commonly used case when (e.g. for update requests) nested field is used as a part of resource path, look at the Dialogflow proto...
Ok, just pushed beta.13, you can check. StreamClient.getGainNode will return gainNode that is used in actual audioContext.
Ok, I add commit for that, will appear in upcoming release
Hi, It's actually because of dropping ASR and TTS support on the platform itself (websockets was actually stopped only on previous week) (https://docs.api.ai/blog/changelog-april-26-2017) Because of that change some SDKs are...
To test if typescript-project works fine, you can use `npm pack` (which creates .tgz) + `npm install` (local tgz) Considering your pull request: i thought that it should be possible...
This is probably possible, but partially ignores node mechanism of modules resolve. You may be can also try this (https://docs.npmjs.com/cli/link) Considering making it configurable, i think you can just add...
I think 'AudioContext' is missing if the target is 'es5', correct me if I am wrong. Actually sdk defines "@types/webaudioapi" as a dependency but you probably can try to install...
@Alberto2686 thank you, i approved your PR, in few days i will try to update demo apps, check everything and deploy new release to npm.
Published new version finally. Do not forget to call npm prune to remove unneded dependencies from project.