Sign In to Follow Application
View All Documents & Correspondence

A System And Method For Detecting And Communicating On Device Intent With Partner Applications Using Streaming Pipe Inter Process Communication"

Abstract: The present invention provides a method and a system for an on-device intent detection using streaming pipe inter-process communication. The method (100) and system (300) disclosed herein involves an on-device intent detection (ODI), that enables applications to recognize user interests which are essentially keywords as they type using an AI model or algorithm. These keywords are communicated to a partner application, installed on the user's device without using any Application Programming Interface (API) or server, thereby effectively improving a performance. The user's list of keywords is saved in an AI model and sending the keywords to the partner application employing Android Interface Definition Language (AIDL) interface for inter-process communication (IPC).

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
15 February 2023
Publication Number
09/2023
Publication Type
INA
Invention Field
COMPUTER SCIENCE
Status
Email
n.anuvind@formulateip.com
Parent Application
Patent Number
Legal Status
Grant Date
2024-01-11
Renewal Date

Applicants

TALENT UNLIMITED ONLINE SERVICES PRIVATE LIMITED
202, S/F 94 Meghdoot Nehru Place, South Delhi, Delhi, Delhi 110019, India

Inventors

1. ANKIT PRASAD
Parmanu Institute, Parmanu Nagar, Adityapur-Kandra Road, Adityapur Industrial Area, Jamshedpur, Jharkhand 832109, India
2. SAURABH TOMAR
K2.1, Plot no.3, Second floor, Vatika India, next to Sector 83, Gurugram, Haryana 122004, India

Specification

