简体   繁体   English

如何在自适应卡中获得类似于英雄卡中的下一个按钮

[英]How to get the next button in adaptive card similar to that in hero card

I'm trying to replicate features of hero card in adaptive cards.我正在尝试在自适应卡中复制英雄卡的功能。 Specifically speaking, in hero card when the number of options are lengthy, we get the next button which takes us to the next card showing rest of the options. Specifically speaking, in hero card when the number of options are lengthy, we get the next button which takes us to the next card showing rest of the options. How can I create similar feature in adaptive cards?如何在自适应卡片中创建类似的功能?

So this feature is not particularly associated with adaptive cards.因此,此功能与自适应卡并不特别相关。 This feature is called Carousel and can be built in JSON using the tag "attachements":[] In attachments you create various adaptive cards that is displayed as a carousel.此功能称为轮播,可以使用标签"attachements":[]在附件中,您可以创建显示为轮播的各种自适应卡片。 I'll put a sample code for reference.我会放一个示例代码以供参考。

JSON Content JSON 内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM