Open sgasser opened 7 years ago
const client = new ApiAi.ApiAiClient({
accessToken: '###',
streamClientClass: ApiAi.ApiAiStreamClient,
lang: ApiAi.ApiAiConstants.AVAILABLE_LANGUAGES.DE // you can change for any language in AVAILABLE_LANGUAGES
});
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:
I tested it also with the simple-demo - same results.
Stefan