CN116400962A - Instruction processing method, apparatus and computer program product - Google Patents

Instruction processing method, apparatus and computer program product Download PDF

Info

Publication number
CN116400962A
CN116400962A CN202310331395.2A CN202310331395A CN116400962A CN 116400962 A CN116400962 A CN 116400962A CN 202310331395 A CN202310331395 A CN 202310331395A CN 116400962 A CN116400962 A CN 116400962A
Authority
CN
China
Prior art keywords
instruction
target
determining
center
response
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310331395.2A
Other languages
Chinese (zh)
Inventor
孙英建
李晓琴
黄海峰
王晓荣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202310331395.2A priority Critical patent/CN116400962A/en
Publication of CN116400962A publication Critical patent/CN116400962A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30145Instruction analysis, e.g. decoding, instruction word fields
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30181Instruction operation extension or modification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure provides an instruction processing method, an instruction processing device, electronic equipment, a storage medium and a program product, relates to the technical field of computers, and particularly relates to the technical fields of artificial intelligence, voice interaction and the like, and can be applied to a voice interaction scene. The specific implementation scheme is as follows: the following instruction processing operations are executed uniformly through the instruction center: receiving a target instruction aiming at each page in a target product object; analyzing the target instruction to obtain target instruction information; determining an instruction response method corresponding to the target instruction according to the target instruction information; according to the instruction response method, a target instruction for each page in the target product object is responded. The method and the device improve the readability of the code of the target product object and reduce the development difficulty and maintenance difficulty of the code of the target product object.

Description

