@onereach/step-voice 6.1.3-multilingualrecognition.0 → 6.1.3-multilingualrecognition.2

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 CHANGED
@@ -167,6 +167,7 @@ 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);
170
171
  return this.exitStep(exitId, this.exitChoiceData('voice', params), longRecognition);
171
172
  }
172
173
  else if (this.rptsHasMore({ repromptsList }) &&
package/dst/voice.js CHANGED
@@ -289,6 +289,7 @@ class VoiceStep extends step_1.default {
289
289
  data.value = phrases[0].text;
290
290
  data.interpretation = [...phrases, ...other];
291
291
  }
292
+ this.log.warn(data, 'Choice data');
292
293
  return data;
293
294
  }
294
295
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.1.3-multilingualrecognition.0",
3
+ "version": "6.1.3-multilingualrecognition.2",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",