Hello,
I'm trying to send adaptive cards via the MS Teams Connector through SAP CAI Python connect.send_message method.
Unfortunately it doesn't work as I send the adaptiveCard JSON to the SAP Bot Builder and it doesn't understand the JSON Adapti...
Hello,
after connecting with the MS Teams Connector, the Message doesnt return any participant data.
The Problem is widespread but there's no fixes for that yet.
How can we fix this issue?
Hello,
does somebody know how to send multiple replies to the conversation with python?
I don't use the Sapcai Python SDK, just sending jsonify replies with the json format in it, would like to send like 3 different messages at once.
----
als...
Hello,
I try to make something like a login authentification
and I have one skill called OTP that gets triggered when _memory.emp_id is absent
OTP has 2 requirements:
#NUMBER emp_id#NUMBER emp_pin
and the Action is a webhook to my program t...
you can check it out on https://github.com/SAPConversationalAI/SDK-NodeJS/wiki/Receive-and-send-messagesvar sapcai = require('sapcai').default
var client = new sapcai('YOUR_TOKEN')
var connect = client.connect
var connect = new sapcai.connect('YOUR...
I managed to send multiple messages at once by using the python library from SAP CAI
connect = sapcai.Connect('a5bdd65cd92b26de3c49d8fxxxxxxxx')
connect.send_message(YOUR JSON OBJECT TO SEND,json_data['conversation']['conversation_id'])
json_data['...
The only possibility I see here is either uploading it to a image plattform or upload them on a webserver.keep in mind that the adress has to be https. HTTP is not accepted.