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

I'm using Ionic2 with Typescript. Unfortunately I couldn't use the cordova plugin version as type definitions are not available yet. Running the JS version into my Ionic2 project. After following...

bug

## Overview In [API.AI](https://docs.api.ai/docs/reference), there are some API like `/intents` `/contexts`. But It doesn't seem to be support them in this library, why? I'll send pull request if reason is...

question

while running a comment "`ng serve`" its showing error. ![image](https://user-images.githubusercontent.com/33082343/37089960-88d41de2-2228-11e8-89f7-525842360dd0.png) ERROR in node_modules/api-ai-javascript/ts/Request/TTSRequest.ts(18,37): error TS2339: Property 'AudioContext' does not exist on type 'Window'. node_modules/api-ai-javascript/ts/Request/TTSRequest.ts(18,53): error TS2304: Cannot find name 'webkitAudioContext'....

Hi there, I'd really like to see support for timeouts in the lib, currently if the user has a dodgy wifi connection when using the client that causes requests to...

When you enter new lines in a mesages, the json returned are like this: ``` "fulfillment": { "speech": "Ok, lets do a demo. Start by saying: 'I want to book...

Hi, I use the streamClient but the websocket-connection closing connection automatically. ![selection_039](https://cloud.githubusercontent.com/assets/850416/26777818/eedb004c-49de-11e7-98f1-0fa181f0310a.png) I removed lang from client instantiation (so lang is default / en) and now it's working: ``` const...

Hello! When use this API with create-react-app it fails with building: ``` Failed to minify the code from this file: ./node_modules/api-ai-javascript/es6/ApiAiConstants.js:3 ``` I fixed this for me. Went to `node_modules`...

Is there any way of using speech recognition rather than using native browsers speech to text.

I'm trying to add api-ai-javascript to my ASP.NET core angular project, but I encountered a problem. ``` at node_modules\api-ai-javascript\ts Parameter 'query' implicitly has an 'any' type. (33, 24) Parameter 'eventName'...