BotSharp/Bot.Rasa/Console/RasaOptions.cs
2017-12-17 23:30:20 -06:00

12 lines
187 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Bot.Rasa.Console
{
public class RasaOptions
{
public string HostUrl { get; set; }
}
}