dialogflow-javascript-client
dialogflow-javascript-client copied to clipboard
JavaScript Web SDK for Dialogflow
My Dialogflow query endpoint is returning 500 response 
In a basic ionic 3 app, I get this error when doing ionic serve ``` Error: Module build failed: Error: ENOENT: no such file or directory, open '/ionic-test/node_modules/api-ai-javascript/index.js.map' ``` I...
Please find attached screenshot. My all dialogflows are failing.
Is there a way to achieve requestVoice through this plugin, just as we have requestText?
I am getting 500 server error from the endpoint?
I am trying to use stream client but it is not available on the ApiAiClient. This is what I am doing private apiAiStreamClient: IStreamClient; readonly client = new ApiAiClient({accessToken: 'xxxx',streamClientClass:...
I need to send jwt token of user with the query, I've gone through the apis. It say we can send in contexts before sending query. But I don't see...
When i build with Angular CLI, i have this error : > ERROR in node_modules/api-ai-javascript/ts/Request/TTSRequest.ts(17,31): error TS2339: Property 'DEFAULT_TTS_HOST' does not exist on type 'typeof ApiAiConstants'. To unlock the problem...
Most developers exclude node_modules packages from their build process (typescript or es6). Therefore if you provide an ES6 module, that ES6 is getting injected straight into the bundle as is...
Im getting errors while im trying to compiling with this module with angular ERROR in ./node_modules/api-ai-javascript/declarations.d.ts (9,5): Subsequent variable declarations must have the same type. Variable 'speechSynthesis' must be of...