Add an estimated wait time action to a task
Add the Play Estimated Wait Time action to an in-queue flow’s task sequence to make educated estimates on wait time based on historical data, and play the wait time back to the caller.
- Approximate. The caller hears, “Your estimated time is about [five minutes]”, replacing [five minutes] with the appropriate wait time as specified by the Round Up interval.
- Less Than. The caller hears, “Your estimated wait time is less than [five minutes]”, replacing [five minutes] with the appropriate wait time as specified by the Round Up interval.
- Padded. The caller hears “Your estimated wait time is [four to five minutes]”, replacing [four to five minutes] with the appropriate wait time as specified by the Padding interval.
- Precise: The caller hears, “Your estimated wait time is [four minutes and thirty-one seconds]”, replacing [four minutes and thirty-one seconds] with the exact time.
- If a computed duration in the range is less than 1 minute, Architect treats the duration as 1 minute.
Example: A duration of -5 minutes with a 2 minute padding returns a calculated range of -7 to -3 minutes. Architect treats both negative numbers as 1. - If you use the ToAudioTimeRange expression and both the lower and upper bound values are the same, the expression reads only the value.
Example: ToAudioRange(1,1,Format.TimePart.minutes) is read as 1 minute, not 1 to 1 minutes.
- From the Architect home page, click or hover over the Flows menu and select the desired flow type.
- Create a new flow or select an existing one. The flow’s configuration page opens.
- Select the task and click Click to open to open the task editor.
- From the task editor Toolbox, drag a Play Estimated Wait Time action to the appropriate location in the task editor.
- In the Name text box, type a descriptive name or use the default Position In Queue title.
- In the Estimated Wait Time (EWT) field, do one of the following:In the Playback Mode area, select one of the following:
- If you do not want to configure your own value, leave the default Call.EstimatedWaitTime variable unchanged.
- If you want to set your own variable, expression, or literal value, select the Open large expression editor button and configure your value.
- In the Playback Mode area, select one of the following:
- Approximate. Plays the amount of time closest to, but lower than, the actual estimated wait time in non-specific terms.
- Less Than. Plays the amount of time closest to, but lower than, the actual estimated wait time. However, in contrast to Approximate playback this setting returns the wait time in more specific terms.
- Padded. Plays a range of time to describe the estimated wait time.
- Precise: Plays the exact estimated wait time.
- If you selected Approximate or Less Than playback mode,
- In the Round Up Interval area select the amount of time in which to calculate estimated wait time and return approximate or less than calculations rounded up in even minutes.
- In the Specific Round Up Intervals area, optionally select additional round up intervals. If specified, Architect rounds up the EWT to the smallest interval greater than the EWT. Otherwise, Architect uses the previously specified Round Up Interval.
- To add additional round up intervals, select the Add Specific Round Up Interval button and set up the interval times.
- If you selected Padded playback mode, in the Padding Interval area select the amount of time in which to return the estimated wait time range, rounded up in even minutes.
- Continue building the task per your flow design.