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

![image](https://user-images.githubusercontent.com/33648198/34240125-03301ebe-e634-11e7-86ce-cf29af6b91ad.png) Instead of default response following prompt must show up ![image](https://user-images.githubusercontent.com/33648198/34240148-2fc5eea4-e634-11e7-890f-844837872f73.png)

See https://github.com/Microsoft/TypeScript/issues/15363. Currently this package publishes .ts files in the package on npmjs, so that rules like `noImplicitAny` get picked up when you `import { ... } from "api-ai-javascript"`. The...

Adding messages array would allow clients on v1 to make use of multi-line messages. This could be further enhanced to support other message response types.

Having such an error, when trying to include TypeScript version: > ERROR in ./node_modules/api-ai-javascript/ts/ApiAiClient.ts Module parse failed: Unexpected token (15:12) You may need an appropriate loader to handle this file...

./node_modules/api-ai-javascript/es6/ApiAiConstants.js:3 Use npm run build create-react-app

I found this import {IRequestOptions, IServerResponse, ApiAiConstants} from "api-ai-javascript/ApiAiClient" const lang = ApiAiConstants.AVAILABLE_LANGUAGES.EN; and I also read IRequestOptions and it has the sessionID. Can you give the example code to...

Hi! I have a test page with both the iFrame based demo chatbot and an implementation using apiai-javascript-client, side by side. I have a weather fulfillment example running like in...

![screen shot 2017-09-27 at 10 29 06 am](https://user-images.githubusercontent.com/18667176/30922455-d109fae8-a36e-11e7-90ed-ceb7e5665afa.png)

I have this error when I made webpack -w: ![screen shot 2017-09-26 at 5 25 09 pm](https://user-images.githubusercontent.com/18667176/30887186-e205fce6-a2df-11e7-9fed-b704ffd27a20.png)