This commit is contained in:
Haiping Chen 2025-04-24 14:36:10 -05:00
parent 0159c35661
commit f4e8e6010a

View file

@ -176,7 +176,7 @@ public class TwilioVoiceController : TwilioController
ActionOnEmptyResult = true
};
if (request.Attempts == 3)
if (request.Attempts == 5)
{
instruction.SpeechPaths.Add($"twilio/say-it-again-{Random.Shared.Next(1, 5)}.mp3");
}