BotSharp/BotSharp.Core/Engines/Rasa/RasaResponseEntity.cs
2018-06-14 07:01:17 -05:00

12 lines
227 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Models
{
public class RasaResponseEntity : RasaIntentExpressionPart
{
public string Extractor { get; set; }
}
}