US20070192113A1 - IVR system manager - Google Patents

IVR system manager Download PDF

Info

Publication number
US20070192113A1
US20070192113A1 US11/342,169 US34216906A US2007192113A1 US 20070192113 A1 US20070192113 A1 US 20070192113A1 US 34216906 A US34216906 A US 34216906A US 2007192113 A1 US2007192113 A1 US 2007192113A1
Authority
US
United States
Prior art keywords
state
design specification
ivr
listing
report
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/342,169
Other versions
US7924986B2 (en
Inventor
Stephanie Sadowski
Joseph Benvegnu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Accenture Global Services Ltd
Original Assignee
Accenture Global Services GmbH
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Accenture Global Services GmbH filed Critical Accenture Global Services GmbH
Priority to US11/342,169 priority Critical patent/US7924986B2/en
Assigned to ACCENTURE GLOBAL SERVICES GMBH reassignment ACCENTURE GLOBAL SERVICES GMBH ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SADOWSKI, STEPHANIE D., BENVEGNU, JOSEPH M.
Publication of US20070192113A1 publication Critical patent/US20070192113A1/en
Assigned to ACCENTURE GLOBAL SERVICES LIMITED reassignment ACCENTURE GLOBAL SERVICES LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ACCENTURE GLOBAL SERVICES GMBH
Application granted granted Critical
Publication of US7924986B2 publication Critical patent/US7924986B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/487Arrangements for providing information services, e.g. recorded voice services or time announcements
    • H04M3/493Interactive information services, e.g. directory enquiries ; Arrangements therefor, e.g. interactive voice response [IVR] systems or voice portals
    • H04M3/4936Speech interaction details

Definitions

  • the present invention relates to interactive voice response (“IVR”) systems, and more particularly to maintaining the IVR system specification, which includes both the data for the various state definitions as well as documentation for the IVR system.
  • IVR interactive voice response
  • IVR Interactive Voice Response
  • a consumer may use a telephone keypad or voice commands to receive self service with a company's contact center without assistance from a contact center agent.
  • a customer of a credit card company may call its toll-free number, type or say her account number and a PIN, and hear information about her current balance, available credit, and next payment due date.
  • IVR systems enable a contact center to handle more customers at one time than the available contact center agents could handle directly.
  • IVR systems provide useful contact center functionality, they are not simple for a company to design, build, and maintain. IVR systems often have complicated, web-like, structures of content and numerous user touch-points. There are often different owners (including business and IT personnel) within a company for the various types of content needed to operate an IVR system. These business owners use differing techniques for documenting and maintaining their piece of the system. For example, the system test team may keep the scripts necessary for system and regression testing in one or more spreadsheets. The marketing team may use Visio or another graphical application to visually show the design flow for the customer experience when using the IVR system. A business analyst may maintain a word processing document to capture the details for each step or menu concerning payments. Other groups, with overlapping responsibilities, may use other forms of documentation.
  • FIG. 1 illustrates the prior art's approach to maintaining the design of an IVR system.
  • a single change that is to introduced to the IVR requires manual changes 105 to one or more of the following types of IVR system documentation: the design flow document 110 , the test scripts document 120 , the change history document 125 , the recording prompt list document 130 , the state definition details document 135 , and/or the sample dialogues document 140 .
  • Some of these ( 110 for example) may be VISIO, POWERPOINT or other graphical files.
  • Some ( 120 for example) may be EXCEL or other spreadsheets.
  • Some of these documents ( 125 , 130 , 135 , 140 for example) may be WORD or other word processing documents.
  • What is needed is a system for centralizing the IVR system specification for an IVR system that is usually stored in several different applications, such as word processor, a spreadsheet application and a graphical application. What is a needed is a system that enables a change in the IVR system (whether it be a change to some state definition data or a change to IVR system documentation) to be entered once and yet reflected throughout the data and documentation for the system. Finally, what is needed is a system for tracking changes that can easily and accurately report modifications made to the IVR system specification for a specific time period or between two specified versions.
  • a method and system for designing an IVR system receives IVR system specification data from one or more computer users, which is then stored in a database.
  • the IVR system specification data may be either state definition data or IVR system documentation data.
  • a design specification report can be generated based on the stored state definition data and IVR system documentation.
  • the system may also receive and store state definition design changes or IVR system documentation changes for the IVR system so that a subsequently run report reflects the design or documentation changes.
  • the design specification report may correspond to a chosen period of time or it may correspond to chosen version of the IVR system.
  • the design specification report may provide one or more of the following: a summary of the definition for a state within the IVR system, a listing of the previous states that lead to the current state, prompts for the state, inputs for the state, a listing of decision outcomes, key performance indicator triggers for the state, global commands that are active in the state, business units for which the state is applicable, a sample dialogues listing, test scripts listing for testing the IVR system, a change history listing for the IVR system, a design flow diagram for the IVR system, or pseudo-code listing for a portion of the IVR system.
  • FIG. 1 illustrates the prior art's approach to maintaining the IVR system.
  • FIG. 2 is a block diagram of one embodiment of the invention.
  • FIG. 3 illustrates the invention's approach to maintaining the design of an IVR system specification.
  • FIG. 4 illustrates a computer screen that allows state definition information to be viewed, and modified.
  • FIG. 5 ( 5 A- 5 I) is a mock-up of a design specification report 310 .
  • FIG. 6 is diagram showing the database tables for one embodiment of the invention.
  • the invention can be implemented as a series of users using computers 205 to access an IVR designer application 210 (either locally or over a network) that stores IVR system specification data in an IVR design database 215 .
  • the IVR design database 215 includes state definition data 220 and IVR system documentation data 225 .
  • FIG. 2 is a block diagram for such an embodiment.
  • FIG. 3 illustrates the invention's approach to maintaining the IVR system specification.
  • the prior art system shown in FIG. 1 required multiple manual changes to describe a single change in the IVR system.
  • a single IVR specification change 305 may be entered in the IVR designer application 210 .
  • This IVR specification change may be concerned with either state definition data and/or IVR system documentation.
  • the application 210 can then generate a design specification report 310 .
  • This report may contain enhanced versions of the one or more design specification reports used in the prior art, such as: the design flow document 110 , the global commands summary document 315 , the test scripts document 120 , the change history document 125 , the recording prompt list document 130 , the state details document 135 , the sample dialogues document 140 and the previous states document 320 .
  • the invention offers several advantages over prior methods of maintaining IVR system specification data.
  • the invention reduces design time by 10-15%. It enables faster turnaround on updates for business reviews and improves documentation accuracy by 300%.
  • the test script creation phase is reduced by 40-50% and initial code generation time is reduced by 10%.
  • the IVR designer application 210 can be developed using one of many types of databases and database interfaces.
  • the ACCESS database program developed by MICROSOFT can be used.
  • an ORACLE database may be accessed via a GUI that is custom-built using JAVA.
  • JAVA JAVA
  • FIG. 4 illustrates a computer screen 405 that allows state definition data to be viewed and modified.
  • each state of the IVR system is described centrally through such a screen 405 .
  • each IVR state is assigned a state name 410 and a type 415 .
  • the type classifies the state. For example, a state may be only audio that is played to the customer. Or the state may be a decision point. Yet another type of state is a call to the database to retrieve or store data.
  • the module to which the state is associated is also chosen 420 .
  • the module is a logical grouping of states, such as “main menu” or “payment”.
  • the screen also includes a prompt section 425 lists details for the prompts that are present in the state.
  • the prompts may be stored as WAV files that are played to the customer.
  • the decisions section 430 lists the decision rules that the IVR implements for the current state.
  • the type of the state dictates the type of decisions that are available.
  • the decisions 430 show conditions that cause movement to other states in the system.
  • the decisions section 430 for an audio state lists which of the pre-recorded prompts are played. If the state is a call to the database, the decisions 430 are what action to take based on the results of the database query.
  • the inputs section 435 details the keypad entries or voice commands, if any, that are available in the current state.
  • the GoToAgent state allows the customer to press “0” to be transferred to an agent.
  • the key performance indicators (KPIs) section 440 documents the KPIs that are captured based on data from the present state.
  • Global commands are those commands that are widely available in the IVR system. For example, “main menu”, “help” and “operator” may be global commands. While these commands are widespread, they are not available everywhere. For example, in the middle of a transaction, the IVR may not accept a command to jump to the main menu.
  • the global commands section 445 of FIG. 4 documents which of the commands are available for the present state. The global commands section 445 is not something that was maintained in prior systems.
  • the technical activities section 450 lists technical information about the state.
  • the notes section 455 allows users to keep track of notes for the state.
  • These sections 450 and 445 may include a high level summary of what the state accomplishes.
  • One of these sections may document which web services are used in connection with the state.
  • One skilled in the art will recognize that other types of data may be stored here.
  • the previous states section 460 shows, based on the inputs and decisions, which states can cause a customer to enter the current state. This is important to know in order to fully understand how and why the state is being presented to the customer.
  • FIG. 5 illustrates a hypothetical IVR design specification report 310 generated by the present invention's application 210 for reporting on the definition data for one or more states, or for reporting various IVR system documentation. It is important to realize that FIG. 5 (consisting of FIGS. 5A through 5I ) is a mock-up of a report to demonstrate to the reader the type of information that can be reported from the IVR design database 215 . While the report mocked up in FIG.
  • the design specification report 310 may include only sections that contain data relevant to the module being reported on, or other those sections that a particular user wishes to generate. For example, the user may choose to generate just a state definitions section 135 or the sample dialogues section 140 , for example. It is also clear to one skilled in the art that the design specification report 310 can be formatted in numerous ways.
  • the user may choose a beginning and ending version.
  • the IVR designer application 210 generates the report 310 showing only those changes that were introduced between the beginning and ending versions of the IVR system.
  • the user may choose a beginning and ending date.
  • the report 310 can be run to show changes introduced between these specific beginning and ending dates.
  • the report in FIG. 5 shows only changes made between system version 2 . 1 and system version 2 . 2 (see, FIG. 5A ).
  • FIG. 5B is the change history report 125 that can be formatted to summarize changes made to the IVR system specification (i.e., either the state definition data or the IVR system documentation).
  • the global commands for the “Add New Customer” state and the inputs for the “Change Customer Profile” state were both modified on the third of March.
  • FIG. 5C summarize the global commands for the various states. In this example, it is shown that the “help” command is only available when in state ChooseLanguage and ChangeProfile states.
  • FIG. 5D is the sample dialogues report 140 . It can summarize the dialogues used in the system, which IVR states the dialogues are connected to, and what conditions must be present for the dialogues to play. For example, if the user is in the ChangeServices state and has indicated that she wants to stop her premium service, the IVR system may ask “Are you sure you want to discontinue receiving the premium services?”
  • FIG. 5E, 5G and 5 G form the state details summary report 135 .
  • three states i.e., Account Summary, ChooseLanguage and WelcomeState
  • FIG. 5H is the appendix, which may include other information.
  • API information is included as well as pseudo-code for the WelcomeState.
  • FIG. 5I is the design flow report 110 , which may graphically display the customer experience flow of the system. In some embodiments, this report may insert a VISIO or other graphic file that is produced manually. In other embodiments, the IVR designer application 210 may include functionality to push all relevant changes from its database to a graphics program so that the design flow 110 is automatically changed which each changed introduced by the users.
  • FIG. 6 is diagram showing the database tables for one embodiment of the invention. In other embodiments, other tables and table structures can be developed.
  • the StateDefinition table stores the primary information for each IVR state, and that the other tables store information regarding the prompts, KPIs, Inputs, etc.
  • Forms (such as the one shown in FIG. 4 ), queries and reports (such as FIG. 5 ) can be built based on these database tables to enable users to maintain and document IVR system specification.

Abstract

An IVR system designer receives design specification data (which may be either state definition data or IVR system document data) and stores it in a database. A design specification report can be generated based on the stored design specification data. The report may correspond to a chosen period of time or it may correspond to chosen version of the IVR system. It may provide one or more of the following: a summary of a state within the IVR system, a listing of the previous states that lead to the current state, prompts for the state, inputs for the state, a listing of decision outcomes, key performance indicator triggers for the state, global commands that are active in the state, business units for which the state is applicable, a sample dialogues listing, test scripts listing for testing the IVR system, a change history listing for the system, a design flow diagram for the system, or pseudo-code listing for a portion of the system.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of Invention
  • The present invention relates to interactive voice response (“IVR”) systems, and more particularly to maintaining the IVR system specification, which includes both the data for the various state definitions as well as documentation for the IVR system.
  • 2. Description of Related Art
  • Interactive Voice Response (“IVR”) systems allow a consumer to use a telephone keypad or voice commands to receive self service with a company's contact center without assistance from a contact center agent. For example, a customer of a credit card company may call its toll-free number, type or say her account number and a PIN, and hear information about her current balance, available credit, and next payment due date. By enabling customers to help themselves, IVR systems enable a contact center to handle more customers at one time than the available contact center agents could handle directly.
  • While IVR systems provide useful contact center functionality, they are not simple for a company to design, build, and maintain. IVR systems often have complicated, web-like, structures of content and numerous user touch-points. There are often different owners (including business and IT personnel) within a company for the various types of content needed to operate an IVR system. These business owners use differing techniques for documenting and maintaining their piece of the system. For example, the system test team may keep the scripts necessary for system and regression testing in one or more spreadsheets. The marketing team may use Visio or another graphical application to visually show the design flow for the customer experience when using the IVR system. A business analyst may maintain a word processing document to capture the details for each step or menu concerning payments. Other groups, with overlapping responsibilities, may use other forms of documentation.
  • The complicated interconnections within the IVR system, the supporting specifications for the system and the fact that the system is owned by a wide-spread group of business owners makes changing the system difficult. Even a small change to the IVR system requires multiple contacts to the business owners, who then are entrusted to each update their own documents to reflect the change. When changes are made to the system, its complicated nature makes it difficult to closely track the changes over time. The IVR administrator may try to manually compile a document of changes made to the IVR system between two versions. However, this manual process is inconvenient, time consuming, and ripe for mistakes.
  • FIG. 1 illustrates the prior art's approach to maintaining the design of an IVR system. In such systems, a single change that is to introduced to the IVR requires manual changes 105 to one or more of the following types of IVR system documentation: the design flow document 110, the test scripts document 120, the change history document 125, the recording prompt list document 130, the state definition details document 135, and/or the sample dialogues document 140. Some of these (110 for example) may be VISIO, POWERPOINT or other graphical files. Some (120 for example) may be EXCEL or other spreadsheets. Some of these documents (125, 130, 135, 140 for example) may be WORD or other word processing documents. Of course, this list of documentation is merely representative of documents that may be maintained. It is to be understood that different companies may maintain information about their IVR systems using different types of documents than the representative ones shown in FIG. 1. Regardless, if any of these manual changes 105 are missed, the reference data is no longer accurate. Since the various documents are owned by different groups, it is not difficult for this to happen.
  • What is needed is a system for centralizing the IVR system specification for an IVR system that is usually stored in several different applications, such as word processor, a spreadsheet application and a graphical application. What is a needed is a system that enables a change in the IVR system (whether it be a change to some state definition data or a change to IVR system documentation) to be entered once and yet reflected throughout the data and documentation for the system. Finally, what is needed is a system for tracking changes that can easily and accurately report modifications made to the IVR system specification for a specific time period or between two specified versions.
  • BRIEF SUMMARY OF THE INVENTION
  • According to one aspect of the invention, a method and system for designing an IVR system receives IVR system specification data from one or more computer users, which is then stored in a database. The IVR system specification data may be either state definition data or IVR system documentation data. A design specification report can be generated based on the stored state definition data and IVR system documentation. The system may also receive and store state definition design changes or IVR system documentation changes for the IVR system so that a subsequently run report reflects the design or documentation changes.
  • According to another aspect of the invention, the design specification report may correspond to a chosen period of time or it may correspond to chosen version of the IVR system.
  • According to another aspect of the invention, the design specification report may provide one or more of the following: a summary of the definition for a state within the IVR system, a listing of the previous states that lead to the current state, prompts for the state, inputs for the state, a listing of decision outcomes, key performance indicator triggers for the state, global commands that are active in the state, business units for which the state is applicable, a sample dialogues listing, test scripts listing for testing the IVR system, a change history listing for the IVR system, a design flow diagram for the IVR system, or pseudo-code listing for a portion of the IVR system.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates the prior art's approach to maintaining the IVR system.
  • FIG. 2 is a block diagram of one embodiment of the invention.
  • FIG. 3 illustrates the invention's approach to maintaining the design of an IVR system specification.
  • FIG. 4 illustrates a computer screen that allows state definition information to be viewed, and modified.
  • FIG. 5 (5A-5I) is a mock-up of a design specification report 310.
  • FIG. 6 is diagram showing the database tables for one embodiment of the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following detailed description of the preferred embodiments of the invention, reference is made to the accompanying drawings in which is shown by way of illustration specific embodiments in which the invention may be practiced. It is to be understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
  • In one embodiment, the invention can be implemented as a series of users using computers 205 to access an IVR designer application 210 (either locally or over a network) that stores IVR system specification data in an IVR design database 215. The IVR design database 215 includes state definition data 220 and IVR system documentation data 225. FIG. 2 is a block diagram for such an embodiment. FIG. 3 illustrates the invention's approach to maintaining the IVR system specification. The prior art system shown in FIG. 1 required multiple manual changes to describe a single change in the IVR system. As shown in FIG. 3, a single IVR specification change 305 may be entered in the IVR designer application 210. This IVR specification change may be concerned with either state definition data and/or IVR system documentation. The application 210 can then generate a design specification report 310. This report may contain enhanced versions of the one or more design specification reports used in the prior art, such as: the design flow document 110, the global commands summary document 315, the test scripts document 120, the change history document 125, the recording prompt list document 130, the state details document 135, the sample dialogues document 140 and the previous states document 320.
  • The invention offers several advantages over prior methods of maintaining IVR system specification data. In one real life implementation, the invention reduces design time by 10-15%. It enables faster turnaround on updates for business reviews and improves documentation accuracy by 300%. The test script creation phase is reduced by 40-50% and initial code generation time is reduced by 10%.
  • As one skilled in the art will recognize, the IVR designer application 210 can be developed using one of many types of databases and database interfaces. For example, the ACCESS database program developed by MICROSOFT can be used. In another embodiment, an ORACLE database may be accessed via a GUI that is custom-built using JAVA. One skilled in the art will recognize that there are many approaches to take to build the present invention.
  • In an embodiment using MICROSOFT ACCESS, FIG. 4 illustrates a computer screen 405 that allows state definition data to be viewed and modified. In this embodiment, each state of the IVR system is described centrally through such a screen 405. (One skilled in the art will recognize that there are many approaches in implementing the present invention in a database and presenting the data to the user.) In FIG. 4, each IVR state is assigned a state name 410 and a type 415. The type classifies the state. For example, a state may be only audio that is played to the customer. Or the state may be a decision point. Yet another type of state is a call to the database to retrieve or store data.
  • The module to which the state is associated is also chosen 420. The module is a logical grouping of states, such as “main menu” or “payment”. The screen also includes a prompt section 425 lists details for the prompts that are present in the state. For example, the prompts may be stored as WAV files that are played to the customer.
  • The decisions section 430 lists the decision rules that the IVR implements for the current state. The type of the state (see element 415) dictates the type of decisions that are available. For a decision-style state, the decisions 430 show conditions that cause movement to other states in the system. The decisions section 430 for an audio state lists which of the pre-recorded prompts are played. If the state is a call to the database, the decisions 430 are what action to take based on the results of the database query.
  • The inputs section 435 details the keypad entries or voice commands, if any, that are available in the current state. In FIG. 4, the GoToAgent state allows the customer to press “0” to be transferred to an agent.
  • The key performance indicators (KPIs) section 440 documents the KPIs that are captured based on data from the present state.
  • The next section lists the available global commands 445. Global commands are those commands that are widely available in the IVR system. For example, “main menu”, “help” and “operator” may be global commands. While these commands are widespread, they are not available everywhere. For example, in the middle of a transaction, the IVR may not accept a command to jump to the main menu. The global commands section 445 of FIG. 4 documents which of the commands are available for the present state. The global commands section 445 is not something that was maintained in prior systems.
  • The technical activities section 450 lists technical information about the state. The notes section 455 allows users to keep track of notes for the state. These sections 450 and 445 may include a high level summary of what the state accomplishes. One of these sections may document which web services are used in connection with the state. One skilled in the art will recognize that other types of data may be stored here.
  • The previous states section 460 shows, based on the inputs and decisions, which states can cause a customer to enter the current state. This is important to know in order to fully understand how and why the state is being presented to the customer.
  • The screen of FIG. 4 summarizes data for a particular state in the IVR system. FIG. 5 illustrates a hypothetical IVR design specification report 310 generated by the present invention's application 210 for reporting on the definition data for one or more states, or for reporting various IVR system documentation. It is important to realize that FIG. 5 (consisting of FIGS. 5A through 5I) is a mock-up of a report to demonstrate to the reader the type of information that can be reported from the IVR design database 215. While the report mocked up in FIG. 5 includes a change history 125, a global commands summary 115, sample dialogues 140, state definition summaries for each state in the module 135 and an appendix, in a real application, the design specification report 310 may include only sections that contain data relevant to the module being reported on, or other those sections that a particular user wishes to generate. For example, the user may choose to generate just a state definitions section 135 or the sample dialogues section 140, for example. It is also clear to one skilled in the art that the design specification report 310 can be formatted in numerous ways.
  • In some embodiments, the user may choose a beginning and ending version. The IVR designer application 210 generates the report 310 showing only those changes that were introduced between the beginning and ending versions of the IVR system. In other embodiments, the user may choose a beginning and ending date. The report 310 can be run to show changes introduced between these specific beginning and ending dates. The report in FIG. 5 shows only changes made between system version 2.1 and system version 2.2 (see, FIG. 5A).
  • FIG. 5B is the change history report 125 that can be formatted to summarize changes made to the IVR system specification (i.e., either the state definition data or the IVR system documentation). In this example, it can readily be seen that the global commands for the “Add New Customer” state and the inputs for the “Change Customer Profile” state were both modified on the third of March.
  • FIG. 5C summarize the global commands for the various states. In this example, it is shown that the “help” command is only available when in state ChooseLanguage and ChangeProfile states.
  • FIG. 5D is the sample dialogues report 140. It can summarize the dialogues used in the system, which IVR states the dialogues are connected to, and what conditions must be present for the dialogues to play. For example, if the user is in the ChangeServices state and has indicated that she wants to stop her premium service, the IVR system may ask “Are you sure you want to discontinue receiving the premium services?”
  • FIG. 5E, 5G and 5G form the state details summary report 135. In this example, three states (i.e., Account Summary, ChooseLanguage and WelcomeState) are included. FIG. 5H is the appendix, which may include other information. In the example shown, API information is included as well as pseudo-code for the WelcomeState.
  • FIG. 5I is the design flow report 110, which may graphically display the customer experience flow of the system. In some embodiments, this report may insert a VISIO or other graphic file that is produced manually. In other embodiments, the IVR designer application 210 may include functionality to push all relevant changes from its database to a graphics program so that the design flow 110 is automatically changed which each changed introduced by the users.
  • As has been discussed above, the design specification report 310 in FIG. 5 is generated based on data in an ACCESS or other database 215. FIG. 6 is diagram showing the database tables for one embodiment of the invention. In other embodiments, other tables and table structures can be developed. One skilled in the art will recognize that in the embodiment shown in FIG. 6, the StateDefinition table stores the primary information for each IVR state, and that the other tables store information regarding the prompts, KPIs, Inputs, etc. Forms (such as the one shown in FIG. 4), queries and reports (such as FIG. 5) can be built based on these database tables to enable users to maintain and document IVR system specification.

Claims (84)

1. A computer-implemented method for maintaining IVR system specification information for an Interactive Voice Response (“IVR”) system, comprising:
receiving design specification data for the IVR system from a computer user, where the design specification data is state definition data or IVR system documentation data;
storing the design specification data in a database; and
generating a design specification report from the stored design specification data.
2. The method from claim 1, further comprising:
receiving an IVR specification change from the computer user for the IVR system; and
storing the IVR specification change in the database;
wherein the design specification report reflects a design change in the IVR system.
3. The method from claim 2, wherein the design specification report corresponds to a period of time chosen by the computer user.
4. The method from claim 2, wherein the design specification report corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
5. The method from claim 1, wherein the design specification data is received from a plurality of computer users.
6. The method from claim 1, wherein the design specification report comprises a state details report that summarizes at least one state for the IVR system.
7. The method from claim 6, wherein the state details report comprises a listing of previous states that lead to the at least one state.
8. The method from claim 6, wherein the state details report comprises a listing of prompts.
9. The method from claim 6, wherein the state details report comprises a listing of inputs.
10. The method from claim 6, wherein the state details report comprises a listing of decision outcomes.
11. The method from claim 6, wherein the state details report lists key performance indicator triggers for the state.
12. The method from claim 6, wherein the state details report indicates global commands that are active in the at least one state.
13. The method from claim 6, wherein the state details report indicates business units for which the at least one state is applicable.
14. The method from claim 1, wherein the design specification report comprises a sample dialogues listing for the IVR system.
15. The method from claim 1, wherein the design specification report comprises a test scripts listing for testing the IVR system.
16. The method from claim 1, wherein the design specification report comprises a change history listing for the IVR system.
17. The method from claim 16, wherein the change history listing corresponds to a period of time chosen by the computer user.
18. The method from claim 16, wherein the change history listing corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
19. The method from claim 1, wherein the design specification report comprises a global commands summary.
20. The method from claim 1, wherein the design specification report comprises a design flow diagram for the IVR system.
21. The method from claim 1, wherein the design specification report comprises a pseudo-code listing for a portion of the IVR system.
22. A system for maintaining IVR system specification information for an Interactive Voice Response (“IVR”) system, comprising:
a data receiver for receiving design specification data for the IVR system from a computer user, where the design specification data is state definition data or IVR system documentation data;
a database for storing the design specification data; and
a report generator for generating a design specification report from the stored design specification data.
23. The system from claim 22, further comprising:
a change receiver for receiving an IVR specification change from the computer user for the IVR system and storing the IVR specification change in the database;
wherein the design specification report reflects the IVR specification change.
24. The system from claim 23, wherein the design specification report corresponds to a period of time chosen by the computer user.
25. The system from claim 23, wherein the design specification report corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
26. The system from claim 22, wherein the design specification data is received from a plurality of computer users.
27. The system from claim 22, wherein the design specification report comprises a state details report that summarizes at least one state for the IVR system.
28. The system from claim 27, wherein the state details report comprises a listing of previous states that lead to the at least one state.
29. The system from claim 27, wherein the state details report comprises a listing of prompts.
30. The system from claim 27, wherein the state details report comprises a listing of inputs.
31. The system from claim 27, wherein the state details report comprises a listing of decision outcomes.
32. The system from claim 27, wherein the state details report lists key performance indicator triggers for the state.
33. The system from claim 27, wherein the state details report indicates global commands that are active in the at least one state.
34. The system from claim 27, wherein the state details report indicates business units for which the at least one state is applicable.
35. The system from claim 22, wherein the design specification report comprises a sample dialogues listing for the IVR system.
36. The system from claim 22, wherein the design specification report comprises a test scripts listing for testing the IVR system.
37. The system from claim 22, wherein the design specification report comprises a change history listing for the IVR system.
38. The system from claim 37, wherein the change history listing corresponds to a period of time chosen by the computer user.
39. The system from claim 37, wherein the change history listing corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
40. The system from claim 22, wherein the design specification report comprises a global commands summary.
41. The system from claim 22, wherein the design specification report comprises a design flow diagram for the IVR system.
42. The system from claim 22, wherein the design specification report comprises a pseudo-code listing for a portion of the IVR system.
43. A computer program for maintaining IVR system specification information for an Interactive Voice Response (“IVR”) system, comprising:
a computer code segment for receiving design specification data for the IVR system from a computer user, where the design specification data is state definition data or IVR system documentation data;
a computer code segment for storing the design specification data in a database; and
a computer code segment for generating a design specification report from the stored design specification data.
44. The computer program from claim 43, further comprising:
a computer code segment for receiving an IVR specification change from the computer user for the IVR system and storing the IVR specification change in the database;
wherein the design specification report reflects the IVR specification change.
45. The computer program from claim 44, wherein the design specification report corresponds to a period of time chosen by the computer user.
46. The computer program from claim 44, wherein the design specification report corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
47. The computer program from claim 43, wherein the state definition data is received from a plurality of computer users.
48. The computer program from claim 43, wherein the design specification report comprises a state details report that summarizes at least one state for the IVR system.
49. The computer program from claim 48, wherein the state details report comprises a listing of previous states that lead to the at least one state.
50. The computer program from claim 48, wherein the state details report comprises a listing of prompts.
51. The computer program from claim 48, wherein the state details report comprises a listing of inputs.
52. The computer program from claim 48, wherein the state details report comprises a listing of decision outcomes.
53. The computer program from claim 48, wherein the state details report lists key performance indicator triggers for the state.
54. The computer program from claim 48, wherein the state details report indicates global commands that are active in the at least one state.
55. The computer program from claim 48, wherein the state details report indicates business units for which the at least one state is applicable.
56. The computer program from claim 43, wherein the design specification report comprises a sample dialogues listing for the IVR system.
57. The computer program from claim 43, wherein the design specification report comprises a test scripts listing for testing the IVR system.
58. The computer program from claim 43, wherein the design specification report comprises a change history listing for the IVR system.
59. The computer program from claim 58, wherein the change history listing corresponds to a period of time chosen by the computer user.
60. The computer program from claim 58, wherein the change history listing corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
61. The computer program from claim 43, wherein the design specification report comprises a global commands summary.
62. The computer program from claim 43, wherein the design specification report comprises a design flow diagram for the IVR system.
63. The computer program from claim 43, wherein the design specification report comprises a pseudo-code listing for a portion of the IVR system.
64. A system for maintaining IVR system specification information for an Interactive Voice Response (“IVR”) system, comprising:
means for receiving design specification data for the IVR system from a computer user, where the design specification data is state definition data or IVR system documentation data;
means for storing the design specification data; and
means for generating a design specification report from the stored design specification data.
65. The system from claim 22, further comprising:
means for receiving an IVR specification change from the computer user for the IVR system and storing the IVR specification change in the means for storing;
wherein the design specification report reflects the IVR specification change.
66. The system from claim 65, wherein the design specification report corresponds to a period of time chosen by the computer user.
67. The system from claim 65, wherein the design specification report corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
68. The system from claim 64, wherein the state definition data is received from a plurality of computer users.
69. The system from claim 64, wherein the design specification report comprises a state details report that summarizes at least one state for the IVR system.
70. The system from claim 69, wherein the state details report comprises a listing of previous states that lead to the at least one state.
71. The system from claim 69, wherein the state details report comprises a listing of prompts.
72. The system from claim 69, wherein the state details report comprises a listing of inputs.
73. The system from claim 69, wherein the state details report comprises a listing of decision outcomes.
74. The system from claim 69, wherein the state details report lists key performance indicator triggers for the state.
75. The system from claim 69, wherein the state details report indicates global commands that are active in the at least one state.
76. The system from claim 69, wherein the state details report indicates business units for which the at least one state is applicable.
77. The system from claim 64, wherein the design specification report comprises a sample dialogues listing for the IVR system.
78. The system from claim 64, wherein the design specification report comprises a test scripts listing for testing the IVR system.
79. The system from claim 64, wherein the design specification report comprises a change history listing for the IVR system.
80. The system from claim 79, wherein the change history listing corresponds to a period of time chosen by the computer user.
81. The system from claim 79, wherein the change history listing corresponds to a period of time from a beginning system version chosen by the computer user to an ending system version chosen by the computer user.
82. The system from claim 64, wherein the design specification report comprises a global commands summary.
83. The system from claim 64, wherein the design specification report comprises a design flow diagram for the IVR system.
84. The system from claim 64, wherein the design specification report comprises a pseudo-code listing for a portion of the IVR system.
US11/342,169 2006-01-27 2006-01-27 IVR system manager Expired - Fee Related US7924986B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/342,169 US7924986B2 (en) 2006-01-27 2006-01-27 IVR system manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/342,169 US7924986B2 (en) 2006-01-27 2006-01-27 IVR system manager

Publications (2)

Publication Number Publication Date
US20070192113A1 true US20070192113A1 (en) 2007-08-16
US7924986B2 US7924986B2 (en) 2011-04-12

Family

ID=38369812

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/342,169 Expired - Fee Related US7924986B2 (en) 2006-01-27 2006-01-27 IVR system manager

Country Status (1)

Country Link
US (1) US7924986B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070198272A1 (en) * 2006-02-20 2007-08-23 Masaru Horioka Voice response system
US20100002850A1 (en) * 2008-07-02 2010-01-07 International Business Machines Corporation Method and system to manage multiple ivrs
US20100318400A1 (en) * 2009-06-16 2010-12-16 Geffen David Method and system for linking interactions
US20110167042A1 (en) * 2006-01-03 2011-07-07 Motio, Inc. Continuous integration of business intelligence software
CN102122510A (en) * 2011-03-07 2011-07-13 霍佳震 Method for monitoring voice broadcast definition of interactive voice response (IVR) system
US20140180961A1 (en) * 2006-01-03 2014-06-26 Motio, Inc. Supplemental system for business intelligence systems
US20160227034A1 (en) * 2015-01-06 2016-08-04 Cyara Solutions Pty Ltd Interactive voice response system crawler
CN106302915A (en) * 2016-10-18 2017-01-04 深圳市金立通信设备有限公司 The intelligent dialing method of a kind of self-assisted voice service and terminal
CN106791233A (en) * 2015-11-23 2017-05-31 阿里巴巴集团控股有限公司 A kind of method and IVR system for providing IVR service procedures

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8233597B2 (en) * 2005-02-11 2012-07-31 Cisco Technology, Inc. System and method for the playing of key phrases in voice mail messages
US8009811B2 (en) * 2006-11-10 2011-08-30 Verizon Patent And Licensing Inc. Testing and quality assurance of interactive voice response (IVR) applications
US8321225B1 (en) 2008-11-14 2012-11-27 Google Inc. Generating prosodic contours for synthesized speech
US11489962B2 (en) 2015-01-06 2022-11-01 Cyara Solutions Pty Ltd System and methods for automated customer response system mapping and duplication
JP2018054790A (en) * 2016-09-28 2018-04-05 トヨタ自動車株式会社 Voice interaction system and voice interaction method

Citations (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5758323A (en) * 1996-01-09 1998-05-26 U S West Marketing Resources Group, Inc. System and Method for producing voice files for an automated concatenated voice system
US5771276A (en) * 1995-10-10 1998-06-23 Ast Research, Inc. Voice templates for interactive voice mail and voice response system
US5878423A (en) * 1997-04-21 1999-03-02 Bellsouth Corporation Dynamically processing an index to create an ordered set of questions
US6035272A (en) * 1996-07-25 2000-03-07 Matsushita Electric Industrial Co., Ltd. Method and apparatus for synthesizing speech
US6101470A (en) * 1998-05-26 2000-08-08 International Business Machines Corporation Methods for generating pitch and duration contours in a text to speech system
US6366883B1 (en) * 1996-05-15 2002-04-02 Atr Interpreting Telecommunications Concatenation of speech segments by use of a speech synthesizer
US20020072900A1 (en) * 1999-11-23 2002-06-13 Keough Steven J. System and method of templating specific human voices
US6456699B1 (en) * 1998-11-30 2002-09-24 At&T Corp. Web-based generation of telephony-based interactive voice response applications
US20020184002A1 (en) * 2001-05-30 2002-12-05 International Business Machines Corporation Method and apparatus for tailoring voice prompts of an interactive voice response system
US20030014407A1 (en) * 2001-04-11 2003-01-16 Green Arrow Media, Inc. System and method for making media recommendations
US6629087B1 (en) * 1999-03-18 2003-09-30 Nativeminds, Inc. Methods for creating and editing topics for virtual robots conversing in natural language
US20030187656A1 (en) * 2001-12-20 2003-10-02 Stuart Goose Method for the computer-supported transformation of structured documents
US20030216923A1 (en) * 2002-05-15 2003-11-20 Gilmore Jeffrey A. Dynamic content generation for voice messages
US6697796B2 (en) * 2000-01-13 2004-02-24 Agere Systems Inc. Voice clip search
US6728682B2 (en) * 1998-01-16 2004-04-27 Avid Technology, Inc. Apparatus and method using speech recognition and scripts to capture, author and playback synchronized audio and video
US20040199494A1 (en) * 2003-04-04 2004-10-07 Nikhil Bhatt Method and apparatus for tagging and locating audio data
US6823054B1 (en) * 2001-03-05 2004-11-23 Verizon Corporate Services Group Inc. Apparatus and method for analyzing an automated response system
US6834100B2 (en) * 2002-07-24 2004-12-21 Sbc Properties, L.P. Voice over IP method for developing interactive voice response system
US6862568B2 (en) * 2000-10-19 2005-03-01 Qwest Communications International, Inc. System and method for converting text-to-voice
US6891932B2 (en) * 2001-12-11 2005-05-10 Cisco Technology, Inc. System and methodology for voice activated access to multiple data sources and voice repositories in a single session
US6895084B1 (en) * 1999-08-24 2005-05-17 Microstrategy, Inc. System and method for generating voice pages with included audio files for use in a voice page delivery system
US6950798B1 (en) * 2001-04-13 2005-09-27 At&T Corp. Employing speech models in concatenative speech synthesis
US6990450B2 (en) * 2000-10-19 2006-01-24 Qwest Communications International Inc. System and method for converting text-to-voice
US7003719B1 (en) * 1999-01-25 2006-02-21 West Publishing Company, Dba West Group System, method, and software for inserting hyperlinks into documents
US7039588B2 (en) * 2000-03-31 2006-05-02 Canon Kabushiki Kaisha Synthesis unit selection apparatus and method, and storage medium
US7039585B2 (en) * 2001-04-10 2006-05-02 International Business Machines Corporation Method and system for searching recorded speech and retrieving relevant segments
US7055146B1 (en) * 2001-03-08 2006-05-30 Microsoft Corporation Method and system for dynamically inserting modifications for identified programs
US7103158B2 (en) * 2002-02-28 2006-09-05 Pacific Bell Information Services Dynamic interactive voice architecture
US7107536B1 (en) * 2000-02-24 2006-09-12 Eric Morgan Dowling Remote-agent-object based multilevel browser
US7140004B1 (en) * 2000-06-13 2006-11-21 Tellme Networks, Inc. Method and apparatus for zero-footprint phone application development
US7280968B2 (en) * 2003-03-25 2007-10-09 International Business Machines Corporation Synthetically generated speech responses including prosodic characteristics of speech inputs
US7623632B2 (en) * 2004-08-26 2009-11-24 At&T Intellectual Property I, L.P. Method, system and software for implementing an automated call routing application in a speech enabled call center environment

Patent Citations (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5771276A (en) * 1995-10-10 1998-06-23 Ast Research, Inc. Voice templates for interactive voice mail and voice response system
US6014428A (en) * 1995-10-10 2000-01-11 Ast Research, Inc. Voice templates for interactive voice mail and voice response system
US5758323A (en) * 1996-01-09 1998-05-26 U S West Marketing Resources Group, Inc. System and Method for producing voice files for an automated concatenated voice system
US6366883B1 (en) * 1996-05-15 2002-04-02 Atr Interpreting Telecommunications Concatenation of speech segments by use of a speech synthesizer
US6035272A (en) * 1996-07-25 2000-03-07 Matsushita Electric Industrial Co., Ltd. Method and apparatus for synthesizing speech
US5878423A (en) * 1997-04-21 1999-03-02 Bellsouth Corporation Dynamically processing an index to create an ordered set of questions
US6728682B2 (en) * 1998-01-16 2004-04-27 Avid Technology, Inc. Apparatus and method using speech recognition and scripts to capture, author and playback synchronized audio and video
US6101470A (en) * 1998-05-26 2000-08-08 International Business Machines Corporation Methods for generating pitch and duration contours in a text to speech system
US6456699B1 (en) * 1998-11-30 2002-09-24 At&T Corp. Web-based generation of telephony-based interactive voice response applications
US7003719B1 (en) * 1999-01-25 2006-02-21 West Publishing Company, Dba West Group System, method, and software for inserting hyperlinks into documents
US6629087B1 (en) * 1999-03-18 2003-09-30 Nativeminds, Inc. Methods for creating and editing topics for virtual robots conversing in natural language
US6895084B1 (en) * 1999-08-24 2005-05-17 Microstrategy, Inc. System and method for generating voice pages with included audio files for use in a voice page delivery system
US20020072900A1 (en) * 1999-11-23 2002-06-13 Keough Steven J. System and method of templating specific human voices
US6697796B2 (en) * 2000-01-13 2004-02-24 Agere Systems Inc. Voice clip search
US7107536B1 (en) * 2000-02-24 2006-09-12 Eric Morgan Dowling Remote-agent-object based multilevel browser
US7039588B2 (en) * 2000-03-31 2006-05-02 Canon Kabushiki Kaisha Synthesis unit selection apparatus and method, and storage medium
US7140004B1 (en) * 2000-06-13 2006-11-21 Tellme Networks, Inc. Method and apparatus for zero-footprint phone application development
US6862568B2 (en) * 2000-10-19 2005-03-01 Qwest Communications International, Inc. System and method for converting text-to-voice
US6990450B2 (en) * 2000-10-19 2006-01-24 Qwest Communications International Inc. System and method for converting text-to-voice
US6823054B1 (en) * 2001-03-05 2004-11-23 Verizon Corporate Services Group Inc. Apparatus and method for analyzing an automated response system
US7055146B1 (en) * 2001-03-08 2006-05-30 Microsoft Corporation Method and system for dynamically inserting modifications for identified programs
US7039585B2 (en) * 2001-04-10 2006-05-02 International Business Machines Corporation Method and system for searching recorded speech and retrieving relevant segments
US20030014407A1 (en) * 2001-04-11 2003-01-16 Green Arrow Media, Inc. System and method for making media recommendations
US6950798B1 (en) * 2001-04-13 2005-09-27 At&T Corp. Employing speech models in concatenative speech synthesis
US20020184002A1 (en) * 2001-05-30 2002-12-05 International Business Machines Corporation Method and apparatus for tailoring voice prompts of an interactive voice response system
US6891932B2 (en) * 2001-12-11 2005-05-10 Cisco Technology, Inc. System and methodology for voice activated access to multiple data sources and voice repositories in a single session
US20030187656A1 (en) * 2001-12-20 2003-10-02 Stuart Goose Method for the computer-supported transformation of structured documents
US7103158B2 (en) * 2002-02-28 2006-09-05 Pacific Bell Information Services Dynamic interactive voice architecture
US20030216923A1 (en) * 2002-05-15 2003-11-20 Gilmore Jeffrey A. Dynamic content generation for voice messages
US6834100B2 (en) * 2002-07-24 2004-12-21 Sbc Properties, L.P. Voice over IP method for developing interactive voice response system
US7280968B2 (en) * 2003-03-25 2007-10-09 International Business Machines Corporation Synthetically generated speech responses including prosodic characteristics of speech inputs
US20040199494A1 (en) * 2003-04-04 2004-10-07 Nikhil Bhatt Method and apparatus for tagging and locating audio data
US7623632B2 (en) * 2004-08-26 2009-11-24 At&T Intellectual Property I, L.P. Method, system and software for implementing an automated call routing application in a speech enabled call center environment

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9489291B2 (en) * 2006-01-03 2016-11-08 Motio, Inc. Continuous integration of business intelligence software
US10242331B2 (en) * 2006-01-03 2019-03-26 Motio, Inc. Supplemental system for business intelligence systems to provide visual identification of meaningful differences
US20170330115A1 (en) * 2006-01-03 2017-11-16 Motio, Inc. Supplemental system for business intelligence systems to provide visual identification of meaningful differences
US20110167042A1 (en) * 2006-01-03 2011-07-07 Motio, Inc. Continuous integration of business intelligence software
US9785907B2 (en) * 2006-01-03 2017-10-10 Motio, Inc. Supplemental system for business intelligence systems
US20170039134A1 (en) * 2006-01-03 2017-02-09 Motio, Inc. Continuous Integration of Business Intelligence Software
US20160203426A1 (en) * 2006-01-03 2016-07-14 Motio, Inc. Supplemental System for Business Intelligence Systems
US20120144239A1 (en) * 2006-01-03 2012-06-07 Motio, Inc. Continuous integration of business intelligence software
US8285678B2 (en) * 2006-01-03 2012-10-09 Motio, Inc. Continuous integration of business intelligence software
US20140180961A1 (en) * 2006-01-03 2014-06-26 Motio, Inc. Supplemental system for business intelligence systems
US8972349B2 (en) * 2006-01-03 2015-03-03 Motio, Inc. Continuous integration of business intelligence software
US20150154104A1 (en) * 2006-01-03 2015-06-04 Motio, Inc. Continuous integration of business intelligence software
US9292822B2 (en) * 2006-01-03 2016-03-22 Motio, Inc. Supplemental system for business intelligence systems
US8095371B2 (en) * 2006-02-20 2012-01-10 Nuance Communications, Inc. Computer-implemented voice response method using a dialog state diagram to facilitate operator intervention
US20070198272A1 (en) * 2006-02-20 2007-08-23 Masaru Horioka Voice response system
US8073112B2 (en) 2008-07-02 2011-12-06 International Business Machines Corporation Method and system to manage multiple IVRs
US20100002850A1 (en) * 2008-07-02 2010-01-07 International Business Machines Corporation Method and system to manage multiple ivrs
US20100318400A1 (en) * 2009-06-16 2010-12-16 Geffen David Method and system for linking interactions
CN102122510A (en) * 2011-03-07 2011-07-13 霍佳震 Method for monitoring voice broadcast definition of interactive voice response (IVR) system
US20160227034A1 (en) * 2015-01-06 2016-08-04 Cyara Solutions Pty Ltd Interactive voice response system crawler
US10291776B2 (en) * 2015-01-06 2019-05-14 Cyara Solutions Pty Ltd Interactive voice response system crawler
US20190342450A1 (en) * 2015-01-06 2019-11-07 Cyara Solutions Pty Ltd Interactive voice response system crawler
CN106791233A (en) * 2015-11-23 2017-05-31 阿里巴巴集团控股有限公司 A kind of method and IVR system for providing IVR service procedures
CN106302915A (en) * 2016-10-18 2017-01-04 深圳市金立通信设备有限公司 The intelligent dialing method of a kind of self-assisted voice service and terminal

Also Published As

Publication number Publication date
US7924986B2 (en) 2011-04-12

Similar Documents

Publication Publication Date Title
US7924986B2 (en) IVR system manager
EP3635536B1 (en) Integrated system for rule editing, simulation, version control, and business process management
US11928733B2 (en) Systems and user interfaces for holistic, data-driven investigation of bad actor behavior based on clustering and scoring of related data
US20040267751A1 (en) Performing a data analysis process
US8095436B1 (en) Method, graphical user interface, and system for categorizing financial records
US20150128249A1 (en) Updating roles based access
US20060004612A1 (en) Systems and methods for configuring and processing insurance information
US9098311B2 (en) User interface element for data rating and validation
CA2667206A1 (en) Method and apparatus for sending notification to subscribers of requested events
CN101923674A (en) The performance dashboard monitoring that is used for Knowledge Management System
US20080263504A1 (en) Using code analysis for requirements management
CN101923675A (en) The operational reliability index that is used for Knowledge Management System
US20070089065A1 (en) Secondary navigation
US11599372B2 (en) Controlling permissions for access to user interface features
US20160179603A1 (en) Integrated production support
CA2648611A1 (en) Data management system
US20090169008A1 (en) System and method for tracking testing of software modification projects from a wireless mobile device
US8375365B2 (en) Customization verification
Magid et al. Industry experience with the ibm active middleware technology (amit) complex event processing engine
US20040205484A1 (en) System and method for dynamically generating customized pages
US11501293B1 (en) Systems and methods for presenting recognizable bank account transaction descriptions compiled through customer collaboration
de Koning The Quality of Accounting Information
Buddika Purchase, Stock and Sales Management System for Gishani Distributors
Paralykidis IT Product Realization Process towards Marketing Consultancy Automation–Case Study: Customer Value Sweden AB
Poon Implementation of Use-Case Model to solve the miscommunication problem in requirement collection process

Legal Events

Date Code Title Description
AS Assignment

Owner name: ACCENTURE GLOBAL SERVICES GMBH, SWITZERLAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SADOWSKI, STEPHANIE D.;BENVEGNU, JOSEPH M.;REEL/FRAME:017710/0730;SIGNING DATES FROM 20060416 TO 20060523

Owner name: ACCENTURE GLOBAL SERVICES GMBH, SWITZERLAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SADOWSKI, STEPHANIE D.;BENVEGNU, JOSEPH M.;SIGNING DATES FROM 20060416 TO 20060523;REEL/FRAME:017710/0730

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: ACCENTURE GLOBAL SERVICES LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ACCENTURE GLOBAL SERVICES GMBH;REEL/FRAME:025700/0287

Effective date: 20100901

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20230412