using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Platform.Articulate.Models { public class EntitySynonymModel { public string Value { get; set; } public List Synonyms { get; set; } } }