namespace BotSharp.Plugin.TencentCos.Services; public partial class TencentCosService { public Task SaveSpeechFileAsync(string conversationId, string fileName, BinaryData data) { throw new NotImplementedException(); } public Task RetrieveSpeechFileAsync(string conversationId, string fileName) { throw new NotImplementedException(); } }