using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Platform.OwnThink.Models { public class OwnThinkAiRequest { public string AppId { get; set; } public string Spoken { get; set; } } }