Configuration options for Dialog Stack
Various configuration options are available for dialog stack. Two menus on the Dialog Stack provide the user with options to influence how dialogs are displayed.
Consider the following example to better understand the configuration options available to you.
Assume a travel site with the following dialogs,
- Flight booking (dialog D1) consists of the following steps Passenger information(p1), Calendar(p2), and Destination(p3).
- Car booking(dialog D2) consists of the following steps Renters information (p4), Calendar (p5), and Vehicle type (p6).
The following are the available configuration options:
- Display Initiating Screen Flow
- When the user deals with only a single dialog and there is no nesting, the name of the dialog is displayed. For example, when the user works with the Flight booking dialog and the other dialogs are not nested, the name of the Flight booking dialog is displayed.
- Display Current Screen Flow
- When the user deals with only a single dialog and there is no nesting, the name of the dialog is displayed. For example, when the user works with the Flight booking dialog and the other dialogs are not nested, the name of the Flight booking dialog is displayed.
- Display All Steps in Breadcrumb
- When the user deals with only a single dialog and there is no nesting, the name of the dialog is displayed. For example, when the user works with the Flight booking dialog and the other dialogs are not nested, the name of the Flight booking dialog is displayed.