gpt4 book ai didi

python - Alexa 技能图像未显示

转载 作者:太空宇宙 更新时间:2023-11-03 11:17:47 24 4
gpt4 key购买 nike

我正在写一个简单的技能,我想显示一个全屏图像。我在 Alexa skill pages 上找到了一段示例代码

def build_speechlet_response(title, output, reprompt_text, should_end_session):
return {
"outputSpeech": {"type":"PlainText","text":"This is your cow!"},
"card": {
"type": "Standard",
"title": "Cow picture",
"text": "This is your cow",
"image": {
"smallImageUrl": "https://s3.amazonaws.com/icepick-alexa/cow.jpg",
"largeImageUrl": "https://s3.amazonaws.com/icepick-alexa/cow.jpg"
}
}
}

我确实知道我的图像托管没问题,因为当我使用模板时,我可以将图像显示为背景图像..但我只希望它全屏显示而不是作为背景。

此代码在 alexa skill 在线模拟器中运行良好,我在那里看到了图像。但是,当我在我的 Alexa Echo Spot 上运行代码时,它显示文本但没有图像。我尝试了不同尺寸的不同图像,但没有帮助。

最佳答案

我想将此作为评论发布但不能,因为我的声誉不够高。

您在模拟器中看到图像是因为它被设置为模拟 Echo Show。您的代码需要根据设备的类型进行优化。检查this了解更多信息

关于python - Alexa 技能图像未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48699733/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com