Instruction processing method, apparatus and computer program product
Technical Field
The disclosure relates to the technical field of computers, in particular to the technical fields of artificial intelligence, voice interaction and the like, and particularly relates to an instruction processing method, an instruction processing device, electronic equipment, a storage medium and a computer program product, which can be applied to a voice interaction scene.
Background
Voice interaction is a function commonly provided by artificial intelligence products, which are required to support a wide variety of voice instructions. The voice command not only includes the command of global effect such as application start, function page jump, return, exit, etc., but also includes the local command effective in a certain page or a certain function. With the increase of instruction type types, the code readability of the artificial intelligent product is poor, the development difficulty is high, and the maintainability is poor.
Disclosure of Invention
The present disclosure provides an instruction processing method, apparatus, electronic device, storage medium, and computer program product.
According to a first aspect, there is provided an instruction processing method comprising: the following instruction processing operations are executed uniformly through the instruction center: receiving a target instruction aiming at each page in a target product object; analyzing the target instruction to obtain target instruction information; determining an instruction response method corresponding to the target instruction according to the target instruction information; according to the instruction response method, a target instruction for each page in the target product object is responded.
According to a second aspect, there is provided an instruction processing apparatus comprising: the following instruction processing operations are executed uniformly through the instruction center: a receiving unit configured to receive a target instruction for each page in a target product object; the analysis unit is configured to analyze the target instruction to obtain target instruction information; a determining unit configured to determine an instruction response method corresponding to the target instruction according to the target instruction information; and a response unit configured to respond to the target instruction for each page in the target product object according to the instruction response method.
According to a third aspect, there is provided an electronic device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method as described in any one of the implementations of the first aspect.
According to a fourth aspect, there is provided a non-transitory computer readable storage medium storing computer instructions for causing a computer to perform a method as described in any implementation of the first aspect.
According to a fifth aspect, there is provided a computer program product comprising: a computer program which, when executed by a processor, implements a method as described in any of the implementations of the first aspect.
According to the technology of the disclosure, an instruction processing method is provided, and instruction processing operations such as receiving, analyzing, responding and the like of an instruction are uniformly executed through an instruction center arranged in a target product object; for various instructions supported by the target product object, corresponding instruction processing logic does not need to be arranged in each page in the target product object, and the processing logic of all instructions supported by the target product object is arranged in an instruction center, so that technicians can develop and maintain the instructions in the instruction center, the readability of codes of the target product object is improved, and the development difficulty and maintenance difficulty of the codes of the target product object are reduced.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the disclosure, nor is it intended to be used to limit the scope of the disclosure. Other features of the present disclosure will become apparent from the following specification.
Drawings
The drawings are for a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
FIG. 1 is an exemplary system architecture diagram to which an embodiment according to the present disclosure may be applied;
FIG. 2 is a flow chart of one embodiment of an instruction processing method according to the present disclosure;
fig. 3 is a schematic diagram of an application scenario of the instruction processing method according to the present embodiment;
FIG. 4 is a flow chart of yet another embodiment of an instruction processing method according to the present disclosure;
FIG. 5 is a structural flow diagram of an instruction center according to the instruction processing method of the present disclosure;
FIG. 6 is a block diagram of one embodiment of an instruction processing apparatus according to the present disclosure;
FIG. 7 is a schematic diagram of a computer system suitable for use in implementing embodiments of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below in conjunction with the accompanying drawings, which include various details of the embodiments of the present disclosure to facilitate understanding, and should be considered as merely exemplary. Accordingly, one of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
In the technical scheme of the disclosure, the related processes of collecting, storing, using, processing, transmitting, providing, disclosing and the like of the personal information of the user accord with the regulations of related laws and regulations, and the public order colloquial is not violated.
FIG. 1 illustrates an exemplary architecture 100 in which the instruction processing methods and apparatus of the present disclosure may be applied.
As shown in fig. 1, a system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The communication connection between the terminal devices 101, 102, 103 constitutes a topology network, the network 104 being the medium for providing the communication link between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The terminal devices 101, 102, 103 may be hardware devices or software supporting network connections for data interaction and data processing. When the terminal devices 101, 102, 103 are hardware, they may be various electronic devices supporting network connection, information acquisition, interaction, display, processing, etc., including but not limited to smart speakers, smart display screens, smart phones, tablet computers, electronic book readers, laptop and desktop computers, etc. When the terminal devices 101, 102, 103 are software, they can be installed in the above-listed electronic devices. It may be implemented as a plurality of software or software modules, for example, for providing distributed services, or as a single software or software module. The present invention is not particularly limited herein.
The server 105 may be a server that provides various services, for example, a background processing server that performs unified instruction processing operations of reception, analysis, response, and the like of instructions through an instruction center provided in a target product object based on the reception of instructions by the terminal devices 101, 102, 103. As an example, the server 105 may be a cloud server.
The server may be hardware or software. When the server is hardware, the server may be implemented as a distributed server cluster formed by a plurality of servers, or may be implemented as a single server. When the server is software, it may be implemented as a plurality of software or software modules (e.g., software or software modules for providing distributed services), or as a single software or software module. The present invention is not particularly limited herein.
It should be further noted that, the instruction processing method provided by the embodiment of the present disclosure may be executed by a server, may be executed by a terminal device, or may be executed by the server and the terminal device in cooperation with each other. Accordingly, each part (for example, each unit) included in the instruction processing apparatus may be provided in the server, may be provided in the terminal device, or may be provided in the server and the terminal device, respectively.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation. When the electronic device on which the instruction processing method is run does not need to perform data transmission with other electronic devices, the system architecture may include only the electronic device (e.g., a server or a terminal device) on which the instruction processing method is run.
Referring to fig. 2, fig. 2 is a flowchart of an instruction processing method according to an embodiment of the present disclosure, where in a flowchart 200, an execution body (for example, a terminal device or a server in fig. 1) of the instruction processing method performs an instruction processing operation in a unified manner through an instruction center, and the instruction processing operation includes the following steps:
step 201, receiving a target instruction for each page in a target product object.
In this embodiment, the execution body of the instruction processing method (for example, the terminal device or the server in fig. 1) may receive the target instruction for each page in the target product object from a remote location through a wired network connection or a wireless network connection, or from a local location.
The target product object may be various products that receive and execute instructions, such as smart speakers, smart displays, and the like. The target product object is provided with an instruction center, and all instructions aiming at the target product object are uniformly processed through the instruction center.
The target instructions may be various forms of instructions including, but not limited to, speech instructions based on speech characterization, text instructions based on text characterization, action instructions based on action characterization. Each form of instruction includes multiple types of Query direct instructions, global instructions, local instructions, and the like. Taking a Query direct instruction as an example, the Query direct instruction characterizes an instruction that a user can directly direct to a target page by specific actions, for example, in medical related applications, after the received Query direct instruction is 'open blood glucose measurement', the application directly enters the blood glucose measurement page when being opened from the background.
The global instruction is an instruction which globally takes effect on each page in the target product object, such as a cloud instruction, a local instruction, a Push instruction and the like, and specifically, for example, an instruction of starting an application, jumping a functional page, returning, exiting and the like; the local instruction is an instruction that takes effect in a certain page or a certain function of the application, for example, the local instruction for a blood glucose measurement page may be "report blood glucose value".
For most target product objects, the number of instructions supported by the initial version product is generally small, and the instruction type is filtered and judged at the place where the instructions are used in the page. Specifically, all the Query direct instructions are judged and processed in the MainActivity in the form of a switch case; the APK (Android application package ) instruction is judged by using a character string in a used page, and corresponding business processing is performed after instruction information is obtained.
However, as product versions iterate, the number of instructions increases rapidly, more and more Query direct instructions need to be judged, more and more APK instructions need to be processed, and the instruction types are not uniformly maintained, which causes many problems as follows:
(1) Code readability is poor:
the judgment of the Query direct instruction is more and more, the judgment of the switch case in the page is more and more, and a large number of judgments are piled up in the MainActivity class. Because the MainActivity class is an application starting page, the logic inside is more, and the number of lines of the code of the MainActivity class is increased by adding a large number of instructions, so that the maintainability and the readability of the code are greatly reduced.
(2) Development difficulty is increased:
the unified maintenance of the instruction types is not carried out, and each place using the instruction is judged in the form of a character string, so that a great number of repeated instruction type definitions appear in engineering. In addition, since each place where the instruction is used is a character string which is directly written, the situation of type misspelling possibly occurs, and the type misspelling can lead to the failure of instruction identification and the failure of correctly responding to corresponding actions.
(3) Poor maintainability, inconvenient expansion:
For global instructions, the same action is responded to in each page, the same instruction needs to be repeatedly processed in each page, and the same logic needs to be added for each page. Also, each global instruction added requires adjustment of the global instruction to accommodate the logic of the added location.
In this embodiment, the instruction center processes the instructions for the target product object in a unified manner. The instruction center registers instruction monitoring through the BotSdk provided by the application, and can acquire an APK instruction issued by the application at the BotSdk; after fetching the instruction, the instruction stream is transferred to a dispatch sub-center in the instruction center. And adding a Query direct method to the entry Activity, and after receiving a Query direct instruction, streaming the same stream to an instruction center and then entering a distribution sub-center in the instruction center. The distribution sub-center may perform step 201 to receive target instructions for each page in the target product object and perform the following step 202.
Step 202, analyzing the target instruction to obtain target instruction information.
In this embodiment, the execution body may analyze the target instruction to obtain target instruction information.
The target instruction information mainly comprises instruction names, slot position information and custom data. The slot information is information corresponding to the configured instruction slot, and the target instruction of the user is analyzed according to the pre-configured slot, so that the specific value of the current slot is analyzed. For example, the preset configuration is to turn on "XXX", and when the target instruction of the user is to turn on blood pressure measurement and turn on blood glucose measurement, the instruction center will analyze the "XXX" slot into blood pressure measurement and blood glucose measurement.
Taking a cloud instruction as an example, the analysis process is as follows: acquiring a cloud instruction by applying the provided ontHandleIntent method registered by the BotSdk; the cloud instruction has a botintelnt parameter and a botintelnt type, and contains a name field, slots information field and an s1 field. The s1 field type is json character string, and the custom data is contained in the json character string. And after receiving the cloud instruction, the application calls a handlebotintelt method of the instruction center by carrying a name field and a slots field to analyze the instruction. The handlebot Intent method converts the bot Intent content and the custom content characterized by s1 into an IntntBean type common within the application. The InttBean includes name field, slots field and custom data field, and all subsequent judgment and business processing of the cloud instruction adopts InttBean type in the application.
Taking Click instruction as an example, the parsing process is as follows: the locally configured Click command can be obtained by applying the provided BotSdkLink registered onClickLink method; the parameters of the Click command are s, the types are character strings, the character strings comprise the name of the Click command and hashMap, the hashMap type is hashMap < String, string >, and the character strings are custom data carried in the command. And after receiving the Click command, the S application calls a handleclick link method of the command center to analyze the command, wherein the handleclick link method carries two fields, namely a Click command name and a hashMap. The inside of the handleClickLink method converts all information into IntntBean type data, and the IntntBean type in the application is adopted for the subsequent judgment and business processing of the Click command.
Step 203, determining an instruction response method corresponding to the target instruction according to the target instruction information.
In this embodiment, the execution body may determine, according to the target instruction information, an instruction response method corresponding to the target instruction. The instruction response method is used for representing response actions to the instruction.
As an example, the execution subject, or an electronic device communicatively connected to the execution subject, is provided with a correspondence table that characterizes a correspondence between instruction information and instruction response methods. After determining the target instruction information, matching the target instruction information with the instruction information in the corresponding relation table; further, the instruction response method corresponding to the instruction information that most matches the confidence of the target instruction is determined as the instruction response method corresponding to the target instruction.
As yet another example, the execution subject determines the intention of the target instruction from the target instruction information; further, according to the intention of the target instruction, an instruction response method corresponding to the target instruction is determined. Wherein the intent characterizes a particular action to be performed by the target instruction, such as returning to the previous page, by the current instruction. Specifically, the intent may be determined based on the instruction name and slot information of the instruction.
In some alternative implementations of the present embodiment, a configuration sub-center is provided in the instruction center. The configuration sub-center includes instruction information of all types of instructions supported by the instruction center. In this implementation manner, the execution body may execute the step 203 as follows:
first, through a configuration sub-center in the instruction center, whether the target instruction is an instruction supported by the instruction center is determined according to the target instruction information.
As an example, the above-described execution sense may match the target instruction information with the instruction information in the configuration sub-center, determine whether the instruction information consistent with the target instruction information is included in the configuration sub-center, and determine whether the target instruction is an instruction supported by the instruction center.
All instructions supported by the current application are stored in the configuration sub-center, and the type of each instruction is determined according to the service before the application is developed. After analyzing the target instruction information, determining the instruction type of the target instruction; and under the corresponding instruction type in the configuration sub-center, matching the target instruction information with the instruction information under the instruction type.
Second, in response to determining that the target instruction is the target instruction, determining an instruction response method corresponding to the target instruction according to the target instruction information.
In this implementation manner, in response to determining that the configuration sub-center includes instruction information consistent with the target instruction information, and determining that the target instruction is an instruction supported by the instruction center, the instruction response method corresponding to the target instruction may be determined by using the instruction response method determining example described above.
In the implementation manner, the execution main body screens the instructions supported by the target product object based on the configuration sub-center, so that invalid processing of the instructions which are not supported is avoided, and the effectiveness of the instruction processing process is improved.
In some optional implementations of this embodiment, the foregoing execution body may further perform the following operations: receiving instruction information configuration operation aiming at a configuration sub-center; the instruction information in the configuration sub-center is updated according to the instruction information configuration operation.
The instruction information configuration operation comprises configuration operations such as adding, deleting, editing and the like of the instruction information. In the implementation manner, the instructions of all pages in the application corresponding to the target product object are uniformly configured from the configuration center without the need of invasively modifying the service, so that the convenience and the high efficiency of instruction configuration are improved.
In some alternative implementations of the present embodiment, the instruction information included in the configuration sub-center is instruction information in a constant form. In this implementation manner, the execution body may execute the second step by:
First, in response to the determination being yes, determining, by the configuration sub-center, target instruction information in a constant form corresponding to the target instruction; then, according to the constant-form target instruction information, determining an instruction response method corresponding to the target instruction.
In this implementation, the constant form of instruction information is determined to be target instruction information for the target instruction in response to determining that instruction information consistent with the target instruction information is included in the configuration sub-center.
In the configuration subcontract, different instruction configurations are exported in a constant type, and external service or instruction centre can only read the configuration and use the configuration, does not allow external modification, can prevent the condition that the identification of other instructions is invalid due to the tampering of individual pages to the configuration, and improves the safety and effectiveness of the instruction configuration and the processing process.
In some optional implementations of this embodiment, the executing body may execute the step 203 as follows:
first, determining the instruction type of the target instruction according to the target instruction information.
The instruction types include Query direct instructions, global instructions, and local instructions. The type of each instruction is determined from the business prior to application development. And after the target instruction information is obtained through analysis, determining the instruction type of the target instruction.
Second, based on the instruction type, determining the instruction response method corresponding to the target instruction.
The instruction response methods corresponding to the instructions of different instruction types are different. For example, for a Query direct instruction, the corresponding instruction response method should jump to the page indicated by the Query direct instruction; for the global instruction, the corresponding instruction response method should be to determine the target page aimed by the global instruction and execute the target instruction based on the target page; for a local instruction, the corresponding instruction response method should be to distribute the local instruction to the page corresponding to the local instruction.
As an example, a correspondence table including correspondence between instruction types and instruction response methods is provided in the execution subject or an electronic device communicatively connected to the execution subject; further, an instruction response method corresponding to the instruction type to which the target instruction belongs is determined as the instruction response method corresponding to the target instruction.
In the implementation manner, the instruction response method corresponding to the target instruction is determined based on the instruction type to which the target instruction belongs, so that the accuracy of the instruction response method is improved.
In some optional implementations of this embodiment, the executing body may execute the second step by: and in response to determining that the instruction type is the direct instruction type, determining, by a distribution sub-center in the instruction center, an instruction response method corresponding to the target instruction according to the intention characterized by the target instruction information.
The specific action to be executed by the direct instruction is meant to be represented, for example, in medical related applications, after the received Query direct instruction is "open blood glucose measurement", the slot information corresponding to the Query direct instruction is determined to be "blood glucose measurement", and further the instruction name and the slot information are further provided for entering the page of "blood glucose measurement", so that the corresponding response method is determined to be the page of opening "blood glucose measurement".
In the implementation mode, a determination mode of the instruction response method aiming at the direct instruction is provided, the instruction response method is directly determined according to the intention represented by the direct instruction by utilizing the characteristics of the direct instruction, and the accuracy of the determined instruction response method is improved.
In some optional implementations of this embodiment, the executing body may execute the second step by: firstly, determining a target page aimed by a target instruction according to target instruction information through a distribution sub-center in an instruction center in response to determining that the instruction type is a local instruction type; and then, determining an instruction response method corresponding to the target instruction according to the target page.
Specifically, the names of all instructions are stored in the configuration sub-center, and if the instruction center judges that the target instruction is not a global instruction, the instruction center distributes the message in an RxBus mode in a form that a constant is used as a key and an InteBean of the specific target instruction is used as a value. Each page in the application monitors the key information with the fixed constant, judges whether the instruction is an instruction to be responded by the current page after acquiring the instruction information, executes the instruction if the instruction is the instruction to be responded by the current page, and gives up if the instruction is not the instruction to be responded by the current page.
The instruction response methods of the local instructions corresponding to different pages are different, for example, in a page for measuring blood sugar, the measurement value of the blood sugar is represented by the broadcasting measurement value; in the "blood pressure measurement" page, the "measurement report" represents a measurement value of the blood pressure report.
Aiming at the local instruction, based on a target page aimed at by the local instruction, determining an instruction response method corresponding to the local instruction, and improving the accuracy of the determined instruction response method.
In some optional implementations of this embodiment, the executing body may execute the second step by: and in response to determining that the instruction type is the global instruction type, determining, by a processing sub-center in the instruction center, an instruction response method corresponding to the target instruction, wherein the processing sub-center comprises the instruction response method corresponding to the instruction under the global instruction type.
In the implementation manner, the instruction center is provided with a processing sub-center, instruction response methods of all global instructions are stored in the processing sub-center, and the mapping relation between the instructions and the instruction response methods is configured, so that the instruction response methods of the global instructions can be directly read through instruction information. Therefore, the unified instruction response method is provided for triggering the responses of different instructions, so that the analysis of the instructions and the execution of the instructions are decoupled, the single management of functions is realized, and the convenience in the instruction processing process is further improved.
In some optional implementations of this embodiment, the executing body may determine the instruction response method corresponding to the target instruction by: firstly, determining a method character string corresponding to a target instruction based on a processing sub-center in response to determining that the instruction type is a global instruction type; then, the method character string is mapped, and an instruction response method corresponding to the target instruction is determined.
Specifically, the key is used as the name of the global instruction, the value is used as the method character string corresponding to the instruction response method, and the corresponding relation between the global instruction and the instruction response method is initialized. And then, finding out a method character string of the corresponding instruction response method according to the instruction name, and reflecting the method character string into the corresponding instruction response method.
In the implementation manner, the method character string corresponding to the target instruction is determined firstly, and then the instruction response method is determined according to the method character string, so that the determination efficiency of the determination process of the instruction response method is further improved on the basis of ensuring the determination accuracy.
Step 204, responding to the target instruction for each page in the target product object according to the instruction response method.
In this embodiment, the execution body may respond to the target instruction for each page in the target product object according to the instruction response method.
For example, for a Query direct instruction, the corresponding instruction response method should jump to the page indicated by the Query direct instruction, and then execute the jump operation for the target page; for the global instruction, the corresponding instruction response method should be to determine the target page aimed by the global instruction, and then execute corresponding actions such as return, exit and the like on the corresponding target page; for the local instruction, the corresponding instruction response method should distribute the local instruction to the page corresponding to the local instruction, and then distribute the target instruction to the corresponding page.
In some optional implementations of this embodiment, for the local instruction, the execution body may execute the step 204 by: firstly, distributing a target instruction to a target page; then, in the target page, the target instruction is executed according to the instruction response method.
For local instructions, local instructions belonging to other pages may not be supported in different pages, or the execution of local instructions of other pages on the current page may not achieve the effect desired by the user. Therefore, it is necessary to distribute the target instruction to the target page to which it is directed, so as to execute the instruction response method in the target page, and execute the target instruction, thereby achieving the effect desired by the user. In this way, the execution effect and accuracy for the local instruction are improved.
With continued reference to fig. 3, fig. 3 is a schematic diagram 300 of an application scenario of the instruction processing method according to the present embodiment. In the application scenario of fig. 3, first, a user 301 sends a voice command to an intelligent speaker 302; then, the server 303 providing the voice interaction service for the smart speaker 302 performs the following command processing operations in a unified manner through the command center 304: receiving a target instruction aiming at each page in a target product object; analyzing the target instruction to obtain target instruction information; determining an instruction response method corresponding to the target instruction according to the target instruction information; according to the instruction response method, a target instruction for each page in the target product object is responded.
In this embodiment, an instruction processing method is provided, where instruction processing operations such as receiving, analyzing, responding and the like of an instruction are executed uniformly through an instruction center set in a target product object; for various instructions supported by the target product object, corresponding instruction processing logic does not need to be arranged in each page in the target product object, and the processing logic of all instructions supported by the target product object is arranged in an instruction center, so that technicians can develop and maintain the instructions in the instruction center, the readability of codes of the target product object is improved, and the development difficulty and maintenance difficulty of the codes of the target product object are reduced.
With continued reference to FIG. 4, there is shown a schematic flow 400 of yet another embodiment of an instruction processing method according to the present disclosure. In the flow 400, an execution body of the instruction processing method (for example, a terminal device or a server in fig. 1) performs an instruction processing operation in a unified manner through an instruction center, the instruction processing operation including the steps of:
step 401, receiving, by a distribution sub-center in an instruction center, a target instruction for each page in a target product object.
Step 402, analyzing the target instruction through the distribution sub-center to obtain target instruction information.
Step 403, determining whether the target instruction is an instruction supported by the instruction center according to the target instruction information through a configuration sub-center in the instruction center.
The configuration sub-center comprises instruction information of all types of instructions supported by the instruction center, and the instruction information is in a constant form.
In response to determining that it is, a constant form of target instruction information corresponding to the target instruction is determined by the configuration sub-center, step 404.
Step 405, determining the instruction type of the target instruction according to the constant-form target instruction information.
In step 406, in response to determining that the instruction type is the direct instruction type, determining, by a distribution sub-center in the instruction center, an instruction response method corresponding to the target instruction according to the intent characterized by the target instruction information.
In step 407, in response to determining that the instruction type is a local instruction type, determining, by a dispatch sub-center in the instruction center, a target page for which the target instruction is directed according to the target instruction information.
Step 408, determining an instruction response method corresponding to the target instruction according to the target page.
In step 409, in response to determining that the instruction type is a global instruction type, a method string corresponding to the target instruction is determined based on the processing sub-center.
The processing sub-center comprises an instruction response method corresponding to the instruction under the global instruction type.
Step 410, mapping the method string, and determining the instruction response method corresponding to the target instruction.
Step 411, according to the instruction response method, responding to the target instruction for each page in the target product object.
As can be seen from this embodiment, compared with the embodiment corresponding to fig. 2, the flow 400 of the instruction processing method in this embodiment specifically illustrates the determining process of the instruction response method of the instruction under different instruction types, and by the mutual cooperation of the distribution sub-center, the configuration sub-center and the processing sub-center in the instruction center, the readability of the code of the target product object is further improved, and the development difficulty and the maintenance difficulty of the code of the target product object are reduced.
With continued reference to FIG. 5, a structural flow diagram of an instruction center suitable for use in the instruction processing method of the present disclosure is shown. Instruction center 500 includes a distribution sub-center 501, a configuration sub-center 502, and a processing sub-center 503. The instruction center is mainly used for supporting the processing of instructions on the terminal, uniformly processing global instructions, uniformly distributing local instructions and uniformly maintaining instruction configuration.
And during service development, the instruction types supported on all terminals are configured into a configuration sub-center of the instruction center, and instruction information is exported in a constant form for the instruction center or service to use.
And writing actions to be responded by all global instructions into the processing center in a method form to obtain an instruction response method, and configuring the mapping of the instructions and the instruction response method in the mapping relation of the processing sub-center. When an external global instruction triggers an instruction response method, the processing sub-center reads the instruction response method which needs to be executed by the current instruction according to the mapping relation and executes the instruction response method.
The instruction center registers instruction monitoring through the BotSdk provided by the application, and can acquire an APK instruction issued by a target product at the BotSdk and transfer the instruction stream to the distribution sub-center. And adding a Query direct method to the entry Activity, and after receiving a Query direct instruction, streaming the Query direct instruction to a distribution sub-center in the instruction center.
After receiving the APK instruction, the distribution sub-center firstly analyzes the APK instruction, and matches the analyzed APK instruction information according to the global instruction configuration of the configuration sub-center; and after matching the corresponding instruction, calling an instruction response method of the processing sub-center, wherein the instruction response method can respond differently according to different instruction types. And if the configuration sub-center is not matched with the global instruction, processing the target instruction according to the local instruction, and distributing the local instruction. After receiving the Query direct instruction, the distribution sub-center analyzes the Query direct instruction first and analyzes the specific intention of the instruction; and then performs the corresponding action according to the corresponding intention.
After the local instructions are distributed to the pages, the pages correspondingly process the local instructions according to the own use requirements.
With continued reference to fig. 6, as an implementation of the method illustrated in the foregoing figures, the present disclosure provides an embodiment of an instruction processing apparatus, which corresponds to the method embodiment illustrated in fig. 2, and which is particularly applicable to various electronic devices.
As shown in fig. 6, the instruction processing apparatus 600 includes: the following instruction processing operations are executed uniformly through the instruction center: a receiving unit 601 configured to receive a target instruction for each page in a target product object; the parsing unit 602 is configured to parse the target instruction to obtain target instruction information; a determining unit 603 configured to determine an instruction response method corresponding to the target instruction according to the target instruction information; the response unit 604 is configured to respond to the target instruction for each page in the target product object according to the instruction response method.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: determining whether the target instruction is an instruction supported by the instruction center according to the target instruction information through a configuration sub-center in the instruction center, wherein the configuration sub-center comprises instruction information of all types of instructions supported by the instruction center; and in response to the determination, determining an instruction response method corresponding to the target instruction according to the target instruction information.
In some optional implementations of the present embodiment, the instruction information included in the configuration sub-center is instruction information in a constant form, and the determining unit 603 is further configured to: in response to determining that the target instruction is in a constant form, determining target instruction information corresponding to the target instruction by the configuration sub-center; and determining an instruction response method corresponding to the target instruction according to the constant-form target instruction information.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: determining the instruction type of the target instruction according to the target instruction information; and determining an instruction response method corresponding to the target instruction based on the instruction type.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: and in response to determining that the instruction type is the direct instruction type, determining, by a distribution sub-center in the instruction center, an instruction response method corresponding to the target instruction according to the intention characterized by the target instruction information.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: in response to determining that the instruction type is a local instruction type, determining, by a distribution sub-center in the instruction center, a target page targeted by the target instruction according to the target instruction information; and determining an instruction response method corresponding to the target instruction according to the target page.
In some optional implementations of the present embodiment, the response unit 604 is further configured to: distributing the target instruction to a target page; and executing the target instruction in the target page according to the instruction response method.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: and in response to determining that the instruction type is the global instruction type, determining, by a processing sub-center in the instruction center, an instruction response method corresponding to the target instruction, wherein the processing sub-center comprises the instruction response method corresponding to the instruction under the global instruction type.
In some optional implementations of the present embodiment, the determining unit 603 is further configured to: in response to determining that the instruction type is a global instruction type, determining a method string corresponding to the target instruction based on the processing sub-center; and mapping the method character string and determining an instruction response method corresponding to the target instruction.
In this embodiment, an instruction processing apparatus is provided, where instruction processing operations such as receiving, analyzing, responding, and the like of an instruction are executed in a unified manner through an instruction center set in a target product object; for various instructions supported by the target product object, corresponding instruction processing logic does not need to be arranged in each page in the target product object, and the processing logic of all instructions supported by the target product object is arranged in an instruction center, so that technicians can develop and maintain the instructions in the instruction center, the readability of codes of the target product object is improved, and the development difficulty and maintenance difficulty of the codes of the target product object are reduced.
According to an embodiment of the present disclosure, the present disclosure further provides an electronic device including: at least one processor; and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor, such that the at least one processor, when executed, implements the instruction processing method described in any of the embodiments above.
According to an embodiment of the present disclosure, there is also provided a readable storage medium storing computer instructions for enabling a computer to implement the instruction processing method described in any of the above embodiments when executed.
The disclosed embodiments provide a computer program product which, when executed by a processor, enables the instruction processing method described in any of the above embodiments to be implemented.
Fig. 7 illustrates a schematic block diagram of an example electronic device 700 that may be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 7, the apparatus 700 includes a computing unit 701 that can perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM) 702 or a computer program loaded from a storage unit 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data required for the operation of the device 700 may also be stored. The computing unit 701, the ROM 702, and the RAM 703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
Various components in device 700 are connected to I/O interface 705, including: an input unit 706 such as a keyboard, a mouse, etc.; an output unit 707 such as various types of displays, speakers, and the like; a storage unit 708 such as a magnetic disk, an optical disk, or the like; and a communication unit 709 such as a network card, modem, wireless communication transceiver, etc. The communication unit 709 allows the device 700 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The computing unit 701 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of computing unit 701 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, etc. The computing unit 701 performs the respective methods and processes described above, for example, an instruction processing method. For example, in some embodiments, the instruction processing method may be implemented as a computer software program tangibly embodied on a machine-readable medium, such as the storage unit 708. In some embodiments, part or all of the computer program may be loaded and/or installed onto device 700 via ROM 702 and/or communication unit 709. When a computer program is loaded into RAM 703 and executed by computing unit 701, one or more steps of the instruction processing method described above may be performed. Alternatively, in other embodiments, the computing unit 701 may be configured to perform the instruction processing method by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for carrying out methods of the present disclosure may be written in any combination of one or more programming languages. These program code may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus such that the program code, when executed by the processor or controller, causes the functions/operations specified in the flowchart and/or block diagram to be implemented. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), and the internet.
The computer system may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called as a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so as to solve the defects of large management difficulty and weak service expansibility in the traditional physical host and virtual special server (VPS, virtual Private Server) service; or may be a server of a distributed system or a server incorporating a blockchain.
According to the technical scheme of the embodiment of the disclosure, an instruction processing method is provided, and the instruction processing operations such as receiving, analyzing, responding and the like of an instruction are uniformly executed through an instruction center arranged in a target product object; for various instructions supported by the target product object, corresponding instruction processing logic does not need to be arranged in each page in the target product object, and the processing logic of all instructions supported by the target product object is arranged in an instruction center, so that technicians can develop and maintain the instructions in the instruction center, the readability of codes of the target product object is improved, and the development difficulty and maintenance difficulty of the codes of the target product object are reduced.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps recited in the present disclosure may be performed in parallel, sequentially, or in a different order, provided that the desired results of the technical solutions provided by the present disclosure are achieved, and are not limited herein.
The above detailed description should not be taken as limiting the scope of the present disclosure. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (21)

1. An instruction processing method, comprising:
the following instruction processing operations are executed uniformly through the instruction center:
receiving a target instruction aiming at each page in a target product object;
analyzing the target instruction to obtain target instruction information;
determining an instruction response method corresponding to the target instruction according to the target instruction information;
and responding to the target instruction aiming at each page in the target product object according to the instruction response method.
2. The method according to claim 1, wherein the determining, according to the target instruction information, an instruction response method corresponding to the target instruction includes:
determining, by a configuration sub-center of the instruction center, whether the target instruction is an instruction supported by the instruction center according to the target instruction information, wherein the configuration sub-center includes instruction information of all types of instructions supported by the instruction center;
and in response to the determination, determining an instruction response method corresponding to the target instruction according to the target instruction information.
3. The method of claim 2, wherein the instruction information included in the configuration sub-center is constant-form instruction information, and
The response determining method includes that according to the target instruction information, an instruction response method corresponding to the target instruction is determined, and the method comprises the following steps:
in response to determining that the target instruction information is in a constant form corresponding to the target instruction, determining, by the configuration sub-center;
and determining an instruction response method corresponding to the target instruction according to the constant-form target instruction information.
4. A method according to any one of claims 1-3, wherein said determining, according to said target instruction information, an instruction response method corresponding to said target instruction comprises:
determining the instruction type of the target instruction according to the target instruction information;
and determining an instruction response method corresponding to the target instruction based on the instruction type.
5. The method of claim 4, wherein the determining, based on the instruction type, an instruction response method corresponding to the target instruction comprises:
and in response to determining that the instruction type is a direct instruction type, determining, by a distribution sub-center in the instruction center, an instruction response method corresponding to the target instruction according to the intention characterized by the target instruction information.
6. The method of claim 4, wherein the determining, based on the instruction type, an instruction response method corresponding to the target instruction comprises:
responsive to determining that the instruction type is a local instruction type, determining, by a distribution sub-center in the instruction center, a target page for which the target instruction is directed according to the target instruction information;
and determining an instruction response method corresponding to the target instruction according to the target page.
7. The method of claim 6, wherein the executing the target instruction according to the instruction response method comprises:
distributing the target instruction to the target page;
and executing the target instruction in the target page according to the instruction response method.
8. The method of claim 4, wherein the determining, based on the instruction type, an instruction response method corresponding to the target instruction comprises:
and in response to determining that the instruction type is a global instruction type, determining, by a processing sub-center in the instruction center, an instruction response method corresponding to the target instruction, wherein the processing sub-center comprises the instruction response method corresponding to the instruction under the global instruction type.
9. The method of claim 8, wherein the determining, by a processing sub-center in the instruction center, an instruction response method corresponding to the target instruction in response to determining that the instruction type is a global instruction type, comprises:
responsive to determining that the instruction type is a global instruction type, determining a method string corresponding to the target instruction based on the processing sub-center;
and mapping the method character string and determining an instruction response method corresponding to the target instruction.
10. An instruction processing apparatus comprising:
the following instruction processing operations are executed uniformly through the instruction center:
a receiving unit configured to receive a target instruction for each page in a target product object;
the analysis unit is configured to analyze the target instruction to obtain target instruction information;
a determining unit configured to determine an instruction response method corresponding to the target instruction according to the target instruction information;
and a response unit configured to respond to the target instruction for each page in the target product object according to the instruction response method.
11. The apparatus of claim 10, wherein the determination unit is further configured to:
Determining, by a configuration sub-center of the instruction center, whether the target instruction is an instruction supported by the instruction center according to the target instruction information, wherein the configuration sub-center includes instruction information of all types of instructions supported by the instruction center; and in response to the determination, determining an instruction response method corresponding to the target instruction according to the target instruction information.
12. The apparatus of claim 11, wherein the instruction information included in the configuration sub-center is constant-form instruction information, and
the determining unit is further configured to:
in response to determining that the target instruction information is in a constant form corresponding to the target instruction, determining, by the configuration sub-center; and determining an instruction response method corresponding to the target instruction according to the constant-form target instruction information.
13. The apparatus according to any of claims 10-12, wherein the determining unit is further configured to:
determining the instruction type of the target instruction according to the target instruction information; and determining an instruction response method corresponding to the target instruction based on the instruction type.
14. The apparatus of claim 13, wherein the determination unit is further configured to:
and in response to determining that the instruction type is a direct instruction type, determining, by a distribution sub-center in the instruction center, an instruction response method corresponding to the target instruction according to the intention characterized by the target instruction information.
15. The apparatus of claim 13, wherein the determination unit is further configured to:
responsive to determining that the instruction type is a local instruction type, determining, by a distribution sub-center in the instruction center, a target page for which the target instruction is directed according to the target instruction information; and determining an instruction response method corresponding to the target instruction according to the target page.
16. The apparatus of claim 15, wherein the response unit is further configured to:
distributing the target instruction to the target page; and executing the target instruction in the target page according to the instruction response method.
17. The apparatus of claim 13, wherein the determination unit is further configured to:
and in response to determining that the instruction type is a global instruction type, determining, by a processing sub-center in the instruction center, an instruction response method corresponding to the target instruction, wherein the processing sub-center comprises the instruction response method corresponding to the instruction under the global instruction type.
18. The apparatus of claim 17, wherein the determination unit is further configured to:
responsive to determining that the instruction type is a global instruction type, determining a method string corresponding to the target instruction based on the processing sub-center; and mapping the method character string and determining an instruction response method corresponding to the target instruction.
19. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-9.
20. A non-transitory computer readable storage medium storing computer instructions for causing the computer to perform the method of any one of claims 1-9.
21. A computer program product comprising: computer program which, when executed by a processor, implements the method according to any of claims 1-9.
CN202310331395.2A 2023-03-30 2023-03-30 Instruction processing method, apparatus and computer program product Pending CN116400962A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310331395.2A CN116400962A (en) 2023-03-30 2023-03-30 Instruction processing method, apparatus and computer program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310331395.2A CN116400962A (en) 2023-03-30 2023-03-30 Instruction processing method, apparatus and computer program product

