圆盘分页不显示在轮播卡中。有什么建议吗?
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});
答案 0 :(得分:0)
您要查找的圈子分页仅在移动应用程序中,而不在桌面应用程序中。如果您希望将此功能推荐为桌面应用程序的功能,请随时使用Teams反馈论坛:https://teamsfeedback.uservoice.com