Круговая нумерация не отображается в карусельной карте.Любое предложение для меня?
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});