@onereach/step-voice 6.1.20-VOIC1342.21 → 6.1.20
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.
- package/dst/Choice.js +0 -1
- package/package.json +1 -1
package/dst/Choice.js
CHANGED
|
@@ -96,7 +96,6 @@ class Choice extends voice_1.default {
|
|
|
96
96
|
};
|
|
97
97
|
// There's a specific need to do so. There might be ${variable} section
|
|
98
98
|
this.triggers.local(`in/voice/${call.id}`, async (event) => {
|
|
99
|
-
this.log.info({ event });
|
|
100
99
|
const reportingSettingsKey = this.rptsStarted ? 'transcriptRepromptResponse' : 'transcriptResponse';
|
|
101
100
|
const interruptionMetadata = event.params.interruptionMetadata ?? null;
|
|
102
101
|
if (interruptionMetadata) {
|