optimize
This commit is contained in:
parent
0159c35661
commit
f4e8e6010a
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue