Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Hi All,

Before I start, I would like to give credits to these blogs that helped us in framing our own chat bot.

Most of the technical details of the implementation are already mentioned in these blogs. So, I will just summarize how I made mine.

Danke!

Blog1: https://blogs.sap.com/2017/10/05/how-to-write-an-sap-chatbot-frankenstein-style/

And this Blog2 helped us in linking SAPUI5 with Recast.ai. We integrated Slack ,SAP JAM with Recast.ai before using SAPUI5 made bot.

Blog2: https://blogs.sap.com/2018/08/13/chatbot-integrationrecast.ai-with-sap-ui5/

 

Let me tell you the platforms I leveraged for making my little bot

  1. SAPUI5 made chat bot on SAP Cloud Platform NEO trial account.

  2. Recast.ai - Now SAP Conversational AI Platform.

  3. SAP CloudFoundry - trial account to host my Python Flask service.

  4. SAP HANA - wherein I have two tables from which the data will be fetched and shown in the chat bot. Also, I have XSJS services here that does the information propagation to Python/Recast.ai.


Here is the setup of my mini bot...



And there goes the results.

Tada!



Thank you.

 
1 Comment