Method and system for chatbot-enabled web forms and workflows

Information

  • Patent Grant
  • 12355709
  • Patent Number
    12,355,709
  • Date Filed
    Thursday, August 10, 2023
    2 years ago
  • Date Issued
    Tuesday, July 8, 2025
    5 months ago
Abstract
Systems and methods for creating chatbot-enabled web forms and workflows, the method comprising, mapping web forms and workflows to intents, wherein the web forms have required fields to be completed and the workflows have required tasks to be performed; mapping the required fields and the required tasks to entities for the intents that map to the web forms and the workflows; mapping utterances to complete the required fields and perform the required tasks to the intents and the entities that map to the web forms and the workflows; and creating chatbots configured to assist users to complete the required fields and perform the required tasks using the utterances, the intents and the entities that map to the web forms and the workflows.
Description
TECHNICAL FIELD

The present invention relates to a method and system for chatbot-enabled web forms and workflows.


BACKGROUND

The present applicant has developed a number of no-code (or code-free), intuitive, drag-and-drop tools, such as Nintex® Forms and Nintex® Workflow, that enable non-coding business users to create, publish and manage web forms and business workflows without needing to code from scratch.


Chatbots are increasingly being used for various practical purposes, such as walking users through business processes. Implementing chatbots for business processes, however, typically involves significant coding effort that is beyond the capabilities of most non-coding business users.


It is desirable to provide intuitive, no-code solutions that enable non-coding business users to create and deploy chatbots (or artificial intelligence (AI) assistants) to assist users to complete web forms and perform workflows.


SUMMARY OF THE DISCLOSURE

According to the present invention, there is provided a method for creating chatbot-enabled web forms and workflows, the method comprising: mapping web forms and workflows to intents, wherein the web forms have required fields to be completed and the workflows have required tasks to be performed; mapping the required fields and the required tasks to entities for the intents that map to the web forms and the workflows; mapping utterances to complete the required fields and perform the required tasks to the intents and the entities that map to the web forms and the workflows; creating chatbots configured to assist users to complete the required fields and perform the required tasks using the utterances, the intents and the entities that map to the web forms and the workflows.


The chatbots may be further configured to assist the users to discover the web forms and the workflows based on recognizing the intents and the entities in the utterances.


The chatbots may be further configured to trigger the workflows and performance of the required tasks based on recognizing the intents and the entities in the utterances.


The chatbots may be further configured to confirm completion of the required fields and performance of the required tasks based on recognizing the intents and the entities in the utterances.


The method may further comprise mapping confirmation messages confirming completion of the required fields and performance of the required tasks to the intents and the entities that map to the web forms and the workflows.


The mapping of the intents, the entities, the utterances, and the confirmation messages to the web forms and the workflows may be performed using graphical user interfaces (GUI) without coding.


The present invention also provides a system for creating chatbot-enabled web forms and workflows, the system comprising: a memory to store instructions; one or more processors to execute instructions stored in the memory to: map web forms and workflows to intents, wherein the web forms have required fields to be completed and the workflows have required tasks to be performed; map the required fields and the required tasks to entities for the intents that map to the web forms and the workflows; map utterances to complete the required fields and perform the required tasks to the intents and the entities that map to the web forms and the workflows; create chatbots configured to assist users to complete the required fields and perform the required tasks using the utterances, the intents and the entities that map to the web forms and the workflows.


The present invention further provides a non-transitory machine-readable medium storing instructions which, when executed by one or more processors, cause the one or more processors to perform operations comprising: mapping web forms and workflows to intents, wherein the web forms have required fields to be completed and the workflows have required tasks to be performed; mapping the required fields and the required tasks to entities for the intents that map to the web forms and the workflows; mapping utterances to complete the required fields and perform the required tasks to the intents and the entities that map to the web forms and the workflows; creating chatbots configured to assist users to complete the required fields and perform the required tasks using the utterances, the intents and the entities that map to the web forms and the workflows.


The present invention also provides a chatbot for completing web forms or performing workflows created by the method or the system described above.


