2018-07-15 12:31:52 +00:00
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BotSharp.RestApi
|
|
|
|
|
|
{
|
|
|
|
|
|
[Route("v1/[controller]/[action]")]
|
|
|
|
|
|
public class IntentController : ControllerBase
|
|
|
|
|
|
{
|
2018-09-28 00:49:43 +00:00
|
|
|
|
|
2018-07-15 12:31:52 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|