This commit is contained in:
Dave Horton
2024-08-27 11:49:49 -04:00
parent 1b1ea7a05f
commit f65506a905

View File

@@ -441,7 +441,7 @@ class Dialogflow extends Task {
// kill filler audio
await ep.api('uuid_break', ep.uuid);
// if ES start a new intent (for CX we do not set single_utterance on),
// if ES start a new intent (for CX we do not set single_utterance on),
// (we want to continue to listen during the audio playback)
// _unless_ we are transferring or ending the session
if (this.isES && !this.hangupAfterPlayDone) {