The present invention further provides a chatbot-enabled web form or a chatbot-enabled workflow created by the method or the system described above.





BRIEF DESCRIPTION OF THE DRAWINGS

Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings, in which:



FIG. 1 is an example flow chart of a method for chatbot-enabled web forms and workflows according to an example embodiment of the present invention;



FIGS. 2-4 are example GUIs generated by an example chatbot creation engine for creating chatbots for web forms and workflows according to an example embodiment of the present invention;



FIG. 5 is an example high level architecture diagram illustrating an example system for chatbot-enabled web forms and workflows according to an example embodiment of the present invention; and



FIGS. 6-9 are example data flow diagrams for chatbot-enabled web forms and workflows according to an example embodiment of the present invention.





DETAILED DESCRIPTION OF EMBODIMENTS

The terms used in this specification generally have their ordinary, conventional meanings in the fields of natural language processing, web forms and business workflows. For example, the term “required field” means that the field is required based on whatever business rule is in place at the time. For a web form, a field may be required because the form designer enable a flag to say required, or it could be based on a business rule (defined in the form or workflow) that makes a filed required for capturing input from the end user. Similarly, a “task” means any action that requires user input. For example, if there is a workflow and a question is asked or user input is required, then that is considered a task. The workflow will pause until the user responds or until a predefined timeout without any response.


Referring to FIG. 1, an example method 100 for chatbot-enabled web forms and workflows according to an example embodiment of the present invention starts at step 110 by mapping web forms and workflows to intents. The web forms and the workflows may be been respectively pre-defined with required fields to be completed and required tasks to be performed. An intent may represent an action that a user want to perform or the purpose of a user's input, for example, a user wants to apply for leave. Intents may be denoted by the hashtag symbol. In the leave example, web forms and workflows relating to leave applications may be mapped to the intent of #leave. The leave web forms and workflows may have been pre-defined (or created) and published using web form and workflow engines, such as such as Nintex® Forms and Nintex® Workflow.


Next, at step 120, the required fields and the required tasks may be mapped to entities for the intents that map to the web forms and the workflows. An entity may represent a term, data type, object or control that is relevant to a user's intent and that provides specific context for an intent. Entities may use the @symbol. For example, an entity may represent a type of leave, or a start date or end date for the leave.


Next, at step 130, utterances to complete the required fields and perform the required tasks may be mapped to the intents and the entities that map to the web forms and the workflows. An utterance is a phrase or sentence that a user might say that maps to an intent and/or individual entities of the intent. For example, the utterance “I want to go on vacation next Monday” may map to both the intent of #leave and the individual entities of @leave type and @start date.


The method 100 ends at step 140 by creating chatbots configured to assist users to complete the required fields and perform the required tasks using the utterances, the intents and the entities that map to the web forms and the workflows.


The method 100 may further comprise mapping confirmation messages confirming completion of the required fields and performance of the required tasks to the intents and the entities that map to the web forms and the workflows. The confirmation messages may comprise sentences or statements to confirm or verify a user's input for the intents and the entities that map to the web forms and the workflows.


Referring to FIGS. 2-4, the mapping of the intents, the entities, the utterances, and the confirmation messages to the web forms and the workflows may be performed using pre-configured GUIs without coding. The GUIs may be implemented in a chatbot creation engine (or bot builder). FIG. 2 illustrates an example GUI 200 for mapping required fields of an example leave application web form to entities. The mapping may be performed automatically by the chatbot creation engine based on predefined mapping rules that automatically map the required fields to the entities, and/or manually map the required fields to the entities based on user input of alternative terms or synonyms.



FIG. 3 illustrates an example GUI 300 for mapping example utterances to complete the required fields to the entities that map to the leave application web form. The mapping may, for example, be performed using automatically generated part-of-speech tags and suggested synonyms.



FIG. 4 illustrates an example GUI 400 for mapping confirmation messages confirming completion of the required fields to the intents and the entities that map to the leave web form. The mapping may, for example, be performed using automatically generated part-of-speech tags and/or suggested synonyms.



