如何在MS Teams中使用轮播卡显示分页

时间:2019-07-08 04:00:24

标签: node.js typescript botframework

圆盘分页不显示在轮播卡中。有什么建议吗?

enter image description here

nodejs

public buildAttachments(): Attachment[] {
    return [
      this.buildWelcomeCard(),
      this.buildSearchLibrary(),
      this.buildNextLevel(),
    ];
  }

const attachments = cardBuilder.buildAttachments();
const textHeader = `Text Header`;
await context.sendActivity({ text: textHeader, attachmentLayout: AttachmentLayoutTypes.Carousel, attachments});

1 个答案:

答案 0 :(得分:0)

您要查找的圈子分页仅在移动应用程序中,而不在桌面应用程序中。如果您希望将此功能推荐为桌面应用程序的功能,请随时使用Teams反馈论坛:https://teamsfeedback.uservoice.com