using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.RestApi { [Route("v1/[controller]/[action]")] public class ConversationController : ControllerBase { } }