@onereach/step-voice 6.1.12 → 6.1.13
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 +1 -1
- package/package.json +1 -1
package/dst/Choice.js
CHANGED
|
@@ -170,7 +170,7 @@ class Choice extends voice_1.default {
|
|
|
170
170
|
return this.exitStep(exitId, this.exitChoiceData('voice', params), longRecognition);
|
|
171
171
|
}
|
|
172
172
|
else if (((lodash_1.default.isUndefined(usePromptsForUnrecognized) || usePromptsForUnrecognized) ||
|
|
173
|
-
(usePromptsTriggers ? isRepromptTrigger(phrases, this.data.promptsTriggers) :
|
|
173
|
+
(usePromptsTriggers ? isRepromptTrigger(phrases, this.data.promptsTriggers) : false)) &&
|
|
174
174
|
this.rptsHasMore({ repromptsList })) {
|
|
175
175
|
await this.transcript(call, {
|
|
176
176
|
message: 'Unrecognized',
|