@onereach/step-voice 7.0.2-processttschunk.11 → 7.0.2-processttschunk.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,9 @@ class StartTTSChunksProcessing extends voice_1.default {
|
|
|
30
30
|
const params = event.params;
|
|
31
31
|
// const phrases = params.phrases
|
|
32
32
|
const exitId = 'interruption';
|
|
33
|
-
|
|
33
|
+
const exitData = this.exitChoiceData('voice', params);
|
|
34
|
+
this.log.info('exitData', exitData);
|
|
35
|
+
return this.exitStep(exitId, exitData, false);
|
|
34
36
|
}
|
|
35
37
|
case 'hangup': {
|
|
36
38
|
await this.handleHangup(call);
|