dialogflow-javascript-client
dialogflow-javascript-client copied to clipboard
JavaScript Web SDK for Dialogflow
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...
## 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...
while running a comment "`ng serve`" its showing error.  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...
Which one should I use?
Hi, I use the streamClient but the websocket-connection closing connection automatically.  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'...