SDK-NodeJS icon indicating copy to clipboard operation
SDK-NodeJS copied to clipboard

SAP Conversational AI official SDK for Node.js

Results 9 SDK-NodeJS issues
Sort by recently updated
recently updated
newest added

Hi everyone, I would appreciate any suggestions to help resolve the issue i am currently experiencing (Please see generated error in attached file). Everything seemed to be working fine till...

Hi, I was expecting that my bot can receive the message and reply the message. But I found it not working. Here is my full code. Please help ``` 'use...

Hi guys, I'm trying to do a message broadcast from a NodeJS backend. For some reason, the `connect.broadcastMessage()` method enters on the `then` promise well. It shows that the messages...

Hi, would be good if recastai calls can work behind a proxy. Meaning that the http/https requests need to specify the proxy to be able to reach outside. I do...

Dear all, it is not possible to set a memory when calling .dialog() method. This should be possible https://recast.ai/docs/api-reference/#dialog-text Thanks

`user:proj user$ torus run -- node > let recastai = require('recastai').default undefined > var client = new recastai(process.env.RECASTAI_TOKEN) TypeError: recastai is not a constructor`