Feedback

  • Contents
 

Language Selection

Language Selection operations create menus that allows callers to select a preferred language.  This node sets the language used to play back prompts in other menus, overriding the default language, and setting a new current language.  The example below allows callers to choose the language used to play back prompts in the Main Menu.

The language used to play prompts at runtime is known as the current language.  The default language is defined outside of Interaction Attendant in Interaction Administrator.   When you record a new prompt, Attendant assumes that you are recording in the default language defined for the server.  Prompts are played in the default language unless the current language is set to something else by a language selection node or a profile form.  See manage voice prompts for more information about mechanisms in Attendant that support multiple languages.

To Create a Language Selection Menu

Follow these steps to create a language selection menu.

  1. Add a new menu node by selecting Insert | New Operation | Play a Menu.  This menu should play a wave file that prompts users to select a language.  e.g.: "Press 1 for English, Press 2 for French", etc.

  2. Add a Language Selection node to the menu.

  3. Assign a digit, pick a language from the combo box, and set up an action when finished.  In most cases you will want to transfer control to another menu, as shown in the example above.

  4. Repeat steps 2-3 to add additional language choices as needed.

Node Characteristics frame

Options in this frame name the node, assign the digit used to select it, and establish whether or not it is active, used by default, logged, or tracked for reporting purposes.

Name field

The label you enter here becomes the name of the node in the tree structure.

Digit list box

Use this list to select the key that callers press to enter a caller data entry operation.  When you assign a digit, the list displays only available digits—those that are not already in use at this level of the tree.  If no digit is assigned, callers cannot invoke the operation directly.  It is possible to create menu options that are invoked by a routing process, rather than by a user selection.  For details, see invoke a menu operation automatically.

Active check box

By default, forms are "on", or "active", which means that Interaction Attendant will process them.  If you uncheck a form's Active check box, the name of the node turns gray in the tree to indicate that the form is inactive.  Interaction Attendant and its handlers will thereafter ignore the form and its children.  Use this feature to save a configuration that you are testing.  Inactive forms are invisible to callers. When a node is inactive, it appears grayed out in the tree view.

Default Action check box

At any given "level" in the tree structure, one node can be marked as the default action.  The operation defined by the default node is performed if the caller does not press a key within the timeout period specified by that menu. The icon for default forms has a green border in the tree structure.  Any node below a menu or schedule can be marked as the default action, by checking the form's default action check box.

Enable IVR Reporting

This option determines whether or not reporting data will be collected when control passes through this node.  Several IVR Reports summarize this information.  IVR Reporting is disabled by default.  Enable it to capture the date, time and duration of time that the call remained in the node and its children.  This option is hidden when Attendant is connected to a server that does not have reporting installed.  For more information about this feature, see IVR Reporting Option.

Add entry to the Interaction log

When this option is enabled, information about this node is appended to the call's Interaction Log when the call enters this node.  This helps track the path that a call took through Attendant.  The Interaction Log is maintained for reporting purposes.  See View the Interaction Log for details.

Configure Speech Recognition... button

Select this button to configure words or phrases that can be associated with menu options. Callers can verbally indicate the options they want in the IVR instead of pressing a digit on the phone. You can enter multiple words and phrases for each menu item, just as callers may phrase the same request in different ways. For example, "transfer funds" or "funds transfer". See Add Speech Recognition keywords or phrases to Inbound Call Operations.

Language to Use for prompts frame

The option in this frame control sets the current language to an available language.

Language to use for prompts list box

The language selected from this list becomes the current language used to play back prompts, presuming of course, that the caller presses a key to select this language selection node.

Action when Finished frame

These options set the processing that occurs after the operation completes successfully, when flow of control leaves this node.  You can return control to the previous menu, disconnect the call, transfer to an operator profile, or jump to any node or action that has been defined for the current server.  In most cases you will want to transfer control to another menu, as shown in the figure below.

Go back to the previous menu radio button

This option returns control to the parent menu from which the message was played.  This sets up a simple loop that "reruns" the parent menu from the top.

Disconnect radio button

This option disconnects the call.

Transfer to Operator Processing radio button

Transfers the call for evaluation by operator profiles defined for this server.

Jump to a custom location radio button

The Jump to a custom location radio button allows you to jump to any profile, schedule, menu, or operation that is defined for the current server.

Related Topics