@onereach/step-voice 6.1.3-multilingualrecognition.2 → 6.1.3
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/dst/voice.js +0 -2
- package/package.json +1 -1
package/dst/Choice.js
CHANGED
|
@@ -167,7 +167,6 @@ class Choice extends voice_1.default {
|
|
|
167
167
|
});
|
|
168
168
|
await this.resumeRecording(call, sensitiveData);
|
|
169
169
|
// There might be hooks after this step which we will try to avoid
|
|
170
|
-
this.log.warn('Choice params', params);
|
|
171
170
|
return this.exitStep(exitId, this.exitChoiceData('voice', params), longRecognition);
|
|
172
171
|
}
|
|
173
172
|
else if (this.rptsHasMore({ repromptsList }) &&
|
package/dst/voice.js
CHANGED
|
@@ -17,7 +17,6 @@ class VoiceStep extends step_1.default {
|
|
|
17
17
|
async runBefore() {
|
|
18
18
|
await super.runBefore();
|
|
19
19
|
if (this.cache != null) {
|
|
20
|
-
//@ts-ignore
|
|
21
20
|
if (this.thread.id !== this.dataThreadId)
|
|
22
21
|
this.thread.refThread(this.dataThreadId);
|
|
23
22
|
if (!this.state.direct)
|
|
@@ -289,7 +288,6 @@ class VoiceStep extends step_1.default {
|
|
|
289
288
|
data.value = phrases[0].text;
|
|
290
289
|
data.interpretation = [...phrases, ...other];
|
|
291
290
|
}
|
|
292
|
-
this.log.warn(data, 'Choice data');
|
|
293
291
|
return data;
|
|
294
292
|
}
|
|
295
293
|
;
|