我已经开发了一个应用程序,并且可以正常运行,但是在设计时,尽管示例中执行了相同的代码,但我无法实现示例中给出的功能。我想实现this设计,其中图像位于标题上方且描述向下的中心位置,但我得到的是this,侧面图像,侧面标题和描述向下。请让我知道如何实现。这是我的代码示例
"response" : {
"outputSpeech" : {
"type" : "SSML",
"ssml" : "<speak>Hello,welcome!</speak>"
},
"card": {
"type": "Standard",
"title": "My Title",
"text": "My description",
"image": {
"smallImageUrl": "small image with the width 720 and height 480",
"largeImageUrl": "large image with the width 1200 and height=800"
}
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>I am waiting for your command!!</speak>"
}
},
"shouldEndSession" : false
}
答案 0 :(得分:1)
亚马逊似乎已经改变了Standard Card
的布局。图像现在缩小并推到左侧。卡上当前文档中显示的示例具有新的布局。您所指的博客文章已存在一年半了