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

After installing api-ai-javascript beta 21 i get the following errors when attempting ng serve or ng build: ![screenshot_031418_114553_am](https://user-images.githubusercontent.com/28792675/37417009-413301a6-277d-11e8-8be3-bd59423d8c9c.jpg)

I am trying to use dialogflow in my angular 6 application. but got an error: ERROR in node_modules/api-ai-javascript/declarations.d.ts(9,5): error TS2687: All declarations of 'speechSynthesis' must have identical modifiers. node_modules/api-ai-javascript/declarations.d.ts(9,5): error...

Yesterday I faced with a strange issue which is @sys.any. It was working originally and now no data can be passed via @sys.any of slot filling. it is re-prompting all...

I using Angular 6 and after installing "api-ai-javascript": "^2.0.0-beta.14", I get the following errors when attempting ng serve or ng build: ![bug](https://user-images.githubusercontent.com/16363971/47209775-7d420f00-d391-11e8-9987-3cbfd15dd08f.PNG) Also I add api-ai-javascript index.ts to my tsconfig...

https://api.api.ai/v1/ : Error 403 showing and chatbot stops working. Kindly help me to solve the same Error showing is: SEC7120: [CORS] The origin 'file://' did not find 'file://' in the...

While run **npm run build:ssr** I got the below error. ![image](https://user-images.githubusercontent.com/33321681/70027442-2bc20700-15c8-11ea-9d38-47f84f117f7b.png) Please help me ?

Hi! I'm working in a React application which uses api-ai-client to integrate dialogflow features. Everything works as espected when I manually test the application, but when I try to create...

After upgrading to Angular 6 I have this issue : `Failed to load https://api.api.ai/v1/query?*** Method undefined is not allowed by Access-Control-Allow-Methods in preflight response.` Indeed the "access-control-request-method" on the OPTION...

I have a mobile App built with ionic 4 which makes calls to Dialogflow v1. The origin from iOs is "ionic://localhost" and this is now rejected (not allowed by Access-Control-Allow-Origin)...

Failed to load https://api.api.ai/v1/query?v=20150910: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.