Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net Alexa没有';t在主馈送中显示卡_.net_Alexa_Alexa Skills Kit - Fatal编程技术网

.net Alexa没有';t在主馈送中显示卡

.net Alexa没有';t在主馈送中显示卡,.net,alexa,alexa-skills-kit,.net,Alexa,Alexa Skills Kit,显示卡显示在带屏幕的Alexa设备上(第一张图片),通知卡显示在配套应用程序的活动选项卡(第二张图片),但该卡未显示在主页提要中(第三张图片)。原因可能是什么 CardImage image = new CardImage { SmallImageUrl = "https://.../image-small.png", LargeImageUrl = "https://.../image-big.png" }; response.Response.Card = new Stan

显示卡显示在带屏幕的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;

我们需要在home feed中显示卡,以使我们的技能被接受,因为我们需要确保用户收到购买通知