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