Publications (1)

Publication Number Publication Date
CN116400962A true CN116400962A (en) 2023-07-07

Family

ID=87017229

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310331395.2A Pending CN116400962A (en) 2023-03-30 2023-03-30 Instruction processing method, apparatus and computer program product

Country Status (1)

Country Link
CN (1) CN116400962A (en)

Similar Documents

Publication Publication Date Title
CN111026931B (en) Data query method, device, equipment and medium
CN109766082A (en) The method and apparatus that the application program page jumps
CN112882709A (en) Rendering method, device and equipment based on container engine system and storage medium
CN113766487A (en) Cloud mobile phone information acquisition method, device, equipment and medium
CN115329170A (en) Webpage crawling method, device, equipment and storage medium
CN114025037B (en) Cloud mobile phone overhaul method and device, electronic equipment and storage medium
CN113760242B (en) Data processing method, device, server and medium
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN115934076B (en) Cross-platform client micro-service providing device and method and electronic equipment
CN117194068A (en) Cross-process data transmission method, system, equipment and storage medium
CN116594621A (en) Real-time stream processing system, method and device, electronic equipment and computer medium
CN114095758B (en) Cloud image intercepting method and related device
CN116400962A (en) Instruction processing method, apparatus and computer program product
CN113722037B (en) User interface refreshing method and device, electronic equipment and storage medium
CN115599571A (en) Data processing method and device, electronic equipment and storage medium
CN113760274B (en) Front-end assembly logic injection method and device
CN114780361A (en) Log generation method, device, computer system and readable storage medium
CN114281964A (en) Method and device for determining conversation skill service, electronic equipment and storage medium
CN115312042A (en) Method, apparatus, device and storage medium for processing audio
CN113779018A (en) Data processing method and device
CN115529271B (en) Service request distribution method, device, equipment and medium
CN114286343B (en) Multi-way outbound system, risk identification method, equipment, medium and product
CN113032040B (en) Method, apparatus, device, medium, and article for processing tasks
CN113835893B (en) Data processing method, device, equipment, storage medium and program product
CN116166253A (en) Inter-vehicle domain communication method, data gateway, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination