cancel
Showing results for 
Search instead for 
Did you mean: 

How to get SAP CAI Bot as API URL and it's input Schema

0 Kudos

I have created a bot in SAP CAI for normal conversation.

Now I want to see the bot's URL which can be called as a web service from iRPA or any other app and input schema to pass values as text.

Accepted Solutions (0)

Answers (1)

Answers (1)

sudhiranjan_lenka
Contributor
0 Kudos

Hi Ankit,

You need to create the channel to integrate your bot with any App or with a HTML page.

You can create the channel from the following path.

Bot->Connect->Select Any Channel(for HTML page, select WebChat)-> create a channel by giving a name.

For WebChat, you will find the script tag, just copy the script and use it in your HTML page.

Your can find more details from the below link.

https://cai.tools.sap/blog/build-a-pokebot-with-sap-conversational-ai-and-nodejs/

Thanks,

Sudhir.