You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use stream client but it is not available on the ApiAiClient. This is what I am doing
private apiAiStreamClient: IStreamClient;
readonly client = new ApiAiClient({accessToken: 'xxxx',streamClientClass: ApiAiStreamClient})
this.apiAiStreamClient = this.client.createStreamClient(); // this client does not contain a function createStreamClient. Even when I check in the node modules it seems like the voice part is not there are all .
Which version of this modules should I use ? Where to find documentation about this issue.
The text was updated successfully, but these errors were encountered:
I am trying to use stream client but it is not available on the ApiAiClient. This is what I am doing
private apiAiStreamClient: IStreamClient;
readonly client = new ApiAiClient({accessToken: 'xxxx',streamClientClass: ApiAiStreamClient})
this.apiAiStreamClient = this.client.createStreamClient(); // this client does not contain a function createStreamClient. Even when I check in the node modules it seems like the voice part is not there are all .
Which version of this modules should I use ? Where to find documentation about this issue.
The text was updated successfully, but these errors were encountered: