Genesys Cloud - Main

 View Only

Discussion Thread View
  • 1.  Architect - Starting Menu

    Posted 11-29-2017 14:17

    Hi everyone,

     

    We have some questions related to “Starting Menu” on Architect (inbound flows).

     

    When a customer presses an invalid option (for instance, we have the options “1” and “2” and the customer presses “5”).

    • Is it possible to present a prompt as “Invalid option”?
    • If the customer pressed three times an invalid option, we would like to present a prompt like “You have exceeded the number of attempts” and then transfer to ACD or disconnect the call. Is this possible?

     

    For timeouts, when a customer doesn’t press any option.

    • Is it possible to redirect the customer to a task that isn't listed on “Default Menu Choice”? For instance, if the customer didn’t press any option, we would like to present a prompt like “No option was selected ” and then disconnect the call.

     

    From what we understood, when this kind of timeout happens, the call is automatically disconnected or is redirected to a selected "Default Menu Choice".

     

    1

     

     

     

    Thank you in advance.

     

    Best regards,

    Ana Laia



  • 2.  RE: Architect - Starting Menu

    GENESYS
    Posted 12-01-2017 14:31

    Hi Ana!

     

    Thanks for the questions. :)

     

    ------

    When a customer presses an invalid option (for instance, we have the options “1” and “2” and the customer presses “5”).

    • Is it possible to present a prompt as “Invalid option”?

     

    Yes, you can do that. The approach we'd use here is to have a reusable task with a Play Audio action that then jumps back to the main menu:

     

    invalid_menu_choice_task

     

    And then under the main menu you go ahead and add menu choices for the "invalid" DTMF values that jump to this reusable task. In the screen shot below I added a couple of the "invalid" menu choices but it shows the general idea:

     

    menu_choices_jump_to_invalid_choice_task

     

    ---

    • If the customer pressed three times an invalid option, we would like to present a prompt like “You have exceeded the number of attempts” and then transfer to ACD or disconnect the call. Is this possible?

     

    You could add additional logic to that reusable task from above that increments a counter, add a Decision action and if that counter is greater than or equal to three then you Transfer to ACD, Disconnect or whatever. Otherwise it would jump back to the main menu.

     

    ---

    For timeouts, when a customer doesn’t press any option.

    • Is it possible to redirect the customer to a task that isn't listed on “Default Menu Choice”? For instance, if the customer didn’t press any option, we would like to present a prompt like “No option was selected ” and then disconnect the call.

     

    If you used the above approach, one possibility would be to change the audio and play "No valid menu choice was selected". That may be sufficient but obviously doesn't distinguish between the case of "we received DTMF and it was invalid" vs. "no DTMF input received".

     

    Below is another approach because if you want to have more granular or dynamic handling, remember that you can always use a reusable task. The logic below uses a collect input to get DTMF input where 1 transfers to Sales, 2 transfers to Support, any other DTMF will play "invalid menu choice selected" and no DTMF input plays "No menu choice selected":

     

    collect_input_task

     

    Obviously you'd want to put that logic inside of a Loop action or something get retry logic set up if there was an invalid DTMF entered, no DTMF or a transfer failure but I wanted to point out you can get a lot more control this way if you really want. FWIW, the switch action would look like this:

     

    switch_action



  • 3.  RE: Architect - Starting Menu

    Posted 12-04-2017 15:43

    Hi James,

     

    First of all, thank you for your answer! :)

     

    I have only one doubt related to last topic, timeout from the costumer/no option select.

     

    The approach where we have a reusable task for invalid options (for 1 Transfer to Sales, for 2 Transfer to Support, and the other digits Transfer to reusable Task) doesn’t distinguish between the case of "we received DTMF and it was invalid" vs. "no DTMF input received".

    Therefore, if we want to consider both cases, we need to use the last approach (a Task where we collect the input and use a switch case action).

    In this approach:

    • Will we use this Task as a “starting task”, instated of using “Starting Menu”?
    • Or if we use a “Starting Menu” as a “starting task”, can we use this Task as a reusable Task, for invalid digits and also choose it as “Default Menu Choice”?

     

    I think I might be missing something here…

     

    Best regards,

    Ana Laia



  • 4.  RE: Architect - Starting Menu

    GENESYS
    Posted 12-04-2017 16:28

    Hi Ana,

     

    Thanks for the follow-up. As far as this:

     

    • Will we use this Task as a “starting task”, instated of using “Starting Menu”?

     

    Yes, you'd use the task as a starting task on the call flow. Within that task logic underneath the Case statements for the switch you can add actions like Transfer to ACD or whatever as appropriate. The Default case will be invalid choices and the Failure off of the Collect Input will be taken if no input received.

     

    If you wish to use the built in menu support you could use a Jump to Reusable menu action as well in the task. Once you're inside of a task you'll get a lot more flexibility to do what you like but implementing support for picking a "default" would need to be done in the task logic itself. Another benefit is using Transfer actions in a task will also have a Failure output where you can hook up additional logic. Functionally one benefit that menus have over task logic is that they support speech rec and since the Collect Input action is DTMF only, that's one thing to remember is that a task solution wouldn't be able to take advantage of speech rec until you jumped to a reusable menu but it does provide a mechanism to handle the cases which you've discussed here.

     

    There is still the menu approach which I outlined earlier that gets pretty close to handling these cases as well.

     

    • Or if we use a “Starting Menu” as a “starting task”, can we use this Task as a reusable Task, for invalid digits and also choose it as “Default Menu Choice”?

     

    Yeah, the one thing to remember is that if you have a starting menu as the start object configured for a flow rather than a starting task, it's menu choices underneath the starting menu that can be a task but the starting menu itself isn't a task. That's why we have the option to set the starting object of a flow, technically it's only certain types of call flows, to be a task or menu. That's also true with the top level menu of a reusable menu as well but menu choices underneath it can be a task. Hope that makes sense. :)

     

    Jim

     

     

     



  • 5.  RE: Architect - Starting Menu

    Posted 12-11-2017 18:57

    Hi Jim,

     

    Thank you for your answer :)

     

    I'll use the task as a starting task on the call flow, since here with a switch case and a loop I can do the validations that are required (3 times for invalid options, on each present a message, and on the last one disconnect or transfer the call).

     

    Regards,

    Ana Laia



  • 6.  RE: Architect - Starting Menu

    GENESYS
    Posted 12-11-2017 20:13

    Ok. Good luck! :)

     

    Jim



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources