@onereach/step-voice 7.0.2-processttschunk.10 → 7.0.2-processttschunk.11

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.
@@ -22,9 +22,11 @@ class StartTTSChunksProcessing extends voice_1.default {
22
22
  this.log.info('Received event from voicer', event);
23
23
  switch (event.params.type) {
24
24
  case 'tts-chunks-playback-done': {
25
+ this.log.info('tts-chunks-playback-done', event.params);
25
26
  return this.exitStep('next', {}, false);
26
27
  }
27
28
  case 'recognition': {
29
+ this.log.info('recognition', event.params);
28
30
  const params = event.params;
29
31
  // const phrases = params.phrases
30
32
  const exitId = 'interruption';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-processttschunk.10",
3
+ "version": "7.0.2-processttschunk.11",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",