Voice Survey flow

Hello,

I have 2 questions regarding Voice survey flow.,

The Default Error handling for No match/ no input does not Disconnect after ask survey question. Only works for ask for slot which is not what the flow created by default. Is this expected? How does one and disconnect the user after the x retries?

Another issue is that we need the * key in order to repeat the question.

Is there any way to achieve the 2 above?

The way we made it working is by turning off the No Match retries and no input retries (set to 0)
have a loop surrounding each question, with Exit loop being the default branch - and then the * is checked to see if it was pressed. If it was pressed we would go to next loop, if not we would play the no match/ no input prompt and Next Loop.

Does anyone have any ides?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.