Not Applicable.
This invention is a modification to my U.S. Pat. No. 5,493,608 for a caller adaptive voice response system (CAVRS).
This invention allows a system to monitor and adjust to how the user is responding via the input device.
What follows is a description of certain improvements over previous patents filings and prototypes.
1. Input Modality Switching
Adaptive Audio Version 5.0 supports Input Modality Switching (IMS) based on individual caller navigation skills and navigation success rates and skill levels at each node in the call script. The IMS feature determines which mode of input (Speech or DTMF) would have the greatest chance of success and fastest execution time for the current Call Script Node (CSN).
The IMS feature is implemented via a call to the Adaptive Audio API function:
The adaptiveAudioAsk( ) function returns a value indicating whether it will be best to use Speech, DTMF or either mode as input to the current CSN.
Feature Benefits: Increased call automation rates, reduced error rates, increased customer satisfaction and reduced automated call times.
2. Adaptive Timeout Control
The Adaptive Timeout Control (ATC) feature allows the voice application to dynamically extend timeout values for individual callers having difficulty navigating particular areas of the application script. Since Adaptive Audio is constantly aware of when a particular caller is experiencing difficulty navigating any or all of the call script, it can signal the voice application to allow an appropriate amount of extra time for this caller to respond.
The ATC feature is implemented via a call to the Adaptive Audio API function:
The adaptiveAudioAsk( ) function returns a value indicating how many additional seconds should be allowed for the caller to respond to the current CSN. This is a delta value that is added to the existing timeout value for the CSN.
Feature Benefits: Increased call automation rates, reduced error rates, increased customer satisfaction and reduced CSR transfers and abandoned calls.
3. Preemptive Abandonment Alerts
The Preemptive Abandonment Alerts (PAA) feature keeps a cumulative index of how well each individual caller is navigating the call script. This is represented internally in the Adaptive Audio API software module by a Caller Frustration Index value. When the CFI value approaches a certain threshold (programmable in the Adaptive Audio configuration file) it signals the voice application that a preemptive transfer to a CSR may be advisable, thus avoiding an abandoned call.
The PAA feature is implemented via a call to the Adaptive Audio API function:
The adaptiveAudioAsk( ) function returns a value indicating whether a CSR intervention is advisable based on the callers experience with the automated system and likelihood that they will hang up and abandon the call. The feature also eliminates wasted time and reduces caller frustration by transferring calls that will ultimately end up as callbacks or CSR transfers anyway.
Feature Benefits: Reduction in abandoned calls and callbacks, increased customer satisfaction and reduced overall call times.
4. Node Adaptive WPM Control
The Node Adaptive WPM Control feature automatically adjusts the WPM speaking rate up or down based on the level of difficulty of each CSN as represented by the historical behavioral data collected at each CSN by Adaptive Audio. This feature is fully automatic once optioned in the Adaptive Audio configuration file and no further action is required by the developer in order for the process to take place.
Feature Benefits: Increased call automation rates, reduced error rates, increased customer satisfaction and reduced CSR transfers and abandoned calls.
5. Adaptive Phrase Insertion
The Adaptive Phrase Insertion (API) informs the application developer when it would be advisable to insert one or more of a set of pre-recorded supportive voice prompts into the audio output stream. The supportive voice prompts would be inserted in context and actual content would be relevant based on the caller's progress up to a particular point in the automated call.
The API feature is implemented via a call to the Adaptive Audio API function:
The adaptiveAudioAsk( ) function returns a value indicating which (if any) additional supportive phrase should be inserted.
Feature Benefits: Increased call automation rates, increased customer satisfaction and reduced CSR transfers and abandoned calls.
6. Auto-Recalibration Feature
Adaptive Audio version 5.0 will support automatic recalibration over time as designated by parameters specified in the AA configuration file. Recalibration can be set to occur after a specified volume of call have been taken, CSN's have been traversed, by hour of day, day of week, month or year, by calendar date or for holidays and seasonal anomalies.
7. Adaptive Pause Insertion
Adaptive Audio version 5.0 will support automatic insertion of appropriate silence or pauses when needed in the call script and based on an individual's performance at navigation the call script. This feature is programmable via the AA configuration file parameters.
8. Adaptive Application Reconfiguration
This is a feature that allows AA to use the data collected via the Behavior Analytics Reporting described below to dynamically and automatically adjust the content, dialogue flow, timing, tempo, nuance, inflection, WPM rates, modality and conversational turn-taking for optimal IVR operation. This will be done automatically by the software, without the need for human intervention and will effectively allow AA to automatically optimize and voice application over time.
9. Conversational Turn-Taking
This feature will use historical behavioral data collected at individual CSN's, the caller frustration index, instantaneous and average skill levels and other situation dependent data to determine when to pause and when to interrupt the caller during conversational or DTMF dialogue.
Behavior Analytics Reporting
Adaptive Audio Version 5.0 provides Behavior Analytics Reporting as shown in
1. Reports showing the navigation patterns of callers throughout the application script. Popular and erroneous patterns will be reported to illustrate how callers use the system and to gain insight into how to improve the voice application. This information will also be used by Adaptive Audio to improve and tweak performance and characteristics of the application.
2. A listing of the highest Error CSN's will be provided showing the most erroneous CSN's in order. Also included will be difficulty ratings for each CSN.
3. An overall IVR usability index will be provided. This will be a number between for example 1 and 100 that reflects the overall performance of the IVR in terms of reduced error rates, increased call automation, reduced call durations, reduced abandonment rates and the like.
Aug. 29, 2007
The following table can be used to drive a state machine within the DLL to accomplish modality switching, message content selection, audio playback speed control and other actions. We need to define the Threshold—Action parameters for each set of call metrics.
Adaptive Audio API Modifications
Modifications required to the DLL API are marked in blue below.
Return Values: 0=PASS
Description: The adaptiveAudioPreset( ) API function call forces voice playback to the RPS value passed in to the function via the RPS parameter. The Adaptive Audio™ process continues from this RPS level forward in the application unless an adaptiveAudioSuspend( ) call is active.
API Function 6: adaptiveAudioResume(PORT_NUMBER)
Input Parameters: 1—Port Number as a unique integer value (0-1023)
Return Values: 0=PASS
Description: The adaptiveAudioResume( ) API function call resumes operation of the Adaptive Audio™ process at the last RPS value attained by the caller.
This application for letters patent is a continuation of provisional patents for VoiceXL for VXML and VoiceXL for Processors applications filed on Aug. 25, 2004, Multimodal VoiceXL filed on Aug. 4, 2003, VoiceXL Provisional Patent Application filed on May 20, 2003, Easytalk Provisional Patent Application filed on May 9, 2001 and U.S. Pat. No. 5,493,608.