BotSharp/BotSharp.Core/Models/RasaResponseEntity.cs

12 lines
227 B
C#
Raw Normal View History

2018-03-28 22:08:49 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Models
{
public class RasaResponseEntity : RasaIntentExpressionPart
{
public string Extractor { get; set; }
}
}