【发布时间】:2018-08-08 14:04:09
【问题描述】:
我已经开发了一个应用程序并且它运行正常,但是在设计方面,尽管在示例中执行了相同的代码,但我无法实现示例中给出的内容。我想实现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
}
【问题讨论】:
标签: alexa alexa-skills-kit alexa-skill alexa-voice-service alexa-slot