FIG. 5 is an example high level architecture diagram illustrating an example system 500 for chatbot-enabled web forms and workflows. The system 500 may comprise a chatbot (or AI assistant) 510 (eg, Nintex® Assistant) for completing web forms and performing workflows created by the method 100 and the no-code chatbot creation engine described above. The chatbot 510 may be connected to web form and/or workflow engines 520 (eg, Nintex® Forms), cognitive services or natural language (NLP) engines 530 (eg, such as Language Understanding Intelligent Service (LUIS)). The chatbot 510 may be deployed in channels 540 via a bot connector service 550. The deployment channels 540 for the chatbot 510 may, for example, comprise team messaging applications (eg, Slack), chat-based hubs for teamwork (eg, Microsoft® Teams), and web chat widgets.


The chatbots 510 created by the method 100 and the chatbot creation engine described above may be further configured to provide additional chat-enabled functionality to users. FIGS. 6-9 illustrate example data flows in the system 500 between the chatbot 510, participants 600 in workflows (and/or users of web forms), the NLP engine 530, and the workflow engine 520 for different chatbot-enabled functionalities.


For example, as illustrated in FIG. 6, the chatbot 510 may be configured to discover or identify the web forms and the workflows in the workflow engine 520 based on the NLP engine 530 recognizing the intents and the entities in the utterances of the participant 600.


As illustrated in FIG. 7 and FIG. 8, the chatbot 510 may be further configured to identify participants 600 in the workflows, trigger the workflows and performance of the required tasks by the participants 600 in the workflow engine 520 based on the NLP engine 530 recognizing the intents and the entities in the utterances of the participants 600.


Referring to FIG. 9, the chatbots 510 may be further configured to send messages, initiate reviews, and interpret results or outcomes of workflows and required tasks in the workflow engine 520 based on the NLP engine 530 recognizing the intents and the entities in the utterances of the participants 600.


Embodiments of the present invention provide intuitive, no-code chatbot creation engines that are both generally and specifically useful for chatbot-enabling web forms and workflows.


For the purpose of this specification, the word “comprising” means “including but not limited to,” and the word “comprises” has a corresponding meaning.


The above embodiments have been described by way of example only and modifications are possible within the scope of the claims that follow.

