JP2012513165A - 対話管理システムをビジネス・ルール管理システムと統合する方法およびシステム - Google Patents
対話管理システムをビジネス・ルール管理システムと統合する方法およびシステム Download PDFInfo
- Publication number
- JP2012513165A JP2012513165A JP2011542265A JP2011542265A JP2012513165A JP 2012513165 A JP2012513165 A JP 2012513165A JP 2011542265 A JP2011542265 A JP 2011542265A JP 2011542265 A JP2011542265 A JP 2011542265A JP 2012513165 A JP2012513165 A JP 2012513165A
- Authority
- JP
- Japan
- Prior art keywords
- routing
- server
- business
- interaction
- rules
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/5183—Call or contact centers with computer-telephony arrangements
- H04M3/5191—Call or contact centers with computer-telephony arrangements interacting with the Internet
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/067—Enterprise or organisation modelling
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/5175—Call or contact centers supervision arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/5183—Call or contact centers with computer-telephony arrangements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/51—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing
- H04M3/523—Centralised call answering arrangements requiring operator intervention, e.g. call or contact centers for telemarketing with call distribution or queueing
- H04M3/5232—Call distribution algorithms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M2201/00—Electronic components, circuits, software, systems or apparatus used in telephone systems
- H04M2201/16—Sequence circuits
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Marketing (AREA)
- Signal Processing (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Educational Administration (AREA)
- Tourism & Hospitality (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Game Theory and Decision Science (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Development Economics (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Telephonic Communication Services (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
rule “PriorityCalculatorGold”
salience 111
no-loop true
when
ixn : _ Interaction (media type) = = “email” , interactiontype = =
“inbound”,
interactionSubtype = = “InboundNew” , customerSegment = =
_Interaction.GOLD,
BL Number = = 1, BL IxnWaitTime > 1) ;
then
System.out.println (“Rule : PriorityCalculatorGold worked”);
System.out.println (“IxnType : “ + ixn. getInteractionType ( ));
System.out.println (“IxnSubType : “ + ixn.getInteractionSubtype ( ));
System.out.println (“CustSegment : “ + ixn.getCustomerSegment
( ));
System.out.println (“ BL : “ + ixn.getBL_Number ( )) ;
System.out.Println (: IxnWaitTime : “ + ixn.getBL_IxnWaitTime
( ));
Ixn.setBL_IxnPriority (Ixn.getBL_IxnPriority ( ) +3) ;
System.out.Println (’Changing Priority Gold: +3 : “ +
ixn.getBL_IxnPiority ( )) ;
/ / modify (ixn) ;
end
ステップ210では、RILを遂行するルール・ゲートウェイが、1つまたは複数のルールの実行において使用されるビジネス・オブジェクト・モデル(BOM)を生成する。BOMは、静的事実および動的事実とすることができる1組の事実である。BOMは、そのBOMをBREデータとして使用して実行すべき正しいビジネス・ルールを含むルール・アプリケーションの一部である。
Claims (10)
- ルーティングされるのを待っているイベントを管理する対話サーバと、
前記イベントをルーティングするルーティング・サーバと、
ルール・エンジンと、
ルール呼出し論理を実行し、前記ルール・エンジンと対話するゲートウェイ・サーバと
を含む、コンタクト・センタ内で通信イベントを処理するシステムであって、
前記対話サーバは、着信イベントを追跡し、特殊ルーティング・オブジェクトを含むルーティング要求を開始し、前記ルーティング・サーバに送信し、ビジネス・ルールへの適合を要求するイベントごとに、前記ルーティング・オブジェクトを実行する前記ルーティング・サーバは、実行要求を前記ゲートウェイ・サーバに送信し、前記ゲートウェイ・サーバは、前記要求の受信時に、ビジネス・オブジェクト・モデル(BOM)を準備し、前記BOMは、1組の事実であって、前記ルーティング・サーバが前記イベントをルーティングするためのルーティング指示をもたらす、前記ルール・エンジンが前記事実に適切なルールをそれに基づいて実行する1組の事実である
ことを特徴とするシステム。 - ネットワークは、コンピュータ電話統合プロセッサによって電話交換設備に統合されたローカル・エリア・ネットワーク(LAN)である、請求項1に記載のシステム。
- 前記LANは、広域ネットワーク(WAN)に接続される、請求項2に記載のシステム。
- 前記WANは、インターネット・ネットワークである、請求項3に記載のシステム。
- 対話イベントは、電話呼、voice over Internet protocol呼、電子メール、テキスト・メッセージ、または対話チャット要求のうちの1つまたは混合物を表す、請求項1に記載のシステム。
- 前記ゲートウェイ・サーバは、前記ビジネス・オブジェクト・モデルを構築するための事実を収集するためにコンタクト・センタ構成サーバおよびコンタクト・センタ統計サーバへのネットワーク・アクセスを有する、請求項1に記載のシステム。
- コンタクト・センタ内で対話イベントをルーティングする方法であって、
(a)抽象マークアップ言語を使用して対話サーバ内で前記対話イベントを表すステップと、
(b)前記イベントを処理するルーティング戦略を要求するステップと、
(c)ルーティング・オブジェクトをルーティング・サーバに送信するステップであって、前記ルーティング・サーバは、前記ルーティング・オブジェクトを実行する時に、要求をゲートウェイ・サーバに送信する、ステップと、
(d)前記ゲートウェイ・サーバで、前記要求に応答して、前記対話イベントに関連する1組の事実およびコンタクト・センタ状態情報を表すビジネス・オブジェクト・モデルを作成するステップと、
(e)前記ビジネス・オブジェクト・モデルをルール実行用のデータとして使用して1つまたは複数のビジネス・ルールを実行するためにビジネス・ルール・エンジンを開始するステップと、
(f)ルール実行の結果を前記ルーティング戦略に返すステップと
を含む方法。 - ステップ(a)で、対話タイプは、電話呼、voice over Internet protocol呼、電子メール、テキスト・メッセージ、または対話チャット要求のうちの1つである、請求項7に記載の方法。
- ステップ(e)で、前記ビジネス・ルールは、ビジネス・オブジェクト・モデル属性に基づいて動的に生成され、実行される、請求項7に記載の方法。
- ステップ(f)で、前記結果は、対話ルーティング戦略に適用される1つまたは複数の状況変化をもたらす、前記ビジネス・オブジェクト・モデルに対する1つまたは複数の変更を含む、請求項7に記載の方法。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/339,988 US8654963B2 (en) | 2008-12-19 | 2008-12-19 | Method and system for integrating an interaction management system with a business rules management system |
| US12/339,988 | 2008-12-19 | ||
| PCT/US2009/067441 WO2010080323A2 (en) | 2008-12-19 | 2009-12-10 | Method and system for integrating an interaction management system with a business rules management system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2012513165A true JP2012513165A (ja) | 2012-06-07 |
| JP5616357B2 JP5616357B2 (ja) | 2014-10-29 |
Family
ID=42266128
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2011542265A Active JP5616357B2 (ja) | 2008-12-19 | 2009-12-10 | 対話管理システムをビジネス・ルール管理システムと統合する方法およびシステム |
Country Status (6)
| Country | Link |
|---|---|
| US (5) | US8654963B2 (ja) |
| EP (1) | EP2380340A4 (ja) |
| JP (1) | JP5616357B2 (ja) |
| KR (1) | KR101263224B1 (ja) |
| CN (1) | CN102257800B (ja) |
| WO (1) | WO2010080323A2 (ja) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9538010B2 (en) | 2008-12-19 | 2017-01-03 | Genesys Telecommunications Laboratories, Inc. | Method and system for integrating an interaction management system with a business rules management system |
| US9542936B2 (en) | 2012-12-29 | 2017-01-10 | Genesys Telecommunications Laboratories, Inc. | Fast out-of-vocabulary search in automatic speech recognition systems |
| US9912816B2 (en) | 2012-11-29 | 2018-03-06 | Genesys Telecommunications Laboratories, Inc. | Workload distribution with resource awareness |
| US9992336B2 (en) | 2009-07-13 | 2018-06-05 | Genesys Telecommunications Laboratories, Inc. | System for analyzing interactions and reporting analytic results to human operated and system interfaces in real time |
Families Citing this family (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2462800A (en) * | 2008-06-20 | 2010-02-24 | New Voice Media Ltd | Monitoring a conversation between an agent and a customer and performing real time analytics on the audio signal for determining future handling of the call |
| US9501329B2 (en) * | 2009-05-08 | 2016-11-22 | Rackspace Us, Inc. | Methods and systems for cloud computing management |
| US9992334B2 (en) * | 2011-10-13 | 2018-06-05 | Nuance Communications, Inc. | Multi-modal customer care system |
| CN103544429B (zh) * | 2012-07-12 | 2016-12-21 | 中国银联股份有限公司 | 用于安全性信息交互的异常检测装置及方法 |
| US20140143018A1 (en) * | 2012-11-21 | 2014-05-22 | Verint Americas Inc. | Predictive Modeling from Customer Interaction Analysis |
| US8767947B1 (en) * | 2012-11-29 | 2014-07-01 | Genesys Telecommunications Laboratories, Inc. | System and method for testing and deploying rules |
| US20140337072A1 (en) * | 2013-05-13 | 2014-11-13 | Genesys Telecommunications Laboratories, Inc. | Actionable workflow based on interaction analytics analysis |
| US20150095106A1 (en) * | 2013-09-30 | 2015-04-02 | Emc Corporation | Customer Relationship Management (CRM) System Having a Rules Engine for Processing Sales Program Rules |
| US11489962B2 (en) | 2015-01-06 | 2022-11-01 | Cyara Solutions Pty Ltd | System and methods for automated customer response system mapping and duplication |
| US10291776B2 (en) * | 2015-01-06 | 2019-05-14 | Cyara Solutions Pty Ltd | Interactive voice response system crawler |
| US9906482B2 (en) * | 2015-05-13 | 2018-02-27 | The Travelers Indemnity Company | Predictive electronic message management systems and controllers |
| US10535002B2 (en) | 2016-02-26 | 2020-01-14 | International Business Machines Corporation | Event resolution as a dynamic service |
| US10650621B1 (en) | 2016-09-13 | 2020-05-12 | Iocurrents, Inc. | Interfacing with a vehicular controller area network |
| US10326881B2 (en) * | 2016-09-28 | 2019-06-18 | ZOOM International a.s. | Automated scheduling of contact center agents using real-time analytics |
| US10003691B1 (en) * | 2016-12-19 | 2018-06-19 | Amazon Technologies, Inc. | On-demand generation of a contact center |
| US10038788B1 (en) * | 2017-05-09 | 2018-07-31 | Oracle International Corporation | Self-learning adaptive routing system |
| US11121986B2 (en) | 2019-08-01 | 2021-09-14 | International Business Machines Corporation | Generating process flow models using unstructure conversation bots |
| CN111984247B (zh) * | 2020-09-11 | 2024-08-16 | 得到(天津)文化传播有限公司 | 一种业务处理方法、装置和电子设备 |
| CN112583706A (zh) * | 2020-12-15 | 2021-03-30 | 深圳创维数字技术有限公司 | 网关业务处理方法、网关、接收端、系统以及存储介质 |
| TWI769773B (zh) * | 2021-04-06 | 2022-07-01 | 鼎新電腦股份有限公司 | 業務流程管理系統及業務流程管理方法 |
| CN114201294B (zh) * | 2021-12-08 | 2025-07-15 | 北京百度网讯科技有限公司 | 一种任务处理方法、装置、系统、电子设备及存储介质 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005012781A (ja) * | 2003-06-05 | 2005-01-13 | Genesys Telecommunications Lab Inc | マルチメディア通信ネットワークにおいてエージェントおよびシステムが利用できる技能の自動化された及びリアルタイムの発見を可能にする方法およびシステム |
| JP2005504452A (ja) * | 2001-01-30 | 2005-02-10 | ニュアシス コーポレイション | デジタルマルチメディアコンタクトセンター |
Family Cites Families (64)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4852180A (en) | 1987-04-03 | 1989-07-25 | American Telephone And Telegraph Company, At&T Bell Laboratories | Speech recognition by acoustic/phonetic system and technique |
| US5625748A (en) | 1994-04-18 | 1997-04-29 | Bbn Corporation | Topic discriminator using posterior probability or confidence scores |
| GB9620082D0 (en) | 1996-09-26 | 1996-11-13 | Eyretel Ltd | Signal monitoring apparatus |
| US6212178B1 (en) * | 1998-09-11 | 2001-04-03 | Genesys Telecommunication Laboratories, Inc. | Method and apparatus for selectively presenting media-options to clients of a multimedia call center |
| US6332154B2 (en) * | 1998-09-11 | 2001-12-18 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for providing media-independent self-help modules within a multimedia communication-center customer interface |
| WO2000033238A2 (en) | 1998-11-30 | 2000-06-08 | Siebel Systems, Inc. | Assignment manager |
| US6678658B1 (en) | 1999-07-09 | 2004-01-13 | The Regents Of The University Of California | Speech processing using conditional observable maximum likelihood continuity mapping |
| US6594629B1 (en) | 1999-08-06 | 2003-07-15 | International Business Machines Corporation | Methods and apparatus for audio-visual speech detection and recognition |
| US6275806B1 (en) | 1999-08-31 | 2001-08-14 | Andersen Consulting, Llp | System method and article of manufacture for detecting emotion in voice signals by utilizing statistics for voice signal parameters |
| US6363346B1 (en) | 1999-12-22 | 2002-03-26 | Ncr Corporation | Call distribution system inferring mental or physiological state |
| GB9930720D0 (en) | 1999-12-29 | 2000-02-16 | Ibm | Call centre agent automated assistance |
| US6724887B1 (en) | 2000-01-24 | 2004-04-20 | Verint Systems, Inc. | Method and system for analyzing customer communications with a contact center |
| US6542602B1 (en) | 2000-02-14 | 2003-04-01 | Nice Systems Ltd. | Telephone call monitoring system |
| US7065493B1 (en) * | 2000-04-06 | 2006-06-20 | International Business Machines Corporation | Workflow system and method |
| US6308154B1 (en) | 2000-04-13 | 2001-10-23 | Rockwell Electronic Commerce Corp. | Method of natural language communication using a mark-up language |
| US20020112055A1 (en) * | 2001-02-12 | 2002-08-15 | Karen Capers | Integrated communication server and method |
| US6687671B2 (en) | 2001-03-13 | 2004-02-03 | Sony Corporation | Method and apparatus for automatic collection and summarization of meeting information |
| US6895083B1 (en) | 2001-05-02 | 2005-05-17 | Verizon Corporate Services Group Inc. | System and method for maximum benefit routing |
| DE10127852A1 (de) | 2001-06-08 | 2002-12-12 | Mende Speech Solutions Gmbh & | Verfahren zur Erkennung von Sprachinformationen |
| US20030088403A1 (en) | 2001-10-23 | 2003-05-08 | Chan Norman C | Call classification by automatic recognition of speech |
| US7092888B1 (en) | 2001-10-26 | 2006-08-15 | Verizon Corporate Services Group Inc. | Unsupervised training in natural language call routing |
| US7219138B2 (en) | 2002-01-31 | 2007-05-15 | Witness Systems, Inc. | Method, apparatus, and system for capturing data exchanged between a server and a user |
| US20030212821A1 (en) * | 2002-05-13 | 2003-11-13 | Kiyon, Inc. | System and method for routing packets in a wired or wireless network |
| US7340410B1 (en) * | 2002-06-13 | 2008-03-04 | Xilinx, Inc. | Sales force automation |
| US20040006481A1 (en) | 2002-07-03 | 2004-01-08 | Daniel Kiecza | Fast transcription of speech |
| US6959080B2 (en) | 2002-09-27 | 2005-10-25 | Rockwell Electronic Commerce Technologies, Llc | Method selecting actions or phases for an agent by analyzing conversation content and emotional inflection |
| US7487094B1 (en) | 2003-06-20 | 2009-02-03 | Utopy, Inc. | System and method of call classification with context modeling based on composite words |
| US8612272B1 (en) | 2006-06-05 | 2013-12-17 | Turgut Aykin | System and method for skills-based staffing and scheduling |
| US7519626B2 (en) | 2004-04-21 | 2009-04-14 | Nortel Networks Limited | Management of contacts in a network of contact centers |
| US7940897B2 (en) | 2005-06-24 | 2011-05-10 | American Express Travel Related Services Company, Inc. | Word recognition system and method for customer and employee assessment |
| US8583466B2 (en) | 2005-08-09 | 2013-11-12 | Oracle International Corporation | System and method for routing workflow items based on workflow templates in a call center |
| US20070198330A1 (en) | 2006-02-22 | 2007-08-23 | Shmuel Korenblit | Integrated contact center systems for facilitating contact center coaching |
| US8112298B2 (en) | 2006-02-22 | 2012-02-07 | Verint Americas, Inc. | Systems and methods for workforce optimization |
| US7734783B1 (en) | 2006-03-21 | 2010-06-08 | Verint Americas Inc. | Systems and methods for determining allocations for distributed multi-site contact centers |
| US20080120164A1 (en) | 2006-11-17 | 2008-05-22 | Avaya Technology Llc | Contact center agent work awareness algorithm |
| US10115171B2 (en) | 2007-07-10 | 2018-10-30 | Cerner Innovation, Inc. | Medication related task notification system |
| US8804941B2 (en) | 2007-07-13 | 2014-08-12 | Plumchoice, Inc. | Systems and methods for hybrid delivery of remote and local technical support via a centralized service |
| US20090043634A1 (en) | 2007-08-06 | 2009-02-12 | Siemens Medical Solutions Usa, Inc. | Worker Adaptive Task management and Workflow System |
| US8275110B2 (en) | 2007-09-28 | 2012-09-25 | Ringcentral, Inc. | Active call filtering, screening and dispatching |
| US10540616B2 (en) | 2008-02-11 | 2020-01-21 | Clearshift Corporation | Trust level based task assignment in an online work management system |
| US8295462B2 (en) | 2008-03-08 | 2012-10-23 | International Business Machines Corporation | Alerting a participant when a topic of interest is being discussed and/or a speaker of interest is speaking during a conference call |
| GB2462800A (en) | 2008-06-20 | 2010-02-24 | New Voice Media Ltd | Monitoring a conversation between an agent and a customer and performing real time analytics on the audio signal for determining future handling of the call |
| WO2009158581A2 (en) | 2008-06-27 | 2009-12-30 | Adpassage, Inc. | System and method for spoken topic or criterion recognition in digital media and contextual advertising |
| US20100107165A1 (en) | 2008-10-24 | 2010-04-29 | Oskari Koskimies | Method, system, and apparatus for process management |
| US8654963B2 (en) | 2008-12-19 | 2014-02-18 | Genesys Telecommunications Laboratories, Inc. | Method and system for integrating an interaction management system with a business rules management system |
| US8315370B2 (en) | 2008-12-29 | 2012-11-20 | Genesys Telecommunications Laboratories, Inc. | System for scheduling routing rules in a contact center based on forcasted and actual interaction load and staffing requirements |
| US8537980B2 (en) | 2009-03-27 | 2013-09-17 | Verizon Patent And Licensing Inc. | Conversation support |
| US8964958B2 (en) | 2009-05-20 | 2015-02-24 | Avaya Inc. | Grid-based contact center |
| US8463606B2 (en) | 2009-07-13 | 2013-06-11 | Genesys Telecommunications Laboratories, Inc. | System for analyzing interactions and reporting analytic results to human-operated and system interfaces in real time |
| US8644491B2 (en) | 2009-08-21 | 2014-02-04 | Avaya Inc. | Mechanism for multisite service state description |
| US20110153378A1 (en) | 2009-12-18 | 2011-06-23 | Nortel Networks Limited | Methods and Systems for Managing Customer Contacts in a Contact Center |
| US20110255682A1 (en) | 2010-04-14 | 2011-10-20 | Avaya Inc. | High performance queueless contact center |
| US8634543B2 (en) | 2010-04-14 | 2014-01-21 | Avaya Inc. | One-to-one matching in a contact center |
| US20120227044A1 (en) | 2011-03-03 | 2012-09-06 | Tata Consultancy Services Limited | Automated workflow manager |
| US8718267B2 (en) | 2011-09-30 | 2014-05-06 | Avaya Inc. | Analytics feedback and routing |
| US20130179208A1 (en) | 2012-01-11 | 2013-07-11 | Microsoft Corporation | Workflow tasks |
| US20130254139A1 (en) | 2012-03-21 | 2013-09-26 | Xiaoguang Lei | Systems and methods for building a universal intelligent assistant with learning capabilities |
| US8718269B2 (en) | 2012-09-20 | 2014-05-06 | Avaya Inc. | Risks for waiting for well-matched |
| US8767947B1 (en) | 2012-11-29 | 2014-07-01 | Genesys Telecommunications Laboratories, Inc. | System and method for testing and deploying rules |
| US9912816B2 (en) | 2012-11-29 | 2018-03-06 | Genesys Telecommunications Laboratories, Inc. | Workload distribution with resource awareness |
| US20140278640A1 (en) | 2013-03-15 | 2014-09-18 | Companyons, Inc. | Business workflow management systems and methods |
| US20140337072A1 (en) | 2013-05-13 | 2014-11-13 | Genesys Telecommunications Laboratories, Inc. | Actionable workflow based on interaction analytics analysis |
| US9798525B2 (en) | 2013-09-20 | 2017-10-24 | Oracle International Corporation | Method and system for implementing an action command engine |
| US9262213B1 (en) | 2013-09-30 | 2016-02-16 | Juniper Networks, Inc. | Dynamic suggestion of next task based on task navigation information |
-
2008
- 2008-12-19 US US12/339,988 patent/US8654963B2/en active Active
-
2009
- 2009-12-10 JP JP2011542265A patent/JP5616357B2/ja active Active
- 2009-12-10 EP EP09801338.6A patent/EP2380340A4/en active Pending
- 2009-12-10 CN CN200980151195.7A patent/CN102257800B/zh active Active
- 2009-12-10 KR KR1020117014074A patent/KR101263224B1/ko active Active
- 2009-12-10 WO PCT/US2009/067441 patent/WO2010080323A2/en not_active Ceased
-
2014
- 2014-01-07 US US14/149,789 patent/US9083802B2/en active Active
-
2015
- 2015-07-10 US US14/796,899 patent/US9538010B2/en active Active
-
2017
- 2017-01-03 US US15/397,661 patent/US9924038B2/en active Active
-
2018
- 2018-02-08 US US15/892,364 patent/US10250750B2/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005504452A (ja) * | 2001-01-30 | 2005-02-10 | ニュアシス コーポレイション | デジタルマルチメディアコンタクトセンター |
| JP2005012781A (ja) * | 2003-06-05 | 2005-01-13 | Genesys Telecommunications Lab Inc | マルチメディア通信ネットワークにおいてエージェントおよびシステムが利用できる技能の自動化された及びリアルタイムの発見を可能にする方法およびシステム |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9538010B2 (en) | 2008-12-19 | 2017-01-03 | Genesys Telecommunications Laboratories, Inc. | Method and system for integrating an interaction management system with a business rules management system |
| US9924038B2 (en) | 2008-12-19 | 2018-03-20 | Genesys Telecommunications Laboratories, Inc. | Method and system for integrating an interaction management system with a business rules management system |
| US10250750B2 (en) | 2008-12-19 | 2019-04-02 | Genesys Telecommunications Laboratories, Inc. | Method and system for integrating an interaction management system with a business rules management system |
| US9992336B2 (en) | 2009-07-13 | 2018-06-05 | Genesys Telecommunications Laboratories, Inc. | System for analyzing interactions and reporting analytic results to human operated and system interfaces in real time |
| US9912816B2 (en) | 2012-11-29 | 2018-03-06 | Genesys Telecommunications Laboratories, Inc. | Workload distribution with resource awareness |
| US10298766B2 (en) | 2012-11-29 | 2019-05-21 | Genesys Telecommunications Laboratories, Inc. | Workload distribution with resource awareness |
| US9542936B2 (en) | 2012-12-29 | 2017-01-10 | Genesys Telecommunications Laboratories, Inc. | Fast out-of-vocabulary search in automatic speech recognition systems |
| US10290301B2 (en) | 2012-12-29 | 2019-05-14 | Genesys Telecommunications Laboratories, Inc. | Fast out-of-vocabulary search in automatic speech recognition systems |
Also Published As
| Publication number | Publication date |
|---|---|
| US20140119535A1 (en) | 2014-05-01 |
| US20180167509A1 (en) | 2018-06-14 |
| US9924038B2 (en) | 2018-03-20 |
| JP5616357B2 (ja) | 2014-10-29 |
| US8654963B2 (en) | 2014-02-18 |
| KR20110097853A (ko) | 2011-08-31 |
| CN102257800A (zh) | 2011-11-23 |
| KR101263224B1 (ko) | 2013-05-13 |
| WO2010080323A3 (en) | 2010-10-14 |
| US20170118343A1 (en) | 2017-04-27 |
| US9083802B2 (en) | 2015-07-14 |
| US9538010B2 (en) | 2017-01-03 |
| EP2380340A4 (en) | 2016-08-03 |
| US20150312415A1 (en) | 2015-10-29 |
| CN102257800B (zh) | 2015-03-04 |
| WO2010080323A2 (en) | 2010-07-15 |
| US20100158239A1 (en) | 2010-06-24 |
| EP2380340A2 (en) | 2011-10-26 |
| US10250750B2 (en) | 2019-04-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5616357B2 (ja) | 対話管理システムをビジネス・ルール管理システムと統合する方法およびシステム | |
| US9008075B2 (en) | System and methods for improving interaction routing performance | |
| US7693274B2 (en) | System and method for return to agents during a contact center session | |
| JP5622753B2 (ja) | 1つまたは複数の仮想コンタクトセンタによって使用するための物理コンタクトセンタリソースの1つまたは複数のセットの仮想化 | |
| JPH10313362A (ja) | ハイパーテキストネットワークを介してテレマーケティングを行うためのサーバ、システムおよび方法 | |
| US20210136198A1 (en) | Capacity manager for multi-dimensional presence model to manage call-center agent load | |
| US20210117906A1 (en) | Systems and methods for workforce management system deployment | |
| US10887463B1 (en) | Method of using multi-dimensional presence model to manage call-center agent load | |
| US20240250921A1 (en) | Low-code message-driven collaboration among and with virtual agents | |
| US10868914B1 (en) | Capacity manager for multi-dimensional presence model to manage call-center agent load | |
| US20210136223A1 (en) | Visual-based programming for self-service workflow |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20120713 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20121228 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130124 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20130424 |
|
| A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20130502 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130724 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140123 |
|
| A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20140423 |
|
| A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20140501 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140723 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140812 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140911 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5616357 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |