Forum Discussion

mattphillips's avatar
mattphillips
Copper Contributor
Apr 25, 2025

Notification bot create card then add reply to that card

namespace MyTeamsApp5.Controllers { [Route("api/notification")] [ApiController] public class NotificationController : ControllerBase { private readonly ConversationBot _conve...

Resources