我发送此帖子请求并显示所有卡片,如缩略图,旋转木马,英雄,但卡片图像未显示。我尝试了很多不同的东西,但没有任何效果。
我在python中创建一个机器人,一切正常,接受这个问题。
这些是我寻找发现问题的一些链接。但似乎我正在做正确的事情。有什么帮助吗?
https://docs.botframework.com/en-us/skype/chat/#navtitle
{
'text': 'testinglookssuccessful',
'type': 'message/card.carousel',
'attachments': [{
'content': {
'images': [{
'image': 'https://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/Seattlenighttimequeenanne.jpg/320px-Seattlenighttimequeenanne.jpg',
'alt': 'hello'
}],
'text': 'cardtext',
'buttons': [{
'type': 'imBack',
'value': 'testingsuccess',
'title': 'test1'
}],
'subtitle': 'herocardsubtitle',
'title': 'herocardtest'
},
'contentType': 'application/vnd.microsoft.card.hero'
}],
'summary': 'thisismyfirstskypebot'}
这是我通过机器人发送到skype时出现的内容。
答案 0 :(得分:0)
解决问题:
问题出在'{3}}文档中错误地提到的'image'键。我用'url'键替换了'image'键