Dominik Bousquet
Dominik Bousquet
Thanks @goto-bus-stop for the fix. I can confirm that it works and fixes an issue I have. Is it planned to release this fix ?
Thanks @goto-bus-stop for checking again. Is it ready to merge ?
Anything that runs on your browser can be inspected and reproduced somewhere else :) We could prevent the webchat of your bot from loading on an other website than yours...
Ah alright I see, your bot is not public right ? Are you in a testing environment ?
Is your server returning responses ? Do you follow the format described here in the "Formatting the response of the webhook call" section here : https://cai.tools.sap/docs/concepts/code-and-webhook ?
Hi @boudhayan-dev, Webhook actions are actions performing an HTTP call to the specified URL with the specified parameters and headers. If the HTTP call made to the URL returns responses...
Hi @SofiaPe, if time solves it, then I guess it means your bot is being trained. Training can easily last 15 minutes for very big bots. You can check whether...
@waseem18 It would be great if you could do it :) Don't hesitate to contact us directly on Slack : https://recastai-community.slack.com
You can pass an `option` arg to `dialog` or `request`, with a `proxy` field inside, did you try that ? Here is the implementation for reference : https://github.com/RecastAI/SDK-NodeJS/blob/master/src/apis/build/index.js#L16
@stevetangue Thanks, this looks really good ! @lucasdchamps can we incorporate theses changes?