IP Library Granted Patent US 10,270,908
Granted Patent B2
US 10,270,908 · App. 15/289,932 · Granted Apr 23, 2019

Visual interactive voice response system

Inventors: Praphul Kumar (Falls Church, VA); Scott Kolman (San Jose, CA); Andrea Friio (Layfayette, CA); Yochai Konig (San Francisco, CA)
H04M3/4938H04L65/1063H04M2203/253
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,270,908
App. No.
15/289,932
Granted
Apr 23, 2019
Kind
B2
Abstract

A request is received from a communications device to execute an interaction site. A request is transmitted to the automated response system. First instructions that provide one or more steps of the multi-step communication flow between the communications device and the automated response system are received from the automated response system. In response to determining that the request is for the voice-interaction with the interaction site, second instructions that provide the one or more steps through a voice interaction with a user of the communications device are determined and transmitted to the communications device. In response to determining that the request is for the visual-interaction with the interaction site, third instructions that provide the one or more steps through a visual interaction with the user of the communications device are determined and transmitted to the communications device.

Claims (64)

1. A computer-implemented method, comprising:

receiving, by a server and from a communications device, a request for interaction;

identifying, by the server, a common interaction flow document including first instructions that, when executed, provide one or more steps of a multi-step communication flow between the communications device and an automated response module, wherein the common interaction flow document is for handling interactions received over different channels including voice interactions and visual interactions;

determining, by the server, whether the interaction is for a voice-interaction or a visual-interaction

in response to determining that the interaction is for the voice-interaction:

retrieving the common interaction flow document;

translating, by the server, the first instructions into second instructions, wherein the second instructions, when executed by the communications device, provide the one or more steps through a voice interaction with a user of the communications device; and

transmitting, from the server and to the communications device, the second instructions; and

in response to determining that the interaction is for the visual-interaction:

retrieving the common interaction flow document;

translating, by the server, the first instructions into third instructions, wherein the third instructions, when executed by the communications device, provide the one or more steps through a visual interaction with the user of the communications device; and

transmitting, from the server and to the communications device, the third instructions.

2. The method of claim 1 , wherein the request for interaction indicates whether the request from the communications device is for the voice-interaction or the visual-interaction.

3. The method of claim 1 , wherein determining whether the request from the communications device is for the voice-interaction or the visual-interaction comprises:

determining whether the request is received from a voice channel or a data channel;

in response to determining that the request is received from the voice channel, determining that the request is for the voice-interaction; and

in response to determining that the request is received from the data channel, determining that the request is for the visual-interaction.

4. The method of claim 1 , wherein determining whether the request from the communications device is for the voice-interaction or the visual-interaction comprises:

determining that the request is based on hypertext markup language (HTML); and

in response to determining that the request is based on HTML, determining that the request from the communications device is for the visual-interaction.

5. The method of claim 1 , further comprising storing data representing a communication between the communications device and the automated response system, the data including an indication of whether the communication is visual.

6. The method of claim 1 further comprising retrieving, by the server, one or more interaction pages in response to the request, wherein each interaction page represents a respective step of the multi-step communication flow, and wherein the one or more interaction pages are configured by a user of a content provider device through interactions with a development interface to include values for (i) one or more parameters associated with the voice-interaction, (ii) one or more parameters associated with the visual-interaction, and (iii) one or more parameters associated with both the voice-interaction and the visual-interaction.

7. The method of claim 6 , wherein the second instructions do not include instructions generated using the values for the one or more parameters associated with the visual-interaction, and wherein the third instructions do not include instructions generated using the values for the one or more parameters associated with the voice-interaction.

8. The method of claim 1 , wherein the first instructions are based on state chart extensible markup language (SCXML), wherein the second instructions are based on voice extensible markup language (VoiceXML), and wherein the third instructions are based on HTML5.

9. The method of claim 1 , wherein the first instructions and the second instructions are based on VoiceXML, and wherein the third instructions are based on HTML5.

10. The method of claim 1 , wherein the automated response system is an interactive voice response system.

11. A system, comprising:

one or more processors and one or more non-transitory computer-readable storage devices storing instructions that when executed by the one or more processors cause the one or more processors to respectively perform operations comprising:

receiving, from a communications device, a request for interaction;

identifying a common interaction flow document including first instructions that, when executed, provide one or more steps of a multi-step communication flow between the communications device and an automated response module, wherein the common interaction flow document is for handling interactions received over different channels including voice interactions and visual interactions;

determining whether the interaction is for a voice-interaction or a visual-interaction;

in response to determining that the interaction is for the voice-interaction:

retrieving the common interaction flow document;

translating the first instructions into second instructions wherein the second instructions, when executed by the communications device, provide the one or more steps through a voice interaction with a user of the communications device; and

transmitting, to the communications device, the second instructions; and

