format TwilioMessageQueueService.cs
This commit is contained in:
parent
b99b66e489
commit
0e16cd36ae
|
|
@ -83,7 +83,7 @@ namespace BotSharp.Plugin.Twilio.Services
|
|||
}
|
||||
);
|
||||
reply.SpeechFileName = await GetReplySpeechFileName(message.ConversationId, reply, sp);
|
||||
reply.Hints = GetHints(reply); ;
|
||||
reply.Hints = GetHints(reply);
|
||||
reply.Content = null;
|
||||
await sessionManager.SetAssistantReplyAsync(message.ConversationId, message.SeqNumber, reply);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue