Embodiments of the subject matter described herein relate generally to database systems, and more particularly, to methods and systems that support dynamic graphical user interface updates responsive to conversational interactions with a database system.
Modern software development is evolving away from the client-server model toward network-based processing systems that provide access to data and services via the Internet or other networks. In contrast to traditional systems that host networked applications on dedicated server hardware, a “cloud” computing model allows applications to be provided over the network “as a service” or “on-demand” by an infrastructure provider. The infrastructure provider typically abstracts the underlying hardware and other resources used to deliver a customer-developed application so that the customer no longer needs to operate and support dedicated server hardware. The cloud computing model can often provide substantial cost savings to the customer over the life of the application because the customer no longer needs to provide dedicated network infrastructure, electrical and temperature controls, physical security and other logistics in support of dedicated server hardware.
Developments in artificial intelligence and computational linguistics have enabled conversational interactions with users as an alternative to conventional human machine interfaces or graphical user interfaces that many users may find more accessible or otherwise preferable to navigating a complex sequence of menus or other graphical user interface displays using conventional interfaces, which can be difficult and time-consuming for users who are relatively inexperienced or otherwise unfamiliar with the software platform(s). Thus, many applications increasingly incorporate so-called “chatbots,” virtual assistants, or other software agents to support interfacing with users in a manner that attempts to reduce the burden on the user by using natural language processing. However, such conversational software agents are often implemented in isolation, which often requires additional user interaction outside of the conversation to achieve a user's objective. Accordingly, it is desirable to provide methods and systems that supplementally respond to conversational interaction in automated manner to reduce the time and effort required by individual users.
A more complete understanding of the subject matter may be derived by referring to the detailed description and claims when considered in conjunction with the following figures, wherein like reference numbers refer to similar elements throughout the figures.
Embodiments of the subject matter described herein generally relate to methods and systems for dynamically updating graphical user interface (GUI) displays responsive to conversational user interactions with a database system. Depending on the embodiment, the conversational user input may be realized as an unconstrained string or combination of words provided in a free-form or unstructured manner using natural language rather than a predefined syntax, or the conversational user input may be otherwise received in the context of a conversational interaction with a database system. The content or payload of a conversational user input may be parsed or otherwise analyzed to identify the relevant component of the database system to which the user input is directed, an action that is desired to be performed with respect to that component and/or other aspects associated with the database component or action (e.g., attributes, fields, prerequisites, etc.).
As described in greater detail below, in exemplary embodiments, for each conversational interaction with a user of a client device, a corresponding log of the conversation is created in a database that maintains an association between the conversation session and the constituent messages of the conversation. In response to receiving a conversational user input, a corresponding message entry is created in the conversation log (or message bus) that includes or otherwise maintains the payload of the conversational user input in association with the conversation session. In some embodiments, one or more workflow rules are applied to determine whether or not to tag, mark, encode, or otherwise designate the newly created message entry as corresponding to a platform event.
A message brokering application or software agent, alternatively referred to herein as a message broker, continually monitors the conversation log associated with an active conversation to identify new message. In response to identifying a new message, the message broker queries the database to obtain the payload of the message and then parses or otherwise analyzes the payload of the message to identify the relevant database component(s), action(s), attribute(s), field(s), and the like that were included in the conversational user input. Thereafter, the message broker generates one or more query statements and then queries a database in accordance with the message payload (e.g., by querying for instances of an identified type of database object having associated attributes or fields matching those attributes or fields provided in the conversational user input). The message broker may also invoke or otherwise perform one or more actions indicated by the conversational user input on the data obtained as a result of the querying. Thereafter, the resulting data is utilized to generate or otherwise provide one or more updated GUI displays (or update an existing GUI element previously presented thereon) on the client device in a manner that is responsive to or otherwise reflects the most recently received conversational user input in real-time. In some embodiments, the message broker only monitors for messages tagged as corresponding to platform events and only generates GUI updates in response to such platform event messages without taking action with respect to message entries that are not designated as platform events.
For example, in one or more exemplary embodiments, a chatbot component associated with a conversational GUI display presented at a client device utilizes natural language processing to analyze conversational user input and identify or otherwise determine an intent or objective of a user of the client device to perform an action with respect to a component of a database system (e.g., viewing instances of a database object, viewing or running a report summarizing instances of a database object, viewing or modifying fields of a database object, etc.). In response to identifying a desire to perform an action with respect to a database component, the chatbot component triggers a corresponding publish message flow in a database layer that pertains to that action. In this regard, when a user initiates or otherwise activates the chatbot component (e.g., by clicking on the chatbot button in a web page), that initiating event is utilized to generate a key or value (e.g., a combination of the user's email address and a cryptographic hash value) for managing the chatbot session in the database system. In the absence of the requisite user information for managing the chatbot session, the chatbot component may generate or trigger a GUI display or obtaining user information (e.g., email address, name, etc.) before enabling conversational interaction. The chatbot session key is then utilized to associate the chatbot GUI display with the underlying web page or GUI display from which the chatbot was initiated. In this regard, the GUI display may be automatically subscribed to the chatbot session upon creation of the chatbot session key. Thereafter, when the chatbot component determines the user intent to perform an action with respect to a database component, a corresponding publish message event is created in the database that maintains the association between the chatbot session key, the identified action and the related database component. In this regard, the publish message event may be added to a message bus that allows events to be added in a chronological order.
In exemplary embodiment, the chatbot component creates the publish message event using a custom bot message event or otherwise designates the publish message event as a bot message. A separate message broker component monitors the message bus or other component or layer of the database for bot message events and identifies or otherwise determines whether a bot message event is relevant to the current user of the client device using the chatbot session key. When a bot message event pertaining to a chatbot session that a GUI display is subscribed to is identified, the bot message event is translated or otherwise transformed into a GUI event that is published, provided or otherwise made available to the GUI display. In response, GUI components in the GUI display that are impacted by the GUI event perform the action dictated by the GUI event (e.g., refresh, hide, etc.), such that the background GUI display is dynamically updated in response to events identified from within the chatbot session. Thus, a GUI display that is underlying or adjacent to a chatbot GUI may dynamically update in response to conversational input received via the chatbot GUI in a manner that reflects the user objective or intent derived from the conversational input.
The server 102 generally represents a computing device, computing system or another combination of processing logic, circuitry, hardware, and/or other components configured to support the conversational interaction processes, tasks, operations, and/or functions described herein. In this regard, the server 102 includes a processing system 120, which may be implemented using any suitable processing system and/or device, such as, for example, one or more processors, central processing units (CPUs), controllers, microprocessors, microcontrollers, processing cores and/or other hardware computing resources configured to support the operation of the processing system 120 described herein. The processing system 120 may include or otherwise access a data storage element 122 (or memory) capable of storing programming instructions for execution by the processing system 120, that, when read and executed, cause processing system 120 to support the processes described herein. Depending on the embodiment, the memory 122 may be realized as a random-access memory (RAM), read only memory (ROM), flash memory, magnetic or optical mass storage, or any other suitable non-transitory short or long-term data storage or other computer-readable media, and/or any suitable combination thereof. In one or more embodiments, the programming instructions cause the processing system 120 to create, generate, or otherwise facilitate the application platform 124 that generates or otherwise provides instances of a virtual application at run-time (or “on-demand”) based at least in part upon code and other data that is stored or otherwise maintained by the database 104. Accordingly, for purposes of explanation but without limitation, the server 102 may alternatively be referred to herein as an application server 102.
In exemplary embodiments, the programming instructions also cause the processing system 120 to create, generate, or otherwise facilitate a conversational interaction engine 126 that supports the conversational interaction processes and related tasks, operations, and/or functions described herein. Depending on the embodiment, the conversational interaction engine 126 can be integrated with or otherwise incorporated as part of a virtual application, or be realized as a separate or standalone process, application programming interface (API), software agent, or the like that is capable of interacting with the client device 106 independent of the virtual application to perform actions in the database 104. As described in greater detail below, the conversational interaction engine 126 incorporates or otherwise references a vocabulary 128 of words, phrases, phonemes, or the like associated with a particular language that supports conversational interaction with the user of the client device 106. For example, the vocabulary 128 may be utilized by the conversational interaction engine 126 to provide speech recognition or otherwise parse and resolve text or other conversational input received by the conversational interaction engine 126, as well as generate or otherwise provide conversational output (e.g., text, audio, or the like) to the client device 106 for presentation to the user (e.g., in response to received conversational input). In the illustrated embodiment, the vocabulary data 128 is stored or otherwise maintained in memory 122, however, in alternative embodiments, the vocabulary data 128 may be stored or maintained in the database 104. For purposes of explanation but without limitation, the conversational interaction engine 126 may alternatively be referred to herein as a chatbot.
The client device 106 generally represents an electronic device coupled to the network 108 that may be utilized by a user to access the application platform 124 on the application server 102 to retrieve data from the database 104 via the network 108. In practice, the client device 106 can be realized as any sort of personal computer, mobile telephone, tablet or other network-enabled electronic device. In exemplary embodiments, the client device 106 includes a display device, such as a monitor, screen, or another conventional electronic display, capable of graphically presenting data and/or information provided by the application platform 124 along with a user input device, such as a touchscreen, a touch panel, a mouse, a joystick, a directional pad, a motion sensor, or the like, capable of receiving input from the user of the client device 106. The illustrated client device 106 executes or otherwise supports a client application 107 that communicates with the application platform 124 on the server 102 using a networking protocol. In some embodiments, the client application 107 is realized as a web browser or similar local client application executed by the client device 106 that contacts the application server 102 and/or application platform 124 using a networking protocol, such as the hypertext transport protocol (HTTP) or the like, to access or otherwise initiate an instance of a virtual application presented on the client device 106.
In exemplary embodiments, the database 104 stores or otherwise maintains data for integration with or invocation by a virtual application in objects organized in object tables 110. In this regard, the database 104 includes a plurality of different object tables 110 configured to store or otherwise maintain alphanumeric values, metadata, or other descriptive information that define a particular instance of a respective type of object associated with a respective object table 110. For example, the virtual application may support a number of different types of objects that may be incorporated into or otherwise depicted or manipulated by the virtual application, with each different type of object having a corresponding object table 110 that includes columns or fields corresponding to the different parameters or criteria that define a particular instance of that object.
In exemplary embodiments described herein, the database 104 stores or otherwise maintains application objects (e.g., an application object type) where the application object table 110 includes columns or fields corresponding to the different parameters or criteria that define a particular application capable of being generated or otherwise provided by the application platform 124 on a client device 106. In this regard, the database 104 may also store or maintain graphical user interface (GUI) objects that may be associated with or referenced by a particular application object and include columns or fields that define the layout, sequencing, and other characteristics of GUI displays to be presented by the application platform 124 on a client device 106 in conjunction with that application. Additionally, the database 104 stores or otherwise maintains additional database objects for association and/or integration with the application, which may include custom objects and/or standard objects, as described in greater detail below.
In exemplary embodiments, the database 104 also includes or otherwise maintains one or more validation tables 112 that include one or more validation rules or criteria associated with respective types of database object types that may be applied to entries in the various database object tables 110. A validation rule provides validation criteria for one or more fields (or columns) of a particular database object type, such as, minimum and/or maximum values for a particular field, a range of allowable values for the particular field, a set of allowable values for a particular field, or the like. Additionally, the validation rule may provide a default value to be assigned to a field (or column) of a particular database object table 110 when the value for that field of a particular record or entry in that database object table 110 does not satisfy the validation criteria for that field. In some embodiments, the validation rules associated with a particular database object type may identify or otherwise indicate required fields for that particular object.
Additionally, the database 104 stores or otherwise maintains metadata 114, which may be utilized to perform data manipulation and/or formatting. For example, the metadata 114 may include or define describe any number of workflows, process flows, formulas, business logic, structure and other database components or constructs that may be associated with a particular application database object. In this regard, in some embodiments, the metadata 114 may associated with a particular type of application or other database component may identify or otherwise indicate other database objects may be required for supporting the particular workflows, process flows, formulas, business logic, or other aspects of the logical structure of that application.
In various embodiments, the application platform 124 and/or the conversational interaction engine 126 receives or otherwise obtains a conversational input from a user of the client device 106 (e.g., via client application 107 and network 108) and parses the conversational input using the conversational vocabulary 128 to identify or otherwise discern a particular type of action that the user would like to perform with respect to a particular type of database object in the database. Based on the requested action and database object, the conversational interaction engine 126 accesses the database 104 to identify or otherwise determine what additional information or data may be required for performing the requested database action. For example, if the recognized database action is viewing instances of a particular type of object, the conversational interaction engine 126 accesses the metadata 114 and/or validation rules 112 associated with that particular type of object to identify any fields, attributes, or the like that may be utilized to further filter or refine the view for that particular type of object.
As described in greater detail below in the context of
In exemplary embodiments, the programming instructions stored or maintained in memory 122 also cause the processing system 120 to create, generate, or otherwise facilitate a message translating application 132 (or message translator) that is configured to translate or otherwise transform the message payload and/or other platform event information received from the message broker 130 into corresponding updates to the GUI displays and/or components presented within the client application 107 at the client device 106. In this regard, the message translator 132 may utilize the message payload to generate query statements for querying or otherwise obtaining data from the object tables 110 in the database 104 and perform other filtering or processing of such object data corresponding to the message payload in accordance with the message payload. Thereafter, the message translator 132 may dynamically update one or more GUI components within a GUI display associated with the client application 107 to reflect the data obtained from the database 104 responsive to the conversational user input. Thus, background GUI components or background GUI displays may be dynamically updated substantially in real-time to reflect conversational user input received via an overlying GUI display associated with the conversation session with the chatbot 126. It should be noted that although
In exemplary embodiments, the chatbot 126 transmits 204 or otherwise provides the session key for the current conversation to the platform event database 140. In this regard, the chatbot 126 communicates with the platform event database 140 to initiate the conversation session in the conversation log data 142 or otherwise configure the platform event database 140 for tracking the current conversation. In the illustrated embodiment, in response to receiving the session key from the chatbot 126, the client application 107 automatically transmits 206 or otherwise provides the session key to the message broker 130 for monitoring the current conversation session. In other embodiments, the message broker 130 may receive the session key from the chatbot 126, or the message broker 130 may continually monitor the platform event database 140 to identify the instantiation of a new conversation and obtain the session key associated therewith.
The user of the client device 106 interacts or otherwise communicates 208 with the chatbot 126 via an associated GUI display within the client application 107 (e.g., a chat window) to transmit or otherwise provide user input in the context of the current conversation. The conversational user input is indicative of the particular database object or action the user would like to perform. Depending on the embodiment, the conversational input may be received by the user selecting or otherwise activating a GUI element presented within the chat window, or the user may input (e.g., via typing, swiping, touch, voice, or any other suitable method) a conversational string of words in a free-form or unconstrained manner, which is captured by a user input device of the client device 106 and provided over the network 108 to the application platform 124 and/or the chatbot 126 via the client application 107. The chatbot 126 parses or otherwise analyzes the conversational input using natural language processing to identify the desired database action the user would like to perform and/or the type of database component implicated by that database action based on the content, syntax, structure and/or other linguistic characteristics of the conversational input. In one or more embodiments, the chatbot 126 applies one or more workflow rules or other logging rules or criteria to determine whether the conversational user input corresponds to a platform event.
When the received conversational user input corresponds to a platform event, the chatbot 126 transmits or otherwise provides 210 the payload or content of the conversational input to the platform event database 140, which stores or otherwise maintains a new entry for the newly received message associated with the conversation session in the conversation log 142. The entry for the new message in the conversation log 142 includes the unique session key or other identifiers associated with the current conversation session in association with the payload or content of the received conversational user input. Additionally, in some embodiments, the chatbot 126 may tag, mark, or otherwise designate the new message entry as corresponding to a platform event update (e.g., a bot message event).
The message broker 130 periodically or continually monitors the conversation logs 142 in the platform event database 140 for new message entries corresponding to a conversation session that the message broker 130 is subscribed to. In some embodiments, the message broker 130 monitors for new message entries that match a subscribed session key that are also marked or designated as a platform event update (e.g., a bot message event). In response to identifying a new message entry having an associated session key that matches the session key received via communication 206, the message broker 130 retrieves or otherwise obtains 212 the payload and/or content associated with that new message, and then utilizes the received message content to query or otherwise retrieve 214 corresponding data from the object tables 110 in the database 104. Although not shown in
Referring to
The message broker 130 identifies the new message entry in the conversation log 142 and retrieves 212 the payload of the message from the platform event database 140. The message broker 130 and/or the message translator 132 identifies the message payload as invoking account database objects and then queries the database 104 to obtain, from the object tables 110, one or more fields of various instances of account database objects that are associated with or otherwise accessible to the user of the client device 106 (e.g., by using the user's identifier or another identifier associated with the user as a filter). Based on the retrieved account data 214, the message broker 130 and/or the message translator 132 updates the bar chart component 306 and the list view component 308 to reflect the retrieved account data, resulting in the updated background GUI display 400 that includes an updated bar chart component 406 and an updated list view component 408 that graphically depicts the user's account data (or a relevant subset thereof). In this regard, the message broker 130 and/or the message translator 132 may generate the updated GUI components 406, 408 based on the retrieved account data and transmit or otherwise provide 216 the code, data, and/or other information for rendering the updated GUI components 406, 408 to the client application 107, which, in turn, generates or otherwise renders the updated GUI display 400 including the updated GUI components 406, 408.
Referring to
In the illustrated embodiment of
The conversational updating process 600 begins with the message broker 130 identifying or otherwise obtaining the session key or other identifiers for a conversation session to be subscribed to and monitoring the conversation log in the platform event database for a new message associated with the subscribed conversation session (tasks 602, 604). In response to identifying a new bot message event, the message broker 130 retrieves or otherwise obtains the payload or content associated with the new bot message event from the platform event database 140 (task 606). For example, the message broker 130 and/or the message translator 132 may transform the platform event message into one or more query statements for obtaining the relevant subset of data from the database 104 that corresponds to the payload of the new message (tasks 608, 610, 612). In one embodiment, the message translator 132 may transform the payload from a format associated with the platform event (e.g., a bot message event) into a different platform event format for subsequent presentation or rendering (e.g., a GUI event) using the query results. Thereafter, the conversational updating process 600 updates one or more GUI components or GUI displays presented at the client application 107 to reflect the data obtained from querying the database (task 614), as described above.
As used herein, a “tenant” or an “organization” should be understood as referring to a group of one or more users that shares access to common subset of the data within the multi-tenant database 730. In this regard, each tenant includes one or more users associated with, assigned to, or otherwise belonging to that respective tenant. To put it another way, each respective user within the multi-tenant system 700 is associated with, assigned to, or otherwise belongs to a particular tenant of the plurality of tenants supported by the multi-tenant system 700. Tenants may represent customers, customer departments, business or legal organizations, and/or any other entities that maintain data for particular sets of users within the multi-tenant system 700 (i.e., in the multi-tenant database 730). For example, the application server 702 may be associated with one or more tenants supported by the multi-tenant system 700. Although multiple tenants may share access to the server 702 and the database 730, the particular data and services provided from the server 702 to each tenant can be securely isolated from those provided to other tenants (e.g., by restricting other tenants from accessing a particular tenant's data using that tenant's unique organization identifier as a filtering criterion). The multi-tenant architecture therefore allows different sets of users to share functionality and hardware resources without necessarily sharing any of the data 732 belonging to or otherwise associated with other tenants.
The multi-tenant database 730 is any sort of repository or other data storage system capable of storing and managing the data 732 associated with any number of tenants. The database 730 may be implemented using any type of conventional database server hardware. In various embodiments, the database 730 shares processing hardware 704 with the server 702. In other embodiments, the database 730 is implemented using separate physical and/or virtual database server hardware that communicates with the server 702 to perform the various functions described herein. In an exemplary embodiment, the database 730 includes a database management system or other equivalent software capable of determining an optimal query plan for retrieving and providing a particular subset of the data 732 to an instance of virtual application 728 in response to a query initiated or otherwise provided by a virtual application 728. The multi-tenant database 730 may alternatively be referred to herein as an on-demand database, in that the multi-tenant database 730 provides (or is available to provide) data at run-time to on-demand virtual applications 728 generated by the application platform 710.
In practice, the data 732 may be organized and formatted in any manner to support the application platform 710. In various embodiments, the data 732 is suitably organized into a relatively small number of large data tables to maintain a semi-amorphous “heap”-type format. The data 732 can then be organized as needed for a particular virtual application 728. In various embodiments, conventional data relationships are established using any number of pivot tables 734 that establish indexing, uniqueness, relationships between entities, and/or other aspects of conventional database organization as desired. Further data manipulation and report formatting is generally performed at run-time using a variety of metadata constructs. Metadata within a universal data directory (UDD) 736, for example, can be used to describe any number of forms, reports, workflows, user access privileges, business logic and other constructs that are common to multiple tenants. Tenant-specific formatting, functions and other constructs may be maintained as tenant-specific metadata 738 for each tenant, as desired. Rather than forcing the data 732 into an inflexible global structure that is common to all tenants and applications, the database 730 is organized to be relatively amorphous, with the pivot tables 734 and the metadata 738 providing additional structure on an as-needed basis. To that end, the application platform 710 suitably uses the pivot tables 734 and/or the metadata 738 to generate “virtual” components of the virtual applications 728 to logically obtain, process, and present the relatively amorphous data 732 from the database 730.
Still referring to
The application platform 710 is any sort of software application or other data processing engine that generates the virtual applications 728 that provide data and/or services to the client devices 740. In a typical embodiment, the application platform 710 gains access to processing resources, communications interfaces and other features of the processing hardware 704 using any sort of conventional or proprietary operating system 708. The virtual applications 728 are typically generated at run-time in response to input received from the client devices 740. For the illustrated embodiment, the application platform 710 includes a bulk data processing engine 712, a query generator 714, a search engine 716 that provides text indexing and other search functionality, and a runtime application generator 720. Each of these features may be implemented as a separate process or other module, and many equivalent embodiments could include different and/or additional features, components or other modules as desired.
The runtime application generator 720 dynamically builds and executes the virtual applications 728 in response to specific requests received from the client devices 740. The virtual applications 728 are typically constructed in accordance with the tenant-specific metadata 738, which describes the particular tables, reports, interfaces and/or other features of the particular application 728. In various embodiments, each virtual application 728 generates dynamic web content that can be served to a browser or other client program 742 associated with its client device 740, as appropriate.
The runtime application generator 720 suitably interacts with the query generator 714 to efficiently obtain multi-tenant data 732 from the database 730 as needed in response to input queries initiated or otherwise provided by users of the client devices 740. In a typical embodiment, the query generator 714 considers the identity of the user requesting a particular function (along with the user's associated tenant), and then builds and executes queries to the database 730 using system-wide metadata 736, tenant specific metadata 738, pivot tables 734, and/or any other available resources. The query generator 714 in this example therefore maintains security of the common database 730 by ensuring that queries are consistent with access privileges granted to the user and/or tenant that initiated the request. In this manner, the query generator 714 suitably obtains requested subsets of data 732 accessible to a user and/or tenant from the database 730 as needed to populate the tables, reports or other features of the particular virtual application 728 for that user and/or tenant.
Still referring to
In exemplary embodiments, the application platform 710 is utilized to create and/or generate data-driven virtual applications 728 for the tenants that they support. Such virtual applications 728 may make use of interface features such as custom (or tenant-specific) screens 724, standard (or universal) screens 722 or the like. Any number of custom and/or standard objects 726 may also be available for integration into tenant-developed virtual applications 728. As used herein, “custom” should be understood as meaning that a respective object or application is tenant-specific (e.g., only available to users associated with a particular tenant in the multi-tenant system) or user-specific (e.g., only available to a particular subset of users within the multi-tenant system), whereas “standard” or “universal” applications or objects are available across multiple tenants in the multi-tenant system. For example, a virtual CRM application may utilize standard objects 726 such as “account” objects, “opportunity” objects, “contact” objects, or the like. The data 732 associated with each virtual application 728 is provided to the database 730, as appropriate, and stored until it is requested or is otherwise needed, along with the metadata 738 that describes the particular features (e.g., reports, tables, functions, objects, fields, formulas, code, etc.) of that particular virtual application 728. For example, a virtual application 728 may include a number of objects 726 accessible to a tenant, wherein for each object 726 accessible to the tenant, information pertaining to its object type along with values for various fields associated with that respective object type are maintained as metadata 738 in the database 730. In this regard, the object type defines the structure (e.g., the formatting, functions and other constructs) of each respective object 726 and the various fields associated therewith.
Still referring to
Referring again to
In sum, the subject matter described herein provides a framework that functions as a bridge between a chatbot and components of other platforms. When a conversation between a user and a chatbot is started, the framework pairs the GUI with the chat session and then starts publishing platform events depending upon the topics in discussion. When the chatbot publishes a platform event, the message broker listening for platform events for that chat session will identify the new platform event and transform it into the appropriate form or format for a corresponding event in the destination platform. Any number of components in the destination platform can be subscribed to the chat session via the message broker to dynamically react to conversational user inputs received via the chat session.
The foregoing description is merely illustrative in nature and is not intended to limit the embodiments of the subject matter or the application and uses of such embodiments. Furthermore, there is no intention to be bound by any expressed or implied theory presented in the technical field, background, or the detailed description. As used herein, the word “exemplary” means “serving as an example, instance, or illustration.” Any implementation described herein as exemplary is not necessarily to be construed as preferred or advantageous over other implementations, and the exemplary embodiments described herein are not intended to limit the scope or applicability of the subject matter in any way.
For the sake of brevity, conventional techniques related to querying and other database functions, multi-tenancy, cloud computing, on-demand applications, artificial intelligence, speech recognition or analysis, digital assistants, and other functional aspects of the systems (and the individual operating components of the systems) may not be described in detail herein. In addition, those skilled in the art will appreciate that embodiments may be practiced in conjunction with any number of system and/or network architectures, data transmission protocols, and device configurations, and that the system described herein is merely one suitable example. Furthermore, certain terminology may be used herein for the purpose of reference only, and thus is not intended to be limiting. For example, the terms “first,” “second” and other such numerical terms do not imply a sequence or order unless clearly indicated by the context.
Embodiments of the subject matter may be described herein in terms of functional and/or logical block components, and with reference to symbolic representations of operations, processing tasks, and functions that may be performed by various computing components or devices. Such operations, tasks, and functions are sometimes referred to as being computer-executed, computerized, software-implemented, or computer-implemented. In practice, one or more processing systems or devices can carry out the described operations, tasks, and functions by manipulating electrical signals representing data bits at accessible memory locations, as well as other processing of signals. The memory locations where data bits are maintained are physical locations that have particular electrical, magnetic, optical, or organic properties corresponding to the data bits. It should be appreciated that the various block components shown in the figures may be realized by any number of hardware, software, and/or firmware components configured to perform the specified functions. For example, an embodiment of a system or a component may employ various integrated circuit components, e.g., memory elements, digital signal processing elements, logic elements, look-up tables, or the like, which may carry out a variety of functions under the control of one or more microprocessors or other control devices. When implemented in software or firmware, various elements of the systems described herein are essentially the code segments or instructions that perform the various tasks. The program or code segments can be stored in a processor-readable medium or transmitted by a computer data signal embodied in a carrier wave over a transmission medium or communication path. The “processor-readable medium” or “machine-readable medium” may include any non-transitory medium that can store or transfer information. Examples of the processor-readable medium include an electronic circuit, a semiconductor memory device, a ROM, a flash memory, an erasable ROM (EROM), a floppy diskette, a CD-ROM, an optical disk, a hard disk, a fiber optic medium, a radio frequency (RF) link, or the like. The computer data signal may include any signal that can propagate over a transmission medium such as electronic network channels, optical fibers, air, electromagnetic paths, or RF links. The code segments may be downloaded via computer networks such as the Internet, an intranet, a LAN, or the like. In this regard, the subject matter described herein can be implemented in the context of any computer-implemented system and/or in connection with two or more separate and distinct computer-implemented systems that cooperate and communicate with one another. In one or more exemplary embodiments, the subject matter described herein is implemented in conjunction with a virtual customer relationship management (CRM) application in a multi-tenant environment.
While at least one exemplary embodiment has been presented in the foregoing detailed description, it should be appreciated that a vast number of variations exist. It should also be appreciated that the exemplary embodiment or embodiments described herein are not intended to limit the scope, applicability, or configuration of the claimed subject matter in any way. Rather, the foregoing detailed description will provide those skilled in the art with a convenient road map for implementing the described embodiment or embodiments. It should be understood that various changes can be made in the function and arrangement of elements without departing from the scope defined by the claims, which includes known equivalents and foreseeable equivalents at the time of filing this patent application. Accordingly, details of the exemplary embodiments or other limitations described above should not be read into the claims absent a clear intention to the contrary.
This application claims the benefit of U.S. Provisional Patent Application Ser. No. 62/735,763, filed Sep. 24, 2018, the entire content of which is incorporated by reference herein.
Number | Name | Date | Kind |
---|---|---|---|
5577188 | Zhu | Nov 1996 | A |
5608872 | Schwartz et al. | Mar 1997 | A |
5649104 | Carleton et al. | Jul 1997 | A |
5715450 | Ambrose et al. | Feb 1998 | A |
5761419 | Schwartz et al. | Jun 1998 | A |
5819038 | Carleton et al. | Oct 1998 | A |
5821937 | Tonelli et al. | Oct 1998 | A |
5831610 | Tonelli et al. | Nov 1998 | A |
5873096 | Lim et al. | Feb 1999 | A |
5918159 | Fomukong et al. | Jun 1999 | A |
5963953 | Cram et al. | Oct 1999 | A |
6092083 | Brodersen et al. | Jul 2000 | A |
6161149 | Achacoso et al. | Dec 2000 | A |
6169534 | Raffel et al. | Jan 2001 | B1 |
6178425 | Brodersen et al. | Jan 2001 | B1 |
6189011 | Lim et al. | Feb 2001 | B1 |
6216135 | Brodersen et al. | Apr 2001 | B1 |
6233617 | Rothwein et al. | May 2001 | B1 |
6266669 | Brodersen et al. | Jul 2001 | B1 |
6295530 | Ritchie et al. | Sep 2001 | B1 |
6324568 | Diec et al. | Nov 2001 | B1 |
6324693 | Brodersen et al. | Nov 2001 | B1 |
6336137 | Lee et al. | Jan 2002 | B1 |
D454139 | Feldcamp et al. | Mar 2002 | S |
6367077 | Brodersen et al. | Apr 2002 | B1 |
6393605 | Loomans | May 2002 | B1 |
6405220 | Brodersen et al. | Jun 2002 | B1 |
6434550 | Warner et al. | Aug 2002 | B1 |
6446089 | Brodersen et al. | Sep 2002 | B1 |
6535909 | Rust | Mar 2003 | B1 |
6549908 | Loomans | Apr 2003 | B1 |
6553563 | Ambrose et al. | Apr 2003 | B2 |
6560461 | Fomukong et al. | May 2003 | B1 |
6574635 | Stauber et al. | Jun 2003 | B2 |
6577726 | Huang et al. | Jun 2003 | B1 |
6601087 | Zhu et al. | Jul 2003 | B1 |
6604117 | Lim et al. | Aug 2003 | B2 |
6604128 | Diec | Aug 2003 | B2 |
6609150 | Lee et al. | Aug 2003 | B2 |
6621834 | Scherpbier et al. | Sep 2003 | B1 |
6654032 | Zhu et al. | Nov 2003 | B1 |
6665648 | Brodersen et al. | Dec 2003 | B2 |
6665655 | Warner et al. | Dec 2003 | B1 |
6684438 | Brodersen et al. | Feb 2004 | B2 |
6711565 | Subramaniam et al. | Mar 2004 | B1 |
6724399 | Katchour et al. | Apr 2004 | B1 |
6728702 | Subramaniam et al. | Apr 2004 | B1 |
6728960 | Loomans et al. | Apr 2004 | B1 |
6732095 | Warshavsky et al. | May 2004 | B1 |
6732100 | Brodersen et al. | May 2004 | B1 |
6732111 | Brodersen et al. | May 2004 | B2 |
6754681 | Brodersen et al. | Jun 2004 | B2 |
6763351 | Subramaniam et al. | Jul 2004 | B1 |
6763501 | Zhu et al. | Jul 2004 | B1 |
6768904 | Kim | Jul 2004 | B2 |
6772229 | Achacoso et al. | Aug 2004 | B1 |
6782383 | Subramaniam et al. | Aug 2004 | B2 |
6804330 | Jones et al. | Oct 2004 | B1 |
6826565 | Ritchie et al. | Nov 2004 | B2 |
6826582 | Chatterjee et al. | Nov 2004 | B1 |
6826745 | Coker | Nov 2004 | B2 |
6829655 | Huang et al. | Dec 2004 | B1 |
6842748 | Warner et al. | Jan 2005 | B1 |
6850895 | Brodersen et al. | Feb 2005 | B2 |
6850949 | Warner et al. | Feb 2005 | B2 |
7062502 | Kesler | Jun 2006 | B1 |
7069231 | Cinarkaya et al. | Jun 2006 | B1 |
7181758 | Chan | Feb 2007 | B1 |
7289976 | Kihneman et al. | Oct 2007 | B2 |
7340411 | Cook | Mar 2008 | B2 |
7356482 | Frankland et al. | Apr 2008 | B2 |
7401094 | Kesler | Jul 2008 | B1 |
7412455 | Dillon | Aug 2008 | B2 |
7508789 | Chan | Mar 2009 | B2 |
7620655 | Larsson et al. | Nov 2009 | B2 |
7698160 | Beaven et al. | Apr 2010 | B2 |
7730478 | Weissman | Jun 2010 | B2 |
7779475 | Jakobson et al. | Aug 2010 | B2 |
3014943 | Jakobson | Sep 2011 | A1 |
3015495 | Achacoso et al. | Sep 2011 | A1 |
3032297 | Jakobson | Oct 2011 | A1 |
8082301 | Ahlgren et al. | Dec 2011 | B2 |
8095413 | Beaven | Jan 2012 | B1 |
8095594 | Beaven et al. | Jan 2012 | B2 |
8209308 | Rueben et al. | Jun 2012 | B2 |
8275836 | Beaven et al. | Sep 2012 | B2 |
8457545 | Chan | Jun 2013 | B2 |
8484111 | Frankland et al. | Jul 2013 | B2 |
8490025 | Jakobson et al. | Jul 2013 | B2 |
8504945 | Jakobson et al. | Aug 2013 | B2 |
8510045 | Rueben et al. | Aug 2013 | B2 |
8510664 | Rueben et al. | Aug 2013 | B2 |
8566301 | Rueben et al. | Oct 2013 | B2 |
8646103 | Jakobson et al. | Feb 2014 | B2 |
10542077 | Balakrishnan | Jan 2020 | B1 |
20010044791 | Richter et al. | Nov 2001 | A1 |
20020072951 | Lee et al. | Jun 2002 | A1 |
20020082892 | Raffel | Jun 2002 | A1 |
20020129352 | Brodersen et al. | Sep 2002 | A1 |
20020140731 | Subramanian et al. | Oct 2002 | A1 |
20020143997 | Huang et al. | Oct 2002 | A1 |
20020162090 | Parnell et al. | Oct 2002 | A1 |
20020165742 | Robbins | Nov 2002 | A1 |
20030004971 | Gong | Jan 2003 | A1 |
20030018705 | Chen et al. | Jan 2003 | A1 |
20030018830 | Chen et al. | Jan 2003 | A1 |
20030066031 | Laane et al. | Apr 2003 | A1 |
20030066032 | Ramachandran et al. | Apr 2003 | A1 |
20030069936 | Warner et al. | Apr 2003 | A1 |
20030070000 | Coker et al. | Apr 2003 | A1 |
20030070004 | Mukundan et al. | Apr 2003 | A1 |
20030070005 | Mukundan et al. | Apr 2003 | A1 |
20030074418 | Coker et al. | Apr 2003 | A1 |
20030120675 | Stauber et al. | Jun 2003 | A1 |
20030151633 | George et al. | Aug 2003 | A1 |
20030159136 | Huang et al. | Aug 2003 | A1 |
20030187921 | Diec et al. | Oct 2003 | A1 |
20030189600 | Gune et al. | Oct 2003 | A1 |
20030204427 | Gune et al. | Oct 2003 | A1 |
20030206192 | Chen et al. | Nov 2003 | A1 |
20030225730 | Warner et al. | Dec 2003 | A1 |
20040001092 | Rothwein et al. | Jan 2004 | A1 |
20040010489 | Rio et al. | Jan 2004 | A1 |
20040015981 | Coker et al. | Jan 2004 | A1 |
20040027388 | Berg et al. | Feb 2004 | A1 |
20040128001 | Levin et al. | Jul 2004 | A1 |
20040186860 | Lee et al. | Sep 2004 | A1 |
20040193510 | Catahan et al. | Sep 2004 | A1 |
20040199489 | Barnes-Leon et al. | Oct 2004 | A1 |
20040199536 | Barnes-Leon et al. | Oct 2004 | A1 |
20040199543 | Braud et al. | Oct 2004 | A1 |
20040249854 | Barnes-Leon et al. | Dec 2004 | A1 |
20040260534 | Pak et al. | Dec 2004 | A1 |
20040260659 | Chan et al. | Dec 2004 | A1 |
20040268299 | Lei et al. | Dec 2004 | A1 |
20050050555 | Exley et al. | Mar 2005 | A1 |
20050091098 | Brodersen et al. | Apr 2005 | A1 |
20060021019 | Hinton et al. | Jan 2006 | A1 |
20080120380 | Boyd | May 2008 | A1 |
20080249972 | Dillon | Oct 2008 | A1 |
20090063414 | White et al. | Mar 2009 | A1 |
20090077212 | Appleton | Mar 2009 | A1 |
20090100342 | Jakobson | Apr 2009 | A1 |
20090177744 | Marlow et al. | Jul 2009 | A1 |
20110247051 | Bulumulla et al. | Oct 2011 | A1 |
20120042218 | Cinarkaya et al. | Feb 2012 | A1 |
20120218958 | Rangaiah | Aug 2012 | A1 |
20120233137 | Jakobson et al. | Sep 2012 | A1 |
20130212497 | Zelenko et al. | Aug 2013 | A1 |
20130218948 | Jakobson | Aug 2013 | A1 |
20130218949 | Jakobson | Aug 2013 | A1 |
20130218966 | Jakobson | Aug 2013 | A1 |
20130247216 | Cinarkaya et al. | Sep 2013 | A1 |
20160226829 | Steeves | Aug 2016 | A1 |
20160232339 | Yang | Aug 2016 | A1 |
20170078448 | Overman | Mar 2017 | A1 |
20170329466 | Krenkler | Nov 2017 | A1 |
Number | Date | Country | |
---|---|---|---|
20200097247 A1 | Mar 2020 | US |
Number | Date | Country | |
---|---|---|---|
62735763 | Sep 2018 | US |