A) TECHNICAL FIELD
[0001] The present invention is generally related to a field of data science. The present invention is particularly related to an inter process communications with the partner applications installed on a user device. The present invention is more particularly related to a method and system for detecting an on-device intent and sharing the detected intent with the partner applications installed on the user device using streaming pipe inter-process communication, without an involvement of any Application Programming Interface (API) or server, to enable the applications to recognize user’s interests that are typed.
B) BACKGROUND OF THE INVENTION
[0002] Intent detection is a vital component of any task-oriented conversational system. In order to understand the user’s current goal, the system must leverage an intent detector to classify the user’s utterance (provided in various natural languages) into one of several predefined classes, known as, intents. However, the performance of intent detection has been hindered by the data scarcity issue, as it is non-trivial to collect sufficient examples for new intents. Hence there is a need to find the ways to effectively identify the user intents in a simple and minimal processes.
[0003] At present, the intent detection from the social network messages on the computing systems have been developed. The users of the social networks are increased continuously in a steady manner thereby providing a new source of business opportunity for search engines. The tapping of the data of social networks then offers myriad possible data handling and processing capabilities to not only better serve users but also vendors. Moreover, the ways of providing more effective search results is a continuing challenge for the vendors. Hence, an intelligent intent detection from the social network messages are developed. However, the current known alternatives use Application Programming Interface (API) and server to maintain data, which takes a lot of resources and execution time. Furthermore, the current alternatives also need a cloud storage to store the detected intents.
[0004] Hence there is a long-felt need for a method and a system for detecting an on-device intent and sharing the detected intent with the partner applications installed on the user device using streaming pipe inter-process communication, and without involving any Application Programming Interface (API) or server, to enable the applications to recognize user’s interests that are typed. Further there is a need for an operating system level process for intent detection.
[0005] The above-mentioned shortcomings, disadvantages and problems are addressed herein, and which will be understood by reading and studying the following specification.
C) OBJECT OF THE INVENTION
[0006] An object of the present invention is to provide a method and a system for an on-device intent detection and communication using streaming pipe inter-process communication without using any API and server.
[0007] Another object of the present invention is to provide a method and a system for an on-device intent detection, which enables applications to recognize a user interest.
[0008] Yet another object of the present invention is to provide a method and a system for an on-device intent detection, by employing Artificial Intelligence (AI) algorithm to recognize the user intent.
[0009] Yet another object of the present invention is to provide a method and a system for an on-device intent detection, without using any API and server, thereby effectively improving a performance.
[0010] Yet another object of the present invention is to provide a method and a system for an on-device intent detection, employing a service application and partner application installed on the same user device, without using any API and server, thereby effectively improving a performance.
[0011] Yet another object of the present invention is to provide a method and a system for an on-device intent detection and integrating service application and partner application by using Android Interface Definition Language (AIDL) interface, and inter-process communication (IPC).
[0012] Yet another object of the present invention is to provide a method and a system for an on-device intent detection and communication at an operating system (OS) level.
[0013] These and other objects and advantages of the present invention will become readily apparent from the following detailed description taken in conjunction with the accompanying drawings.
D) SUMMARY OF THE INVENTION
[0014] The various embodiments of the present invention provide a method and a system for an on-device intent detection using streaming pipe inter-process communication. The method and system disclosed herein involves an on-device intent detection (ODI), that enables applications to recognize user interests. The method further involves recognizing the user intent as they type, which are essentially keywords using an AI model. These keywords are then communicated to a partner application, which have been installed on the user's device without the use of any API (Application Programming Interface) or server, thereby effectively improving performance. Hence, the present invention enables broadcasting the user’s interest to the applications they use, thereby providing the user a smooth experience. Besides, the present invention helps in saving the user's list of keywords in an AI (Artificial Intelligence) enabled algorithm and sending the keywords to the partner application employing AIDL (Android Interface Definition Language) interface for inter-process communication (IPC).
[0015] According to one embodiment of the present invention, a method for an on-device intent detection using streaming pipe inter-process communication is provided. The method disclosed herein comprises recognizing a user intent detection, by an artificial intelligence (AI) algorithm, as the user inputs the user intent. The user intent includes keywords. The method further involves getting the keywords into a manipulative data structure. Furthermore, the method involves appending the manipulative data structure to an Android Interface Definition Language (AIDL) interface by a service application and returning a binder. The binder is an inter-process communication (IPC) mechanism used in an android. The AIDL allows to define the programming interface, such that both the client or partner and service agrees upon in order to communicate with each other using inter-process communication (IPC). The service application is an Input Method Editor (IME) application. Furthermore, the method involves creating a worker schedule by a partner application. The partner application is an application developed and owned by a third party, for which the customer or user purchases a license from Smartsheet under an order and is made available to the customer or user exclusively in accordance with the terms and conditions of the end user license agreements accompanying them, except that the payment provisions of the agreement will apply. The worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). The method further includes integrating the partner application with the service application, by executing the worker schedule. Finally, the method involves storing the keywords by the partner application.
[0016] According to one embodiment of the present invention, the manipulative data structure is appended by obtaining the string from an Input Method Editor (IME) and adding to the AIDL interface, and the AIDL interface keeps the string in an android operating system level, handled using a stub. The stub is an auto generated file, when a developer attempts to define the AIDL interface, and contains all the function defined. The stub is written in AIDL and is automatically translated from java by the android studio. Furthermore, the IME is a user control, that enables user to enter the text.
[0017] According to one embodiment of the present invention, the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or API to store data. In an android a process is defined as an application, any application running on screen or in background is termed as process, when two processes communicate by any means and share data in any form is termed as an inter-process communication (IPC). Furthermore, the AIDL is a utility provided by the Google android framework to implement IPC. Hence, the method is carried out at the operating system level, therefore a significant change in time and resource requirement is evident.
[0018] According to one embodiment of the present invention, the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption. The Work Manager performs the operation, whenever the worker schedule is scheduled. The operations performed by the Work Manager is also called background task, because they get performed even when the application is killed from background i.e., when the user is not using the application at that particular moment. Furthermore, the Work Manager consists of a member function do Work (), which is executed whenever the worker schedule is called or scheduled. The worker schedule is scheduled once in every 15 minutes and implies that in every 15 minutes the do Work () function gets executed. During every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component. The service component is an android component that runs in the background.
[0019] According to one embodiment of the present invention, the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name. The same package name is a necessary condition for both the service and partner application to connect via AIDL. Furthermore, the package is a native java component, having each and every class or interface in the package.
[0020] According to one embodiment of the present invention, a system for an on-device intent detection using streaming pipe inter-process communication is provided. The system comprises an input/output module configured to receive and display a user intent. The user intent is essentially keywords. The system further comprises an intent detection module configured to generate the user intent and convert the user intent into a manipulative data structure. The manipulative data structure is further appended to an AIDL (Android Interface Definition Language) by a service application, and thereby returning a binder. The binder is an inter-process communication (IPC) mechanism used in an android. Furthermore, the intent detection module is configured to integrate the service application is to a partner application by executing a worker schedule provided by an android operating system. The worker schedule is created by the partner application and the worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). Besides, the partner application is configured to store the keywords obtained from the service application.
[0021] According to one embodiment of the present invention, the manipulative data structure is appended by obtaining the string from an IME (Input Method Editor) and adding to the AIDL interface, and the AIDL interface keeps the string in the android operating system level, handled using a stub. The stub is an auto generated file, when a developer attempts to define the AIDL interface, and contains all the function defined. Furthermore, the IME is a user control, that enables user to enter the text.
[0022] According to one embodiment of the present invention, the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or API (Application Programming Interface) to store data.
[0023] According to one embodiment of the present invention, the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption. Hence, the Work Manager performs the operation, whenever the worker schedule is scheduled. Furthermore, the member function do Work () is executed whenever the worker schedule is called or scheduled. The worker schedule is scheduled once in every 15 minutes and implies that in every 15 minutes the do Work () function gets executed. During every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component. The service component is an android component that runs in the background.
[0024] According to one embodiment of the present invention, the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name. The same package name is a necessary condition for both the service and partner application to connect via AIDL. The package is a native java component, having each and every class or interface in the package.
[0025] These and other aspects of the embodiments herein will be better appreciated and understood when considered in conjunction with the following description and the accompanying drawings. It should be understood, however, that the following descriptions, while indicating the preferred embodiments and numerous specific details thereof, are given by way of an illustration and not of a limitation. Many changes and modifications may be made within the scope of the embodiments herein without departing from the spirit thereof, and the embodiments herein include all such modifications.
E) BRIEF DESCRIPTION OF THE DRAWINGS
[0026] The other objects, features, and advantages will occur to those skilled in the art from the following description of the preferred embodiment and the accompanying drawings in which:
[0027] FIG. 1 illustrates a flowchart explaining the method for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention.
[0028] FIG. 2 illustrates a detailed flowchart for a method for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention.
[0029] FIG. 3 illustrates a high-level block diagram of a system for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention.
[0030] FIG. 4 illustrates a flowchart for a method to build service application from code, according to one embodiment of the present invention.
[0031] FIG. 5 illustrates a flowchart a method to build client or partner application from code, according to an embodiment of the present invention.
[0032] FIG. 6A-6C illustrates a screenshot of performance on method for on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention.
[0033] Although the specific features of the present invention are shown in some drawings and not in others. This is done for convenience only as each feature may be combined with any or all of the other features in accordance with the present invention.
F) DETAILED DESCRIPTION OF THE INVENTION
[0034] In the following detailed description, a reference is made to the accompanying drawings that form a part hereof, and in which the specific embodiments that may be practiced is shown by way of illustration. These embodiments are described in sufficient detail to enable those skilled in the art to practice the embodiments and it is to be understood that the logical, mechanical, and other changes may be made without departing from the scope of the embodiments. The following detailed description is therefore not to be taken in a limiting sense.
[0035] The various embodiments of the present invention provide a method and a system for an on-device intent detection using streaming pipe inter-process communication. The method and system disclosed herein involves an on-device intent detection (ODI), that enables applications to recognize user interests. The method further involves recognizing the user intent as they type, which are essentially keywords. These keywords are then communicated to a partner application, which have been installed on the user's device without the use of any API (Application Programming Interface) or server, thereby effectively improving performance. Hence, the present invention enables broadcasting the user’s interest to the applications they use, thereby providing the user a smooth experience. Besides, the present invention helps in saving the user's list of keywords in an AI (Artificial Intelligence) enabled algorithm and sending the keywords to the partner application employing AIDL (Android Interface Definition Language) interface for inter-process communication (IPC).
[0036] According to one embodiment of the present invention, a method for an on-device intent detection using streaming pipe inter-process communication is provided. The method disclosed herein comprises recognizing a user intent detection, by an artificial intelligence (AI) algorithm, as the user inputs the user intent. The user intent includes keywords. The method further involves getting the keywords into a manipulative data structure. Furthermore, the method involves appending the manipulative data structure to an AIDL (Android Interface Definition Language) interface by a service application and returning a binder. The binder is an inter-process communication (IPC) mechanism used in an android. The AIDL allows to define the programming interface, such that both the client or partner and service agrees upon in order to communicate with each other using inter-process communication (IPC). The service application is an IME (Input Method Editor) application. Furthermore, the method involves creating a worker schedule by a partner application. The partner application is an application developed and owned by a third party, for which the customer or user purchases a license from Smartsheet under an order and is made available to the customer or user exclusively in accordance with the terms and conditions of the end user license agreements accompanying them, except that the payment provisions of the agreement will apply. The worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). The method further includes integrating the partner application with the service application, by executing the worker schedule. Finally, the method involves storing the keywords by the partner application.
[0037] According to one embodiment of the present invention, the manipulative data structure is appended by obtaining the string from an IME (Input Method Editor) and adding to the AIDL interface, and the AIDL interface keeps the string in an android operating system level, handled using a stub. The stub is an auto generated file, when a developer attempts to define the AIDL interface, and contains all the function defined. The stub is written in AIDL and is automatically translated from java by the android studio. Furthermore, the IME is a user control, that enables user to enter the text.
[0038] According to one embodiment of the present invention, the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or API (Application Programming Interface) to store data. In an android a process is defined as an application, any application running on screen or in background is termed as process, when two processes communicate by any means and share data in any form is termed as an inter-process communication (IPC). Furthermore, the AIDL is a utility provided by the Google android framework to implement IPC. Hence, the method is carried out at the operating system level, therefore a significant change in time and resource requirement is evident.
[0039] According to one embodiment of the present invention, the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption. The Work Manager performs the operation, whenever the worker schedule is scheduled. The operations performed by the Work Manager is also called background task, because they get performed even when the application is killed from background i.e., when the user is not using the application at that particular moment. Furthermore, the Work Manager consists of a member function do Work (), which is executed whenever the worker schedule is called or scheduled. The worker schedule is scheduled once in every 15 minutes and implies that in every 15 minutes the do Work () function gets executed. During every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component. The service component is an android component that runs in the background.
[0040] According to one embodiment of the present invention, the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name. The same package name is a necessary condition for both the service and partner application to connect via AIDL. Furthermore, the package is a native java component, having each and every class or interface in the package.
[0041] According to one embodiment of the present invention, a system for an on-device intent detection using streaming pipe inter-process communication is provided. The system comprises an input/output module configured to receive and display a user intent. The user intent is essentially keywords. The system further comprises an intent detection module configured to generate the user intent and convert the user intent into a manipulative data structure. The manipulative data structure is further appended to an AIDL (Android Interface Definition Language) by a service application, and thereby returning a binder. The binder is an inter-process communication (IPC) mechanism used in an android. Furthermore, the intent detection module is configured to integrate the service application is to a partner application by executing a worker schedule provided by an android operating system. The worker schedule is created by the partner application and the worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). Besides, the partner application is configured to store the keywords obtained from the service application.
[0042] According to one embodiment of the present invention, the manipulative data structure is appended by obtaining the string from an IME (Input Method Editor) and adding to the AIDL interface, and the AIDL interface keeps the string in the android operating system level, handled using a stub. The stub is an auto generated file, when a developer attempts to define the AIDL interface, and contains all the function defined. Furthermore, the IME is a user control, that enables user to enter the text.
[0043] According to one embodiment of the present invention, the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or API (Application Programming Interface) to store data.
[0044] According to one embodiment of the present invention, the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption. Hence, the Work Manager performs the operation, whenever the worker schedule is scheduled. Furthermore, the member function do Work () is executed whenever the worker schedule is called or scheduled. The worker schedule is scheduled once in every 15 minutes and implies that in every 15 minutes the do Work () function gets executed. During every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component. The service component is an android component that runs in the background.
[0045] According to one embodiment of the present invention, the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name. The same package name is a necessary condition for both the service and partner application to connect via AIDL. The package is a native java component, having each and every class or interface in the package.
[0046] FIG. 1 illustrates a flowchart on the method for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention. With regard to FIG. 1, represents an exemplary method 100 disclosed herein employs a method for an on-device intent detection using streaming pipe inter-process communication. The method 100 disclosed herein, comprises the steps of recognizing a user intent detection, by an artificial intelligence (AI) algorithm, as the user inputs the user intent at step 101. The user intent includes keywords. The method 100 further involves getting the keywords into a manipulative data structure at step 102. Furthermore, the method 100 involves appending the manipulative data structure to an AIDL (Android Interface Definition Language) interface by a service application and returning a binder at step 103. The binder is an inter-process communication (IPC) mechanism used in an android. The AIDL allows to define the programming interface, such that both the client or partner and service agrees upon in order to communicate with each other using inter-process communication (IPC). Furthermore, the method 100 involves creating a worker schedule by a partner application at step 104. The partner application is an application developed and owned by a third party, for which the customer or user purchases a license from Smartsheet under an order and is made available to the customer or user exclusively in accordance with the terms and conditions of the end user license agreements accompanying them, except that the payment provisions of the agreement will apply. The worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). The method 100 further includes integrating the partner application with the service application, by executing the worker schedule at step 105. Finally, the method 100 involves storing the keywords by the partner application at step 106.
[0047] FIG. 2 illustrates a detailed flowchart on method for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention. The method 200 disclosed herein, comprises recognizing a user intent detection, by an artificial intelligence (AI) algorithm, as the user inputs the user intent at step 201. The method 200 further involves getting the keywords and appending the keywords to an AIDL (Android Interface Definition Language) interface by a service application at step 202. The method 200 further involves creating a worker schedule by a partner application at step 203. Moreover, the method 200 involves integrating the partner application with the service application, by executing the worker schedule at step 204. Furthermore, at step 205, the method comprising AI (Artificial Intelligence) algorithm considers the keyword or user intent entered by the user as input and returns positive or negative intent as decision. If the intent is positive, the AI algorithm displays the set of keywords or detected intent received from the partner application at step 206. If the intent is negative, the AI algorithm stops the process at step 207.
[0048] FIG. 3 illustrates a high-level block diagram of a system for an on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention. In an embodiment, the system 300 comprises an input/output module 302 configured to receive and display a user intent. The user intent is essentially keywords. The system 300 further comprises an intent detection module 308 configured to generate the user intent and convert the user intent into a manipulative data structure. The manipulative data structure is further appended to an AIDL 310 (Android Interface Definition Language) by a service application 304, and thereby returning a binder. The binder is an inter-process communication (IPC) mechanism used in an android. Furthermore, the intent detection module is configured to integrate the service application 304 is to a partner application 306 by executing a worker schedule provided by an android operating system 312. The worker schedule is created by the partner application 306 and the worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work (). Besides, the partner application 306 is configured to store the keywords obtained from the service application 304.
[0049] FIG. 4 illustrates a flowchart to build service application from code, according to an embodiment of the present invention. The flowchart depicts the service application 400, wherein the service application is an IME (Input Method Editor) application. The building to service application 400 from code comprises creating an AIDL file at step 401. The AIDL file is a specified file type in the android studio, written in java, where functions are declared in the interface. At step 402, rebuilding project is done. The rebuilding project creates a stub, which is written in AIDL. At step 403, the functions are defined in the AIDL interface. The functions that are used to share strings are declared. Further, at step 404, again rebuilding the project. During this rebuilding the project, helps to update out functions to the stub. At step 405, stub is created consisting of function. Furthermore, at step 406, a service class is defined. A service is an android component that is created to perform background tasks which has no UI (User Interface). In this service, the behaviour of the function is defined. At step 407, a stub object is created, which is returned as a binder and AIDL method is implemented. The object of the stub created previously, will be again created, and type casted as an interface. An interface is a native java non primitive data type, which can be defined and contains only abstract functions. Furthermore, at step 408, the stub object is returned through the on Bind () method. During this step, the stub object created at step 407 is returned in the on Bind () method, which is the member function of service class. Finally, at step 409, an intent filter is added in the manifest.xml file. An intent filter is basically used by the partner application to connect to the service application.
[0050] FIG. 5 illustrates a flowchart to build client or partner application from code, according to an embodiment of the present invention. The flowchart depicts the client or partner application 500, wherein the client application is also known as partner application, helps in IPC (inter-process communication) involving client server connection. The building to client application 500 from code comprises creating an AIDL file with same name and same package as created in the service application at step 501. Creating the AIDL file in client application is a necessary requirement for the service application 400 to connect through IPC. At step 502, rebuilding project is carried out. The rebuilding project creates a stub. At step 503, worker class is created and do Work () member function is implemented. The worker class extends Work Manager API, which is part of jetpack compose library, and contains a member function called do Work (), which is called when a worker schedule is scheduled. Further, at step 504, a service connection object is created, and the AIDL interface stub reference is initialized by using as Interface () method. A service connection object will initialize the AIDL interface object and allows the client application to call the functions defined in the service application 400. At step 505, an intent is created using the intent filter in the service application. The intent filter defined in the manifest of the service application 400 has a name, and a package, with the same name and package an intent is created. Further, using the intent, the service component of the service application is connected. At step 506, intent package is set with same package as that of the AIDL interface. Furthermore, at step 507, bind service method is called to connect to the service from the service application 400 in the do Work () method. Furthermore, at step 508, method defined in AIDL interface is called. Once the service is connected, the methods defined in the AIDL interface is called in the partner application 500, and keywords are retrieved. Finally, at step 509, a Periodic Work Request object is created in the main activity, and enqueue the work using the defined object. The worker intended to be scheduled needs to enqueued.
[0051] FIG. 6A-6C illustrates the screenshot of performance on method for on-device intent detection using streaming pipe inter-process communication, according to an embodiment of the present invention. FIG. 6A illustrates a screenshot, wherein the service application sends the string “hi”. FIG. 6B illustrates a screenshot, wherein the partner application database has received the string “hi”. The partner application database comprises tabs, such as database inspector 601, network inspector 602 and background task inspector 603. The database inspector 601, helps to observe the data that is inserted into the database. The database inspector in the FIG. 6B, illustrates that the keywords are successfully received and stored by the partner application which are sent from the service application. The network inspector 602, is a part of android studio’s user interface and has other utilities. Furthermore, the background task inspector 603, helps in getting acknowledged about the background tasks like jobs worker etc., that are scheduled or have been carried out. Therefore, the FIG. 6B, illustrates the background task inspector, which basically shows that the worker that is getting scheduled by the partner application. Furthermore, the FIG. 6C illustrates that the worker is enqueued for next insertion.
[0052] The foregoing description of the specific embodiments will so fully reveal the general nature of the embodiments herein that others can, by applying current knowledge, readily modify and/or adapt for various applications such specific embodiments without departing from the generic concept, and, therefore, such adaptations and modifications should and are intended to be comprehended within the meaning and range of equivalents of the disclosed embodiments.
[0053] It is to be understood that the phraseology or terminology employed herein is for the purpose of description and not of limitation. Therefore, while the embodiments herein have been described in terms of preferred embodiments, those skilled in the art will recognize that the embodiments herein can be practiced with modifications.
G) ADVANTAGES OF THE INVENTION
[0054] The various embodiments of the present invention provides a method and a system for on-device intent detection using streaming pipe inter-process communication. The main advantage of the present invention is, that it does not use any API or internet and the process is carried out at the OS (Operating System) level, therefore a significant change in time and resource requirement is visible. The present invention also allows the intended applications to receive the requirements from the users directly, without any middlemen or intermediaries. The intended applications will also be able to directly suggest solutions to consumers. This direct communication between the users and the applications will become a great business utility. Furthermore, the intent detection will also help the users to get solutions directly from respective applications resulting in faster and seamless experience. Therefore, the present invention finds application in data science industry, as the present invention will make data collection really smooth and organized and will contribute to the e-commerce business a lot by letting them know what their user needs. In addition, the present invention also finds application in e-commerce, fintech, banking and trading.
[0055] The foregoing description of the specific embodiments will so fully reveal the general nature of the embodiments herein that others can, by applying current knowledge, readily modify and/or adapt for various applications such as specific embodiments without departing from the generic concept, and, therefore, such adaptations and modifications should and are intended to be comprehended within the meaning and range of equivalents of the disclosed embodiments.
[0056] It is to be understood that the phraseology or terminology employed herein is for the purpose of description and not of limitation. Therefore, while the embodiments herein have been described in terms of preferred embodiments, those skilled in the art will recognize that the embodiments herein can be practiced with modifications. However, all such modifications are deemed to be within the scope of the claims.

