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

JavaScript Web SDK for Dialogflow

Results 59 dialogflow-javascript-client issues
Sort by recently updated
recently updated
newest added

``` [15:21:42] Starting 'minify-js'... events.js:160 throw er; // Unhandled 'error' event ^ GulpUglifyError: unable to minify JavaScript at createError (/home/circleci/tucana/node_modules/gulp-uglify/lib/create-error.js:6:14) at apply (/home/circleci/tucana/node_modules/gulp-uglify/node_modules/lodash/_apply.js:16:25) at wrapper (/home/circleci/tucana/node_modules/gulp-uglify/node_modules/lodash/_createCurry.js:41:12) at /home/circleci/tucana/node_modules/gulp-uglify/lib/minify.js:54:15 at DestroyableTransform._transform...

Please add License info for the repo

Hi, Trying to run example but this is not working. I've tried all I know for this. And looks like callback onOpen not work. Could you help me, what I'm...

question

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...

Hi! I'm using the "demo/simple", but I have problems with the long Text because the voice response is breaking after 190 characters. Could you please help me @Gugic?

Hey, I'm using the Typescript version of the apiai-javascript-client in my angular-cli project. When I try to run `ng build --prod` I get this error: `ERROR in Error encountered resolving...

bug

My project needs to access the device's microphone, and I am trying to achieve it using the Javascript SDK. Here is the code as follows, `const streamClient = client.createStreamClient();` `streamClient.onInit...

I added a minimal working solution for a gainNode. Tested on `Google Chrome 56.0.2924.87 (64-bit)` / Ubuntu 16.10. See #25 - [x] Make gainNode configurable - [ ] Provide a...

Hi, In the `startUserMedia` method in the StreamClient a [GainNode](https://developer.mozilla.org/en/docs/Web/API/GainNode) could be added as well to configure the microphone gain.

enhancement