Claims
  • 1. A method for creating chatbot-enabled programmatic web forms, the method comprising: obtaining (1) a set of web forms and (2) at least one chatbot;receiving a set of utterances from a user; andfor each utterance in the received set of utterances: identifying (1) at least one intent and (2) at least one entity from the utterance, wherein the at least one entity is associated with fulfilling the at least one intent;generating a mapping of the identified at least one intent to one or more web forms of the set of web forms, wherein each of the set of web forms have required fields to be completed; andusing the generated mapping of the identified at least one intent, generating at least one chatbot-enabled webform configured to assist the user to complete one or more required fields of the one or more web forms.
  • 2. The method of claim 1, wherein generating the mapping further comprising a mapping of the identified at least one entity to the one or more web forms of the set of web forms.
  • 3. The method of claim 1, wherein the at least one intent is denoted by a hashtag symbol.
  • 4. The method of claim 1, wherein the at least one entity is denoted by a special symbol.
  • 5. The method of claim 1, further comprising: mapping confirmation messages confirming completion of the one or more required fields of the one or more web forms.
  • 6. The method of claim 5, wherein the mapping of the confirmation messages is performed via graphical user interfaces (GUI).
  • 7. The method of claim 1, wherein the at least one chatbot is further configured to complete the one or more required fields of the one or more web forms.
  • 8. The method of claim 1, wherein generating the mapping of the identified at least one intent to the one or more web forms further comprises: using predefined mapping rules, mapping (1) the at least one entity to (1) one or more required fields of the one or more web forms.
  • 9. At least one non-transitory, computer-readable medium carrying instructions, which when executed by at least one data processor, performs operations for creating chatbot-enabled programmatic web forms and programmatic workflows, the operations comprising: obtaining (1) a set of web forms and (2) at least one chatbot;receiving a set of utterances from a user; andfor each utterance in the received set of utterances: identifying at least one intent from the utterance;generating a mapping of the identified at least one intent to one or more programmatic workflows within a web form of the set of web forms, wherein each of the set of web forms have required fields to be completed, andwherein each of the set of programmatic workflows have required tasks to be performed; andusing the generated mapping of the identified at least one intent, generating at least one chatbot-enabled webform configured to assist the user to perform one or more required tasks of the one or more programmatic workflows.
  • 10. The at least one non-transitory, computer-readable medium of claim 9, wherein the operations further comprise: identifying at least one entity from the utterance, andwherein the at least one entity is associated with fulfilling the at least one intent.
  • 11. The at least one non-transitory, computer-readable medium of claim 10, wherein the at least one entity is denoted by a special symbol.
  • 12. The at least one non-transitory, computer-readable medium of claim 9, wherein the operations further comprise: identifying at least one entity from the utterance, wherein generating the mapping further comprising a mapping of the identified at least one entity to the programmatic workflow within the web form of the set of web forms.
  • 13. The at least one non-transitory, computer-readable medium of claim 9, wherein the at least one intent is denoted by a hashtag symbol.
  • 14. The at least one non-transitory, computer-readable medium of claim 9, wherein the operations further comprise: mapping confirmation messages confirming performance of the one or more required tasks of the one or more programmatic workflows.
  • 15. The at least one non-transitory, computer-readable medium of claim 14, wherein the mapping of the confirmation messages is performed via graphical user interfaces (GUI).
  • 16. The at least one non-transitory, computer-readable medium of claim 9, wherein the at least one chatbot is further configured to perform of the one or more required tasks of the one or more programmatic workflows.
  • 17. A system for creating chatbot-enabled programmatic web forms and programmatic workflows comprising a non-transitory computer-readable medium having instructions stored thereon, which when executed by one or more processors of the system cause the system to: obtaining (1) a set of web forms, (2) a programmatic workflow, and (3) at least one chatbot;receive a set of utterances from a user; andfor each utterance in the received set of utterances: identify (1) at least one intent and (2) at least one entity from the utterance, wherein the at least one entity is associated with fulfilling the at least one intent;generate a mapping of the identified at least one intent to one or more web forms of the set of web forms and one or more programmatic workflows of a set of programmatic workflows, wherein each of the set of web forms have required fields to be completed, andwherein each of the set of programmatic workflows have required tasks to be performed; andusing the generated mapping of the identified at least one intent, generate at least one chatbot-enabled application configured to assist the user to complete one or more required fields of the one or more web forms and perform one or more required tasks of the one or more programmatic workflows.
  • 18. The system of claim 17, wherein generating the mapping further comprising a mapping of the identified at least one entity to one or more of: the one or more web forms of the set of web forms, the one or more programmatic workflows of the set of programmatic workflows, or both.
  • 19. The system of claim 17, wherein the at least one intent is denoted by a hashtag symbol.
  • 20. The system of claim 17, wherein the instructions when executed by the one or more processors of the system further cause the system to: map confirmation messages confirming: completion of the one or more required fields of the one or more web forms or performance of the one or more required tasks of the one or more programmatic workflows, or both.
CROSS-REFERENCE TO RELATED APPLICATION(S)

This application is a continuation of U.S. Non-Provisional application Ser. No. 16/975,995, filed Aug. 26, 2020 (U.S. Pat. No. 11,765,104) and titled “Method and System for Chatbot-Enabled Web Forms and Workflows,” which is a National Stage Entry of and claims priority to International App. No. PCT/IB2019/051514, filed Feb. 26, 2019, titled “Method and System for Chatbot-Enabled Web Forms and Workflows,” which claims priority under 35 U.S.C. Section 119(e) to Australia Provisional Application 2018900610, filed Feb. 26, 2018, titled “Method and System for Chatbot-Enabled Web Forms and Workflows,” the contents all of which are incorporated by reference herein as though set forth in their entirety and to which priority and benefit are claimed.

US Referenced Citations (70)
Number Name Date Kind
5915001 Uppaluru Jun 1999 A
7346840 Ravishankar Mar 2008 B1
8683315 Stover Mar 2014 B2
8813178 Khanna Aug 2014 B1
9317837 Cok Apr 2016 B2
10025567 Balasubramanian Jul 2018 B2
10521946 Roche Dec 2019 B1
10732708 Roche Aug 2020 B1
10762286 Kolesov Sep 2020 B2
11232645 Roche Jan 2022 B1
11294975 Devageorge et al. Apr 2022 B1
11765104 Taslimi et al. Sep 2023 B2
20030195751 Schwenke et al. Oct 2003 A1
20050050093 Atkin et al. Mar 2005 A1
20060007189 Gaines, III et al. Jan 2006 A1
20070245308 Hill Oct 2007 A1
20070276689 Slone Nov 2007 A1
20080301313 Bhogal et al. Dec 2008 A1
20100104087 Byrd et al. Apr 2010 A1
20110106779 George et al. May 2011 A1
20120041903 Beilby et al. Feb 2012 A1
20120136756 Jitkoff et al. May 2012 A1
20130036456 Boysen Feb 2013 A1
20130290234 Harris et al. Oct 2013 A1
20130299569 Gentile Nov 2013 A1
20140074550 Chourey Mar 2014 A1
20140188585 Thompson et al. Jul 2014 A1
20140257788 Xiong et al. Sep 2014 A1
20140258826 Barrus et al. Sep 2014 A1
20140258828 Lymer et al. Sep 2014 A1
20140365214 Bayley Dec 2014 A1
20150039987 Soulier Feb 2015 A1
20150149168 Stent May 2015 A1
20150302855 Kim et al. Oct 2015 A1
20150356971 Stolcke Dec 2015 A1
20150379074 Marschner et al. Dec 2015 A1
20160011905 Mishra et al. Jan 2016 A1
20160012465 Sharp Jan 2016 A1
20160063416 Sharma Mar 2016 A1
20170116177 Walia Apr 2017 A1
20170147554 Chen et al. May 2017 A1
20170192950 Gaither Jul 2017 A1
20170228367 Pasupalak et al. Aug 2017 A1
20170237692 Sheth Aug 2017 A1
20170242886 Jolley et al. Aug 2017 A1
20170289332 Lavian Oct 2017 A1
20180025726 Gatti de Bayser Jan 2018 A1
20180107461 Balasubramanian Apr 2018 A1
20180121066 Kato May 2018 A1
20180144750 Storti May 2018 A1
20180191643 Berry Jul 2018 A1
20180301222 Dew, Sr. Oct 2018 A1
20180302346 Xie Oct 2018 A1
20190042663 Gupta Feb 2019 A1
20190051301 Locascio Feb 2019 A1
20190066694 Hirzel Feb 2019 A1
20190082043 Lavian et al. Mar 2019 A1
20190102078 Bhatt Apr 2019 A1
20190147033 Morse May 2019 A1
20190179877 Kato Jun 2019 A1
20190179885 Wong Jun 2019 A1
20190182184 Myung Jun 2019 A1
20190182382 Mazza Jun 2019 A1
20190187961 Myung Jun 2019 A1
20190197103 Kröner et al. Jun 2019 A1
20200372205 Bradley et al. Nov 2020 A1
20210065121 Brehmer et al. Mar 2021 A1
20210075749 Viswanathan Mar 2021 A1
20210174800 Srinivasan Jun 2021 A1
20220300306 Leung Sep 2022 A1
Foreign Referenced Citations (2)
Number Date Country
2018013702 Jan 2018 WO
2019162921 Aug 2019 WO
Non-Patent Literature Citations (1)
Entry
International Searching Authority, International Search Report and Written Opinion, PCT Patent Application PCT/IB2019/051514, mailed Jul. 1, 2019, 7 pages.
Related Publications (1)
Number Date Country
20240154920 A1 May 2024 US
Continuations (1)
Number Date Country
Parent 16975995 US
Child 18232601 US