We claim:

1. A method (100) for an on-device intent detection using streaming pipe inter-process communication, comprising the steps of:
a. recognizing a user intent detection, by an artificial intelligence (AI) algorithm or model, as the user inputs a user intent; and wherein the user intent is essentially keywords (101);
b. getting the keywords into a manipulative data structure (102);
c. appending the manipulative data structure to an Android Interface Definition Language (AIDL) interface by a service application, and returning a binder (103); and wherein the binder is an inter-process communication (IPC) mechanism used in an android;
d. creating a worker schedule by a partner application (104); and wherein the worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work ();
e. integrating the partner application with the service application, by executing the worker schedule (105);
f. storing the keywords by the partner application (106).
2. The method (100) as claimed in Claim 1, wherein the manipulative data structure is appended by obtaining the string from an Input Method Editor (IME) and adding to the AIDL interface, and the AIDL interface keeps the string in an android operating system level, handled using a stub, and wherein the stub is an auto generated file and contains all the function defined, when a developer attempts to define the AIDL interface, and wherein the IME is a user control, that enables user to enter the text.
3. The method (100) as claimed in Claim 1, wherein the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or Application Programming Interface (API) to store data.
4. The method (100) as claimed in Claim 1, wherein the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption; and wherein the Work Manager performs the operation, whenever the worker schedule is scheduled.
5. The method (100) as claimed in Claim 1, wherein the member function do Work() is executed whenever the worker schedule is called or scheduled; and wherein the worker schedule is scheduled once in every 15 minutes, and implies that in every 15 minutes the do Work() function gets executed; and wherein during every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component; and wherein the service component is an android component that runs in the background.
6. The method (100) as claimed in Claim 1, wherein the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name; and wherein the same package name is a necessary condition for both the service and partner application to connect via AIDL; and wherein the package is a native java component, having each and every class or interface in the package.
7. A system (300) for an on-device intent detection using streaming pipe inter-process communication comprising:
a. an input/output module (302) configured to receive and display a user intent; and wherein the user intent is essentially keywords;
b. an intent detection module (308) configured to generate the user intent using an AI algorithm or model and convert the user intent into a manipulative data structure; and wherein the manipulative data structure is appended to an Android Interface Definition Language (AIDL) interface (310) by a service application (304), and returning a binder; and wherein the binder is an inter-process communication (IPC) mechanism used in an android; and wherein the service application (304) is integrated to a partner application (306) by executing a worker schedule provide by an android operating system (312); and wherein the worker schedule is created by the partner application; and wherein the worker schedule is Work Manager, provided by android jetpack library, and has a member function do Work(); and wherein the partner application is configured to store the keywords obtained from the service application.
8. The system (300) as claimed in Claim 7, wherein the manipulative data structure is appended by obtaining the string from an Input Method Editor (IME) and adding to the AIDL interface, and the AIDL interface keeps the string in the android operating system level, handled using a stub; and wherein the stub is an auto generated file, when a developer attempts to define the AIDL interface, and contains all the function defined; and wherein the IME is a user control, that enables user to enter the text.
9. The system (300) as claimed in Claim 7, wherein the inter-process communication mechanism involves transferring the keywords from the service application to the partner application, using AIDL interface, without using any server or Application Programming Interface (API) to store data.
10. The system (300) as claimed in Claim 7, wherein the Work Manager is a set of operations required to be performed, irrespective of whether the android gets restarted or involves any other interruption; and wherein the Work Manager performs the operation, whenever the worker schedule is scheduled.
11. The system (300) as claimed in Claim 7, wherein the member function do Work() is executed whenever the worker schedule is called or scheduled; and wherein the worker schedule is scheduled once in every 15 minutes, and implies that in every 15 minutes the do Work() function gets executed; and wherein during every 15 minutes the partner application obtain the keywords from the AIDL stub by connecting to the service application, service component; and wherein the service component is an android component that runs in the background.
12. The system (300) as claimed in Claim 7, wherein the partner application is integrated to the service application using the AIDL interface, defined in both the service and partner application, having same package name; and wherein the same package name is a necessary condition for both the service and partner application to connect via AIDL; and wherein the package is a native java component, having each and every class or interface in the package.

Documents

Application Documents

# Name Date
1 202311010020-IntimationOfGrant11-01-2024.pdf 2024-01-11
1 202311010020-STATEMENT OF UNDERTAKING (FORM 3) [15-02-2023(online)].pdf 2023-02-15
2 202311010020-PatentCertificate11-01-2024.pdf 2024-01-11
2 202311010020-PROOF OF RIGHT [15-02-2023(online)].pdf 2023-02-15
3 202311010020-POWER OF AUTHORITY [15-02-2023(online)].pdf 2023-02-15
3 202311010020-FORM 3 [09-11-2023(online)].pdf 2023-11-09
4 202311010020-FORM FOR SMALL ENTITY(FORM-28) [15-02-2023(online)].pdf 2023-02-15
4 202311010020-AMMENDED DOCUMENTS [17-10-2023(online)].pdf 2023-10-17
5 202311010020-FORM FOR SMALL ENTITY [15-02-2023(online)].pdf 2023-02-15
5 202311010020-CLAIMS [17-10-2023(online)].pdf 2023-10-17
6 202311010020-FORM 1 [15-02-2023(online)].pdf 2023-02-15
6 202311010020-COMPLETE SPECIFICATION [17-10-2023(online)].pdf 2023-10-17
7 202311010020-FIGURE OF ABSTRACT [15-02-2023(online)].pdf 2023-02-15
7 202311010020-DRAWING [17-10-2023(online)].pdf 2023-10-17
8 202311010020-FER_SER_REPLY [17-10-2023(online)].pdf 2023-10-17
8 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [15-02-2023(online)].pdf 2023-02-15
9 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI [15-02-2023(online)].pdf 2023-02-15
9 202311010020-FORM 13 [17-10-2023(online)].pdf 2023-10-17
10 202311010020-DRAWINGS [15-02-2023(online)].pdf 2023-02-15
10 202311010020-FORM 3 [17-10-2023(online)].pdf 2023-10-17
11 202311010020-DECLARATION OF INVENTORSHIP (FORM 5) [15-02-2023(online)].pdf 2023-02-15
11 202311010020-MARKED COPIES OF AMENDEMENTS [17-10-2023(online)].pdf 2023-10-17
12 202311010020-COMPLETE SPECIFICATION [15-02-2023(online)].pdf 2023-02-15
12 202311010020-OTHERS [17-10-2023(online)].pdf 2023-10-17
13 202311010020-MSME CERTIFICATE [22-02-2023(online)].pdf 2023-02-22
13 202311010020-POA [17-10-2023(online)].pdf 2023-10-17
14 202311010020-AMMENDED DOCUMENTS [09-06-2023(online)].pdf 2023-06-09
14 202311010020-FORM28 [22-02-2023(online)].pdf 2023-02-22
15 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI [09-06-2023(online)].pdf 2023-06-09
15 202311010020-FORM-9 [22-02-2023(online)].pdf 2023-02-22
16 202311010020-FORM 13 [09-06-2023(online)].pdf 2023-06-09
16 202311010020-FORM 18A [22-02-2023(online)].pdf 2023-02-22
17 202311010020-FORM FOR SMALL ENTITY [09-06-2023(online)].pdf 2023-06-09
17 202311010020-FER.pdf 2023-04-17
18 202311010020-FORM28 [09-06-2023(online)].pdf 2023-06-09
18 202311010020-Request Letter-Correspondence [27-04-2023(online)].pdf 2023-04-27
19 202311010020-MARKED COPIES OF AMENDEMENTS [09-06-2023(online)].pdf 2023-06-09
19 202311010020-Power of Attorney [27-04-2023(online)].pdf 2023-04-27
20 202311010020-FORM28 [27-04-2023(online)].pdf 2023-04-27
20 202311010020-OTHERS [09-06-2023(online)].pdf 2023-06-09
21 202311010020-Form 1 (Submitted on date of filing) [27-04-2023(online)].pdf 2023-04-27
21 202311010020-POA [09-06-2023(online)].pdf 2023-06-09
22 202311010020-Covering Letter [27-04-2023(online)].pdf 2023-04-27
22 202311010020-RELEVANT DOCUMENTS [09-06-2023(online)].pdf 2023-06-09
23 202311010020-REQUEST FOR CERTIFIED COPY [09-06-2023(online)].pdf 2023-06-09
23 202311010020-Request Letter-Correspondence [06-06-2023(online)].pdf 2023-06-06
24 202311010020-Power of Attorney [06-06-2023(online)].pdf 2023-06-06
24 202311010020-Covering Letter [06-06-2023(online)].pdf 2023-06-06
25 202311010020-Form 1 (Submitted on date of filing) [06-06-2023(online)].pdf 2023-06-06
25 202311010020-FORM28 [06-06-2023(online)].pdf 2023-06-06
26 202311010020-Form 1 (Submitted on date of filing) [06-06-2023(online)].pdf 2023-06-06
26 202311010020-FORM28 [06-06-2023(online)].pdf 2023-06-06
27 202311010020-Covering Letter [06-06-2023(online)].pdf 2023-06-06
27 202311010020-Power of Attorney [06-06-2023(online)].pdf 2023-06-06
28 202311010020-REQUEST FOR CERTIFIED COPY [09-06-2023(online)].pdf 2023-06-09
28 202311010020-Request Letter-Correspondence [06-06-2023(online)].pdf 2023-06-06
29 202311010020-Covering Letter [27-04-2023(online)].pdf 2023-04-27
29 202311010020-RELEVANT DOCUMENTS [09-06-2023(online)].pdf 2023-06-09
30 202311010020-Form 1 (Submitted on date of filing) [27-04-2023(online)].pdf 2023-04-27
30 202311010020-POA [09-06-2023(online)].pdf 2023-06-09
31 202311010020-FORM28 [27-04-2023(online)].pdf 2023-04-27
31 202311010020-OTHERS [09-06-2023(online)].pdf 2023-06-09
32 202311010020-MARKED COPIES OF AMENDEMENTS [09-06-2023(online)].pdf 2023-06-09
32 202311010020-Power of Attorney [27-04-2023(online)].pdf 2023-04-27
33 202311010020-FORM28 [09-06-2023(online)].pdf 2023-06-09
33 202311010020-Request Letter-Correspondence [27-04-2023(online)].pdf 2023-04-27
34 202311010020-FER.pdf 2023-04-17
34 202311010020-FORM FOR SMALL ENTITY [09-06-2023(online)].pdf 2023-06-09
35 202311010020-FORM 13 [09-06-2023(online)].pdf 2023-06-09
35 202311010020-FORM 18A [22-02-2023(online)].pdf 2023-02-22
36 202311010020-FORM-9 [22-02-2023(online)].pdf 2023-02-22
36 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI [09-06-2023(online)].pdf 2023-06-09
37 202311010020-AMMENDED DOCUMENTS [09-06-2023(online)].pdf 2023-06-09
37 202311010020-FORM28 [22-02-2023(online)].pdf 2023-02-22
38 202311010020-MSME CERTIFICATE [22-02-2023(online)].pdf 2023-02-22
38 202311010020-POA [17-10-2023(online)].pdf 2023-10-17
39 202311010020-COMPLETE SPECIFICATION [15-02-2023(online)].pdf 2023-02-15
39 202311010020-OTHERS [17-10-2023(online)].pdf 2023-10-17
40 202311010020-DECLARATION OF INVENTORSHIP (FORM 5) [15-02-2023(online)].pdf 2023-02-15
40 202311010020-MARKED COPIES OF AMENDEMENTS [17-10-2023(online)].pdf 2023-10-17
41 202311010020-DRAWINGS [15-02-2023(online)].pdf 2023-02-15
41 202311010020-FORM 3 [17-10-2023(online)].pdf 2023-10-17
42 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI [15-02-2023(online)].pdf 2023-02-15
42 202311010020-FORM 13 [17-10-2023(online)].pdf 2023-10-17
43 202311010020-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [15-02-2023(online)].pdf 2023-02-15
43 202311010020-FER_SER_REPLY [17-10-2023(online)].pdf 2023-10-17
44 202311010020-DRAWING [17-10-2023(online)].pdf 2023-10-17
44 202311010020-FIGURE OF ABSTRACT [15-02-2023(online)].pdf 2023-02-15
45 202311010020-COMPLETE SPECIFICATION [17-10-2023(online)].pdf 2023-10-17
45 202311010020-FORM 1 [15-02-2023(online)].pdf 2023-02-15
46 202311010020-FORM FOR SMALL ENTITY [15-02-2023(online)].pdf 2023-02-15
46 202311010020-CLAIMS [17-10-2023(online)].pdf 2023-10-17
47 202311010020-FORM FOR SMALL ENTITY(FORM-28) [15-02-2023(online)].pdf 2023-02-15
47 202311010020-AMMENDED DOCUMENTS [17-10-2023(online)].pdf 2023-10-17
48 202311010020-POWER OF AUTHORITY [15-02-2023(online)].pdf 2023-02-15
48 202311010020-FORM 3 [09-11-2023(online)].pdf 2023-11-09
49 202311010020-PROOF OF RIGHT [15-02-2023(online)].pdf 2023-02-15
49 202311010020-PatentCertificate11-01-2024.pdf 2024-01-11
50 202311010020-STATEMENT OF UNDERTAKING (FORM 3) [15-02-2023(online)].pdf 2023-02-15
50 202311010020-IntimationOfGrant11-01-2024.pdf 2024-01-11
51 202311010020-PROOF OF ALTERATION [19-09-2025(online)].pdf 2025-09-19
52 202311010020-FORM-26 [19-09-2025(online)].pdf 2025-09-19

Search Strategy

1 search202311010020E_13-04-2023.pdf

ERegister / Renewals

3rd: 02 Apr 2024

From 15/02/2025 - To 15/02/2026