Questions tagged [sap-conversational-ai]

SAP Conversational AI was previously named Recast.AI. It's a chatbot building SaaS.

SAP Conversational AI is a chatbot building SaaS where users can train, build, connect and monitor chatbots.

It offers third party integrations with Amazon Alexa, Facebook Messenger, Slack, and Twitter. It can also be connected to Skype, Teams, or Cortana via Microsoft Azure.

References:

31 questions
4
votes
2 answers

Recast.ai: TypeError: Cannot read property 'attachment' of undefined

I want my recast.bot reply to the user's response. Here is the code, but I got the error message below. How to resolve this issue? Bot Server is running on port 5002 TypeError: Cannot read property 'attachment' of undefined at new Message…
4
votes
1 answer

Fiori launchpad becomes unresponsive after chatbot plugin deployment

We have developed chatbot functionality for our on-premise ERP using Recast.AI. Basically, we have deployed a plugin on the On-Premise Fiori launchpad using the following code; However the Fiori launchpad freezes after the chatbot launches and we…
3
votes
1 answer

How to make DOM element draggable on SAPUI5 app?

I am using Sap Conversational AI on my SAPUI5 app via Webchat. I added Webchat script on my apps Component.js. It works fine but the chat icon covers the app's footer and I couldn't make it draggable. Here is component.js code; if (…
3
votes
1 answer

postback for reast ai sap conversation

Recast ai Or Sap Conversational Bot I want to know the postback for recast ai means when someone click on quick replies it can answer from webhook const express = require('express') const bodyParser = require('body-parser') const app = express()…
3
votes
1 answer

How to fix HTTP-Status 401 (Unauthorized) on bot-connector when calling the facebook-messenger webhook?

After setting up a bot-connector (SAP Conversational AI: https://github.com/SAPConversationalAI/bot-connector), creating a channel for the fb-messenger and configuring a webhook in the fb-app i constantly get http-status 401 (unauthorized) in my…
3
votes
2 answers

Recast: reset all memory except specific field

Is there a way, while configuring recast bot, to set an action to reset all memory, except a specific field? I already tried to unset all fields except the one I need, but it's boring, unextendable, unscalable and unmaintenable. Thanks
Romain R.
  • 870
  • 11
  • 19
2
votes
2 answers

how to handle multiple endpoints in nodejs

I'm developing SAP Conversational AI bot to handle login to sap and product inquire through single webhook.js file which always hits to /login section , I want to modify this file (presales_assistance_webhook.js) to handle ,multiple post support and…
Sanjeewa
  • 493
  • 1
  • 7
  • 17
2
votes
2 answers

Memory does not refresh automatically in Recast.AI

I have created a entity called #USER-NAME and have set that as a requirement. Now, for the first time when the entity is detected in the conversation - say, "I am John" , then the memory is set to John. On subsequent encounter of the same entity…
Boudhayan Dev
  • 750
  • 2
  • 9
  • 26
2
votes
1 answer

How to save information through Recast.Ai Nlp bot

I'm using Recast.ai NLP Platform.I have create a simple bot on recast.ai console.Now,i want store my messages on MongoDb database.I have create a simple post type API for to save information on MongoDB. But i got stuck how to integrate or how to…
QA Intern
  • 51
  • 1
  • 5
2
votes
1 answer

Can I use Smooch.io for different NLP than it provide?

So I have built my chatbot with Recast.ai which provide different channels to integrate to like a telegram, facebook, etc. Now I want to build the same chatbot with the native iOS and Android platforms. So can use the recast.ai's NLP for integrating…
Fatin Wasta
  • 325
  • 3
  • 15
2
votes
3 answers

Recastai is not a function

I am following this tutorial to make FB chat bot with Recast AI. Trying to connect my bot with the token but get the following error: var client = new recastai(config.recast); ^ TypeError: recastai is not a function at…
chemook78
  • 1,058
  • 3
  • 12
  • 35
2
votes
1 answer

recast bot answering fine in it's builder but in slack it's skipping the only intends which have "notions missing"

My recast bot is answering fine in its builder but when it is integrated with Slack it skips the only intends which have notions missing and eventually spoiling the whole conversation. How to fix it?
2
votes
1 answer

what would be the end point url of my recast.ai bot for recast bot connector

I have created a bot on recast.ai which I want to integrate with slack. Now it's bot connector is asking for end point of my bot running at localhost (forwarded by ngrok). Now my question is: My bot is actually running at recast.ai (which I have…
1
vote
1 answer

How can I transfer messages between a chatbot and a web application?

Hi stackoverflow community, for my master thesis I am currently looking for a suitable messaging protocol or a message broker or middleware that can be used to exchange messages instantly between a chatbot, created using the SAP Conversational AI…
1
vote
0 answers

Connecting conversational AI to Alexa

I built my Conversational AI chatbot and followed all the steps to connect it to Alexa but when I try to call my chatbot in alexa simulator,I get the following message: "There was a problem with the requested skill's response" this is the code…
FFXX
  • 33
  • 4
1
2 3