namespace BotSharp.Plugin.SparkDesk; public class SparkDeskSettings { public string AppId { get; set; } public string ApiKey { get; set; } public string ApiSecret { get; set; } public ModelVersion ModelVersion { get; set; } }