Skype未显示收到的图片

时间:2017-06-23 06:39:09

标签: image skype chatbot gupshup

我正在尝试创建一个机器人并将其部署到不同的平台上,但是当我在聊天机器人的轮播中返回图像时,Skype不会渲染它们,而同样适用于Facebook甚至是由提供的Web小部件提供的Gupshup。

如果你想知道我正在使用的聊天机器人平台是Gupshup,api.ai迷上了nlp,你知道我遇到的问题吗?

我尝试了不同的获取图像的方法。首先我从我正在制作聊天机器人的网站上获得它,然后我尝试使用谷歌缩短网址,最后我尝试在谷歌驱动器上传图像。图像格式是jpg可能是问题?

http://imgur.com/a/19aG3

1 个答案:

答案 0 :(得分:2)

[更新日期:7/5/2017] - Skype问题现已解决。适用于Facebook Messenger的轮播代码也适用于Skype。

Skype上的Carousel示例JSON:

{
"type": "catalogue",
"msgid": "cat_212",
"items": [{
        "title": "White T Shirt",
        "subtitle": "Soft cotton t-shirt \nXs, S, M, L \n$10",
        "imgurl": "https://pixel.nymag.com/imgs/fashion/daily/2016/06/02/t-shirt/everlane.w710.h473.2x.jpg",
        "options": [{
                "type": "url",
                "title": "View Details",
                "url": "https://pixel.nymag.com/imgs/fashion/daily/2016/06/02/t-shirt/everlane.w710.h473.2x.jpg"
            },
            {
                "type": "text",
                "title": "Buy"
            }

        ]
    },
    {
        "title": "Grey T Shirt",
        "subtitle": "Soft cotton t-shirt \nXs, S, M, L \n$12",
        "imgurl": "https://cdn.shopify.com/s/files/1/0407/0829/products/Grey_t-shirt_front_1024x1024.jpg?v=1466588290",
        "options": [{
                "type": "url",
                "title": "View Details",
                "url": "https://cdn.shopify.com/s/files/1/0407/0829/products/Grey_t-shirt_front_1024x1024.jpg?v=1466588290"
            },
            {
                "type": "text",
                "title": "Buy"
            }
        ]
    }
]}

<强>结果: enter image description here

  

Skype上没有为转盘加载图片,因为有   微软框架最近的变化还没有   并入Gupshup的bot平台。虽然下周你应该   一旦我们在Gupshup推动修复,就能看到这些图像加载   投入生产。无需更改您的代码   结束为旋转木马的相同代码跨支持   平台。

     

一旦修复生效,我将更新此答案。

PS:我为Gupshup工作。