in response to determining that the interaction is for the visual-interaction with the interaction site:

retrieving the common interaction flow document;

translating the first instructions into third instructions, wherein the third instructions, when executed by the communications device, provide the one or more steps through a visual interaction with the user of the communications device; and

transmitting, to the communications device, the third instructions.

12. The system of claim 11 , wherein the request for interaction indicates whether the request from the communications device is for the voice-interaction or the visual-interaction.

13. The system of claim 11 , wherein determining whether the request from the communications device is for the voice-interaction or the visual-interaction-comprises:

determining whether the request is received from a voice channel or a data channel;

in response to determining that the request is received from the voice channel, determining that the request is for the voice-interaction; and

in response to determining that the request is received from the data channel, determining that the request is for the visual-interaction.

14. The system of claim 11 , wherein determining whether the request from the communications device is for the voice-interaction or the visual-interaction comprises:

determining that the request is based on hypertext markup language (HTML); and

in response to determining that the request is based on HTML, determining that the request from the communications device is for the visual-interaction.

15. The system of claim 11 , wherein the operations further comprise storing data representing a communication between the communications device and the automated response system, the data including an indication of whether the communication is visual.

16. The system of claim 11 , wherein the operations further comprise retrieving one or more interaction pages in response to the request, wherein each interaction page represents a respective step of the multi-step communication flow, and wherein the one or more interaction pages are configured by a user of a content provider device through interactions with a development interface to include values for (i) one or more parameters associated with the voice-interaction, (ii) one or more parameters associated with the visual-interaction, and (iii) one or more parameters associated with both the voice-interaction and the visual-interaction.

17. The system of claim 16 , wherein the second instructions do not include instructions generated using the values for the one or more parameters associated with the visual-interaction, and wherein the third instructions do not include instructions generated using the values for the one or more parameters associated with the voice-interaction.

18. The system of claim 11 , wherein the first instructions are based on state chart extensible markup language (SCXML), wherein the second instructions are based on voice extensible markup language (VoiceXML), and wherein the third instructions are based on HTML5.

19. The system of claim 11 , wherein the first instructions and the second instructions are based on VoiceXML, and wherein the third instructions are based on HTML5.

20. A non-transitory computer-readable storage device storing instructions that when executed by one or more processors, cause the one or more processors to perform operations comprising:

receiving, from a communications device, a request for interaction;

identifying a common interaction flow document including first instructions that, when executed, provide one or more steps of a multi-step communication flow between the communications device and an automated response module, wherein the common interaction flow document is for handling interactions received over different channels including voice interactions and visual interactions;

determining whether the interaction is for a voice-interaction or a visual-interaction;

in response to determining that the interaction is for the voice-interaction:

retrieving the common interaction flow document;

translating the first instructions into second instructions, wherein the second instructions, when executed by the communications device, provide the one or more steps through a voice interaction with a user of the communications device; and

transmitting, to the communications device, the second instructions; and

in response to determining that the interaction is for the visual-interaction:

retrieving the common interaction flow document;

translating the first instructions into third instructions wherein the third instructions, when executed by the communications device, provide the one or more steps through a visual interaction with the user of the communications device; and

transmitting, to the communications device, the third instructions.

Assignments (5)
NOTICE OF SUCCESSION OF SECURITY INTERESTS AT REEL/FRAME 040815/0001 Recorded Feb 3, 2025
From: BANK OF AMERICA, N.A., AS RESIGNING AGENT
To: GOLDMAN SACHS BANK USA, AS SUCCESSOR AGENT
Reel/Frame 070498/0001 →
CHANGE OF NAME Recorded May 13, 2024
From: GENESYS TELECOMMUNICATIONS LABORATORIES, INC.
To: GENESYS CLOUD SERVICES, INC.
Reel/Frame 067391/0093 →
SECURITY AGREEMENT Recorded Dec 5, 2016
From: GENESYS TELECOMMUNICATIONS LABORATORIES, INC., AS GRANTOR; ECHOPASS CORPORATION; INTERACTIVE INTELLIGENCE GROUP, INC.; BAY BRIDGE DECISION TECHNOLOGIES, INC.
To: BANK OF AMERICA, N.A., AS COLLATERAL AGENT
Reel/Frame 040815/0001 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 2, 2016
From: KUMAR, PRAPHUL; KOLMAN, SCOTT; FRIIO, ANDREA; KONIG, YOCHAI
To: ANGEL.COM INCORPORATED
Reel/Frame 040201/0714 →
MERGER Recorded Nov 2, 2016
From: ANGEL.COM INCORPORATED
To: GENESYS TELECOMMUNICATIONS LABORATORIES, INC.
Reel/Frame 040201/0728 →
Continuity (2)
Continuation 14683894 · Apr 10, 2015
Related Publication 20170118337A1 · Apr 27, 2017