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:

32 questions
1
vote
1 answer

shell curl https://api.cai.tools.sap/build/v1/dialog doesn't automatically create conversation. Returns 404 "Resource not found"

if I send request like here https://cai.tools.sap/docs/api-reference/#dialog-endpoints with my own REQUEST_TOKEN and generated on my side CONVERSATION_ID, e.g. example-com-test-1, the 404 error returns. My bot has private status, and has no…
1
vote
1 answer

How to write user responses in recast.ai chat bot to google sheets

Recast.ai gave me an opportunity to create smart enough bots for free. But since I am greenhorn in the field I found it difficult to develop any custom inegration I want my bot to write recognized user inputs in particular cell in google forms or…
1
vote
2 answers

How to integrate Chat-Bot in React-Native

I'm using React-Native for the development of Mobile App. Now I'm having a requirement to implement a chat-bot in my React-Native Mobile App. I heard about Recast.AI NLP Based Platform, but I got stuck. How to integrate Recast.AI in React Native…
QA Intern
  • 51
  • 1
  • 6
1
vote
1 answer

Connecting Flask with recastai Api

I am writing FB bot using recastai, I am following this sample https://recast.ai/docs/api-reference/#request-text and I wrote this code to analyze text from flask import Flask import recastai app = Flask(__name__) @app.route('/') def home(): …
tarek hassan
  • 772
  • 11
  • 35
1
vote
1 answer

Composer repository git class not found with Laravel

I've added a repository git as a composer dependency to my project. "repositories": [ { "type":"package", "package": { "name": "Neabfi/SDK-PHP", "version":"3.1.2", …
Neabfi
  • 4,411
  • 3
  • 32
  • 42
1
vote
1 answer

How to add results from a promise based API call with message.addReply using Recast.ai?

I'm making a bot that searches restaurants based on location. Can anyone help me why this doesnt show up in FB messenger?: restaurants(result.getMemory('location').raw) .then(res=>{ message.addReply(res); message.reply(); }); } The call…
chemook78
  • 1,168
  • 3
  • 17
  • 38
0
votes
0 answers

Does anyone know how I can setup Rasa on any OS?

I've tried my best to follow the instructions for RASA - https://kdta.io/hlWcv setup on different OSs and Docker but everything breaks at one point or another. Does anyone have instructions on how to actually install and then run this tool? I tried…
0
votes
0 answers

Remove user selected item from the list in SAP conversational AI Chatbot

I am working on a chatbot project where I have to create a dynamic list option. There is a list of 15 Items (first step). When user selects one, selected item should be removed from the list. After that It will return to first step (list) and will…
Shihab
  • 13
  • 3
0
votes
1 answer

External Script file (SAP CAI) Load Error

We are seeing error in console when we try to call SAP CAI in local index.html page. This used to work earlier. If I try running index.html page standalone I can see bot loaded. But when I use Node.JS application and open same page (index.html)…
Abhishek
  • 99
  • 1
  • 14
0
votes
1 answer

While calling SAP hybris service facing issue in SAP CAI chatbot

I have created my own chatbot using SAP Conversational AI and I have integrated it with the SAP hybris 1905 storefront and it's working fine. But when I am trying to call SAP hybris backend service from SAP conversation AI to fetch the data it's…
0
votes
1 answer

Can the sap conversational AI chat bot be exported/stored on github?

I have been trying to find out ways to export and save a chat bot agent(by agent i mean intents, skills etc) on cai.tools.sap to github. The only possible way to clone or copy a chat bot on cai is by its "fork" button. However, the fork button lets…
nihal
  • 357
  • 1
  • 3
  • 18
0
votes
1 answer

Internal Server Error when integrating chatbot using Webchat in SAP Commerce Cloud

I have installed SAP Commerce 1905. I also created my own chatbot using SAP Conversational AI which i am integrating to B2C Electronic Storefront using webchat. I can see a nice chatbot in my B2C Electronic Storefront but as soon as i am sending…
Free-Minded
  • 5,322
  • 6
  • 50
  • 93
0
votes
2 answers

How to get res json value in Express.js

I am newbie in node.js. I am trying to do something like this - I have created one Add To Cart API where i am first checking whether session cart exist or not. If not exist, i am creating new cart via getCartCode(res) method. app.post('/addToCart',…
Free-Minded
  • 5,322
  • 6
  • 50
  • 93
0
votes
1 answer

Accessing Backend HANA XSJS from SAP Conversational AI Chatbot - getaddrinfo ENOTFOUND error

I created an XSJS Service in backend HANA Database through eclipse. When I call the service from POSTMAN, it works fine and gets me the result. But when I call the same service from SAP CAI chatbot, it gives an error : getaddrinfo ENOTFOUND. Postman…
0
votes
1 answer

Interconnect a chatbot from DialogFlow and one from Watson

For those who don’t know, Proximity is a plateform to interconnect and create bots. A metabot connects bots from different technologies to form a unique “big” bot. For example , I connected a bot from Recast and one from DialogFlow together to get…