Alexa在家庭供稿中不显示卡片

时间:2019-11-14 10:22:48

标签: .net alexa alexa-skills-kit

显示卡显示在带有屏幕的Alexa设备上(第一张图片),通知卡显示在配套应用程序的活动标签(第二张图片)中,但显示卡未显示在家庭供稿中(第三张图片) )。可能是什么原因?

CardImage image = new CardImage {
    SmallImageUrl = "https://.../image-small.png",
    LargeImageUrl = "https://.../image-big.png"
};

response.Response.Card = new StandardCard {
    Title = Subject,
    Content = Message,
    Image = image
};

return response;

enter image description here enter image description here enter image description here

我们需要在家庭供稿中出示卡片,以使我们的技能被接受,因为我们需要确保通知用户购买。

0 个答案:

没有答案