SAP-archive / SAPConversationalAI

✨ 🤖 🤖 Build your own conversational bot on our Collaborative Bot Platform! 🤖🤖 ✨
https://cai.tools.sap
283 stars 68 forks source link

Send Video rich messages does not work #142

Open StErMi opened 5 years ago

StErMi commented 5 years ago

Hi all, I'm developing a bot that shows you the trailer for a movie you're looking for. When I answer to the user with a video message the chatbot display nothing (without displaying an error).

Could you please help me? This is a typical message I'm sending back to the CAI platform:

{
    replies: [{
        "type": "video",
        "content": "https://www.youtube.com/watch?v=8hYlB38asDY",
    })]
}

and this is what my bot display to the test user

image

aurelie-lamy commented 5 years ago

Hi @StErMi

do you still have your issue?