SAP-archive/SAPConversationalAI

Send Video rich messages does not work

StErMi opened this issue · 1 comments

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

Hi @StErMi

do you still have your issue?