CN115793914A - Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof - Google Patents

Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof Download PDF

Info

Publication number
CN115793914A
CN115793914A CN202310077787.0A CN202310077787A CN115793914A CN 115793914 A CN115793914 A CN 115793914A CN 202310077787 A CN202310077787 A CN 202310077787A CN 115793914 A CN115793914 A CN 115793914A
Authority
CN
China
Prior art keywords
node
generating
customized
nodes
scene interaction
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
CN202310077787.0A
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.)
Guangzhou Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Guangzhou Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202310077787.0A priority Critical patent/CN115793914A/en
Publication of CN115793914A publication Critical patent/CN115793914A/en
Pending legal-status Critical Current

Links

Images

Abstract

The application provides a method for generating a multi-round scene interaction flow chart, an electronic device and a storage medium thereof, wherein the method for generating the multi-round scene interaction flow chart comprises the following steps: under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine; creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area; displaying the customized nodes and the interactive connecting lines in an editing selection area; displaying the plurality of customized nodes in the canvas in response to the customized nodes being dragged a plurality of times; performing service type configuration on each customized node to generate a plurality of execution nodes; establishing an interactive relation among a plurality of execution nodes in response to the interactive connection being dragged; and binding the service data to each execution node to generate a multi-round scene interaction flow chart. The embodiment of the application can realize real-time response of multi-round service scene requirements, improve the consultation satisfaction degree and increase the service handling conversion rate.

Description

Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof
Technical Field
The present disclosure relates to the field of data processing, and in particular, to a method for generating a multi-round scene interaction flowchart, an electronic device, and a storage medium thereof.
Background
With the rapid development of network technologies, more and more computer technologies are applied in the financial field, and the traditional financial industry is gradually changing to financial technology. The threshold of financial services is high, service consultation processed on line is very wide, and related aspects comprise credit card repayment, loan transaction, fund financing and the like. Due to the complexity of the service types, various new problems are easily caused in the process of consulting the service at the terminal, the traditional single-turn keyword response mode is difficult to solve the scene, and the direct manual change can increase the manual customer service pressure.
At present, the traditional response mode can be realized by adopting an interactive flow chart, but most of the traditional response modes are the traditional single-round keyword response mode, and the interactive flow chart which needs to meet the requirements of multiple rounds of scenes is complex. In the related technology, a front-end framework adopted for generating a multi-round scene interaction flow chart is difficult to display a complex hierarchical structure and a node relation, the problems of weak customization capacity of complex nodes, incapability of dynamically binding service data, weak connection layout algorithm and the like exist, real-time response of multi-round service scene requirements is difficult to realize, and therefore consultation satisfaction is poor and service handling efficiency is low.
Disclosure of Invention
The embodiment of the application provides a method for generating a multi-round scene interaction flow chart, electronic equipment and a storage medium thereof, which can realize real-time response of multi-round service scene requirements, improve the consultation satisfaction degree and increase the service handling conversion rate.
In a first aspect, an embodiment of the present application provides a method for generating a multi-round scene interaction flowchart, including:
under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine;
creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area;
displaying the customized node and the interaction connection line in the editing selection area;
displaying a plurality of the customized nodes in the canvas in response to the customized nodes being dragged a plurality of times;
performing service type configuration on each customized node to generate a plurality of execution nodes;
establishing an interactive relation among the execution nodes in response to the dragging of the interactive connecting line;
and binding service data to each execution node to generate a multi-round scene interaction flow chart.
The method for generating the multi-round scene interaction flow chart provided by the embodiment of the application at least has the following beneficial effects: under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine; creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area; displaying the customized nodes and the interactive connecting lines in an editing selection area; displaying the plurality of customized nodes in the canvas in response to the customized nodes being dragged a plurality of times; performing service type configuration on each customized node to generate a plurality of execution nodes; establishing an interactive relation among a plurality of execution nodes in response to the dragging of the interactive connection line; and binding the service data to each execution node to generate a multi-round scene interaction flow chart. According to the technical scheme, service configuration is carried out on each customized node through the customized nodes, and customized nodes of different service types can be configured according to service requirements, so that the customization capacity of the nodes is improved, service data are bound to the nodes, different service scene requirements can be met, and the response problem of complex service scenes is solved. Therefore, the embodiment of the application can realize real-time response of multi-round service scene requirements, improve the consultation satisfaction degree and increase the service handling conversion rate.
According to some embodiments of the present application, the performing service type configuration on each of the customized nodes includes:
configuring a service data object for each customized node to generate first configuration information;
and creating a form control corresponding to the customized node according to the first configuration information.
According to some embodiments of the present application, the binding service data for each execution node includes:
in response to the execution node being triggered, displaying a form popup box in the canvas, the form popup box including the form control;
dynamically rendering the form control according to the first configuration information of the execution node and pre-stored service data;
and in response to the business data of the form control being modified, binding the updated business data with the execution node.
According to some embodiments of the present application, before binding the updated service data with the executing node, the method for generating a multi-round scene interaction flowchart further includes:
checking the service data;
and if the verification is passed, storing the service data.
According to some embodiments of the present application, the method for generating a multi-round scene interaction flowchart further includes:
and binding the service data to each interactive connection line according to a preset rule.
According to some embodiments of the application, the interconnect is generated by a preset orthogonal routing algorithm.
According to some embodiments of the present application, the method for generating a multi-round scene interaction flowchart further includes:
generating a start node in the canvas and establishing a connection relationship between the start node and the execution node,
and generating an end node in the canvas, and establishing a connection relation between the end node and the execution node.
According to some embodiments of the present application, the method for generating a multi-round scene interaction flowchart further includes:
acquiring keyword information of the service data corresponding to the execution node;
and displaying the keyword information in the execution node.
In a second aspect, an embodiment of the present application provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor, when executing the computer program, implements the multiple round scene interaction flowchart generation method according to the embodiment of the first aspect.
In a third aspect, an embodiment of the present application provides a computer-readable storage medium, where computer-executable instructions are stored, and the computer-executable instructions are configured to cause a computer to perform the method for generating a multi-round scene interaction flowchart as described in the first aspect.
Drawings
Additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flowchart of a method for generating a flowchart of a multi-round scene interaction provided by an embodiment of the present application;
FIG. 2 is a flowchart of a specific method of step S150 in FIG. 1;
FIG. 3 is a flowchart of a specific method of step S170 in FIG. 1;
FIG. 4 is a flowchart of a particular method prior to step S330 of FIG. 3;
FIG. 5 is a flowchart of a method for generating a multi-round scene interaction flowchart according to another embodiment of the present application;
FIG. 6 is a flowchart of a method for generating a flowchart of a multi-round scene interaction provided by yet another embodiment of the present application;
FIG. 7 is a flow chart of a method for generating a multi-turn scene interaction flow chart according to another embodiment of the present application;
FIG. 8 is a flow chart of a logistics inquiry of a method for generating a flow chart of a multi-round scene interaction according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
It will be understood that, although a division of functional blocks is made among the schematic diagrams of an apparatus, the logical order is shown in the flowcharts, but in some cases, the steps shown or described may be performed in a different order than the division of blocks in the apparatus, or the order in the flowcharts. The terms "first," "second," and the like in the description, in the claims, or in the drawings described above, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
The application provides a method for generating a multi-round scene interaction flow chart, an electronic device and a storage medium thereof, wherein the method for generating the multi-round scene interaction flow chart comprises the following steps: under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine; creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area; displaying the customized nodes and the interactive connecting lines in an editing selection area; displaying the plurality of customized nodes in the canvas in response to the customized nodes being dragged a plurality of times; performing service type configuration on each customized node to generate a plurality of execution nodes; establishing an interactive relation among a plurality of execution nodes in response to the dragging of the interactive connection line; and binding the service data to each execution node to generate a multi-round scene interaction flow chart. According to the technical scheme, service configuration is carried out on each customized node through the customized nodes, and customized nodes of different service types can be configured according to service requirements, so that the customization capacity of the nodes is improved, service data are bound to the nodes, different service scene requirements can be met, and the response problem of complex service scenes is solved. Therefore, the embodiment of the application can realize real-time response of multi-round service scene requirements, improve the consultation satisfaction degree and increase the service handling conversion rate.
The embodiments of the present application will be further explained with reference to the drawings.
As shown in fig. 1, fig. 1 is a flowchart of a multi-round scene interaction flowchart generation method provided in an embodiment of the present application, and the generation method may include, but is not limited to, step S110, step S120, step S130, step S140, step S150, step S160, and step S170.
Step S110: under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine;
step S120: creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area;
step S130: displaying the customized nodes and the interactive connecting lines in an editing selection area;
step S140: displaying the plurality of customized nodes in the canvas in response to the customized nodes being dragged a plurality of times;
step S150: performing service type configuration on each customized node to generate a plurality of execution nodes;
step S160: establishing an interactive relation among a plurality of execution nodes in response to the interactive connection being dragged;
step S170: and binding the service data to each execution node to generate a multi-round scene interaction flow chart.
It can be understood that in the present embodiment, service configuration is performed on each customized node through the customized node, and customized nodes of different service types can be configured according to service requirements, so that the customization capability of the node is improved; the node is bound with the service data, so that different service scene requirements can be met, and the response problem of a complex service scene is solved. Therefore, the embodiment of the application can realize real-time response of multi-round service scene requirements, improve the consultation satisfaction degree and increase the service handling conversion rate.
It should be noted that the development environment in this embodiment is an Angular environment, in the Angular environment, a page having a multi-round scene interaction function is split into multiple components, a single-instance service is created in a manner of injection, public data is stored in the service, and a message subscription publishing object is created in the service, so that data communication between the components can be realized in this manner.
It should be noted that the target graphics editing engine in this embodiment specifically refers to an Antv/x6 graphics editing engine, and the Antv/x6 graphics editing engine is a graphics editing engine developed based on SVG. An Antv/x6 graph editing engine is introduced to generate the customized nodes, the problem of weak node customization capability can be effectively solved, and different types of customized nodes and interactive connecting lines can be configured according to the functional requirements of services.
It should be noted that the customized nodes can be configured into different types of nodes, and the different types of customized nodes can present different shapes, styles and states on the canvas page, which is beneficial for selecting nodes to create the flowchart.
It can be understood that a canvas is created on the front-end editing interface, the customized nodes and the interactive connection lines are displayed in the editing selection area of the front-end editing interface, the customized nodes are displayed in the canvas by dragging the customized nodes, and meanwhile, the business type configuration is performed on each customized node, so that a plurality of execution nodes can be generated.
It should be noted that, service requirements corresponding to different execution nodes are different, and a plurality of execution nodes are generated, which can meet the requirements of various service scenarios. Meanwhile, by dragging the interactive connection line of the editing selection area, the interactive relation among a plurality of execution nodes can be established, service data can be bound to each execution node, and the service significance can be given to the execution nodes, so that a multi-round scene interactive flow chart can be generated, different service scene requirements can be met, and the response problem of complex service scenes can be solved.
It should be noted that a row of toolbars is further arranged at the head of the front-end editing interface, and is used for performing some operations on the multi-turn scene interaction flowchart, for example, withdrawing the previous operation, redoing the previous operation, saving, submitting, exporting pictures, and the like, which is beneficial to improving the convenience of creating the flowchart.
As shown in fig. 2, in an embodiment, for further explaining the multi-round scene interaction flowchart generating method, step S150 may further include, but is not limited to, step S210 and step S220.
Step S210: configuring a service data object for each customized node to generate first configuration information;
step S220: and creating a form control corresponding to the customized node according to the first configuration information.
It should be noted that the first configuration information includes attribute values of the customized nodes, one customized node has a plurality of attribute values, different customized nodes always have some attribute values representing similar meanings, for example, each customized node has a name value representing a name.
It can be understood that the name values of different customized nodes are different, a service data object is configured for each customized node, first configuration information is generated, a form control corresponding to the customized node is created according to the first configuration information, various service data configured for the customized node can be displayed through the form control, and association and binding between the customized node and the service data are facilitated.
It should be noted that the form is to enter data information on a page and submit the data information to a background database by referring to a page or pop-up box, and the form control refers to each item of data in the form.
As shown in fig. 3, in an embodiment, for further explanation of the multi-turn scene interaction flowchart generation method, step S170 may further include, but is not limited to, step S310, step S320, and step S330.
Step S310: in response to the execution node being triggered, displaying a form popup box in the canvas, the form popup box including a form control;
step S320: dynamically rendering the form control according to the first configuration information of the execution node and pre-stored service data;
step S330: and binding the updated business data with the execution node in response to the business data of the form control being modified.
It should be noted that, the configuration information of the execution node in this implementation can be modified, and the triggered operation in this implementation specifically refers to a double-click operation.
It should be noted that the dynamic component loader in the Angular environment can read the first configuration information of the execution node, dynamically render the form control according to the first configuration information of the execution node and the pre-stored service data, and output a complete form page for modifying the service data of the later function change.
It can be appreciated that in response to the execution node being double-clicked, a form popup can be displayed in the canvas, the form popup including form controls, the first configuration information is read by the dynamic component loader and backfilled into the form page, and the form controls can be dynamically rendered according to the first configuration information and pre-stored business data. And in response to the modification of the business data of the form control, the updated business data can be mounted on the execution node again, so that the attribute value of the execution node is updated.
It should be noted that, by adopting the manner of dynamic component loader and form control, the attribute values of the service data required by the nodes or the wires of different types are changed into a configurable form, so that new node types can be added at any time and the service data bound by the customized nodes can be adjusted according to actual requirements.
As shown in fig. 4, in an embodiment, for further explanation of the multi-round scene interaction flowchart generation method, step S330 may further include, but is not limited to, step S410 and step S420.
Step S410: checking the service data;
step S420: and if the verification is passed, storing the service data.
It should be noted that the form control is associated with the form, and the form control has a checking function. Before the updated service data is bound with the execution node, the service data needs to be checked, the service data can be stored only after the check is passed according to a preset check rule, and the service data is mounted on the node again.
As shown in fig. 5, in an embodiment, the multi-round scene interaction flowchart generation method is further described, and the method may further include, but is not limited to, step S510.
Step S510: and binding service data to each interactive connection line according to a preset rule.
It should be noted that, the interconnection also needs to bind the service data, and the service data is bound to each interconnection according to a preset rule, where the binding manner of the interconnection and the service data may be consistent with the binding manner of the execution node and the service data, and details are not described here.
In one implementation, the multi-round scene interaction flow chart generation method is further described, and the interaction connection lines are generated by a preset orthogonal routing algorithm.
It should be noted that the orthogonal routing algorithm means that a route is composed of horizontal or vertical orthogonal line segments and automatically avoids other nodes on the path. The interactive connection between the nodes is generated by adopting a preset orthogonal routing algorithm, so that the problem of weak connection layout algorithm in the related technology can be solved, the formation of an intricate connection relation between the nodes can be avoided, a clear visual structure can be presented, and the orderliness of the generated multi-round scene interactive flow chart can be ensured.
As shown in fig. 6, in an embodiment, the multi-round scene interaction flowchart generation method is further described, and the method may further include, but is not limited to, step S610 and step S620.
Step S610: generating a starting node in the canvas, and establishing a connection relation between the starting node and an execution node;
step S620: and generating an end node in the canvas, and establishing a connection relation between the end node and the execution node.
It should be noted that the start node in this embodiment is unique, that is, there is only one start node generated in the canvas, and a plurality of end nodes may be provided.
It can be understood that, by means of dragging, the customized node of the editing selection area can be dragged into the canvas, a start node is generated in the canvas, and a connection relation between the start order receiving and the execution node is established. Similarly, the customized node of the editing selection area can be dragged into the canvas in a dragging mode, an end node is generated in the canvas, and the connection relation between the end node and the execution node is established.
It should be noted that by creating the canvas, generating a start node, an execution node and an end node in the canvas, establishing a connection relationship between the start node and the execution node, and establishing a connection relationship between the end node and the execution node, a multi-turn scene interaction flowchart can be generated, and response requirements under various service scenes can be met.
As shown in fig. 7, in an embodiment, the multi-round scene interaction flowchart generation method is further described, and the method may further include, but is not limited to, step S710 and step S720.
Step S710: acquiring keyword information of service data corresponding to an execution node;
step S720: the keyword information is displayed in the execution node.
It should be noted that, after the execution node is generated, the execution node displays the keyword information of the service data bound by the execution node, and the structure of the flowchart can be clearer by displaying the keyword information in the execution node.
It should be noted that the link relation between nodes may add a condition for triggering to the next node, and display the priority and the keyword on the interactive link.
As shown in fig. 8, an embodiment of the present application further provides a logistics inquiry flowchart of a multi-round scene interaction flowchart generation method.
Specifically, a start node, an end node, and multiple execution nodes are generated in the canvas of the logistics query flowchart of the embodiment, where the different types of execution nodes in the middle are presented in different styles. And each node in the double-click canvas can bind business data to each customized node, and the keyword information can be displayed on the corresponding customized node. For example, the view order status node displays keyword information of the logistics status, i.e. S (status), which is an attribute value of the configuration information and can be modified by double-clicking the customization node. In addition, the priorities of the customized nodes are also displayed on the connecting line, for example, 3 priorities are set in the logistics inquiry flow chart.
It should be noted that after the flow diagram is created in the canvas, data can be stored in the background, and human-computer interaction can be completed according to the set data closed loop, compared with the traditional response mode of a single-round keyword, the multi-round scene interaction flow diagram generation method can meet the consultation requirements of multiple rounds of service scenes, and can specifically answer the user question, and complete closed loop processing of a user consultation → problem solution → a guide service handling link. After a certain keyword on a flow chart node is input, the terminal system can match a corresponding service scene according to the keyword information and enter the corresponding service scene, so that the real-time response of the multi-round service scene requirements can be realized, the consultation satisfaction degree is improved, and the service handling conversion rate is increased.
In addition, as shown in fig. 9, an embodiment of the present application further provides an electronic device 900, where the electronic device 900 includes: the processor 920 executes the computer program to implement the multi-round scene interaction flowchart generation method described above.
The processor 920 and the memory 910 may be connected by a bus or other means.
Non-transitory software programs and instructions required to implement the multi-round scene interaction flowchart generation method of the above-described embodiment are stored in the memory 910, and when executed by the processor 920, perform the multi-round scene interaction flowchart generation method of the above-described embodiment, for example, perform the above-described method steps S110 to S170 in fig. 1, S210 to S220 in fig. 2, S310 to S330 in fig. 3, S410 to S420 in fig. 4, S510 in fig. 5, S610 to S620 in fig. 6, and S710 to S720 in fig. 7.
The above-described embodiments of the apparatus are merely illustrative, wherein the units illustrated as separate components may or may not be physically separate, i.e. may be located in one place, or may also be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Furthermore, an embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are executed by a processor 920 or a controller, for example, by a processor 920 in the embodiment of the electronic device 900 described above, and may cause the processor 920 to perform the multi-round scene interaction flowchart generation method in the embodiment described above, for example, to perform the method steps S110 to S170 in fig. 1, the method steps S210 to S220 in fig. 2, the method steps S310 to S330 in fig. 3, the method steps S410 to S420 in fig. 4, the method step S510 in fig. 5, the method steps S610 to S620 in fig. 6, and the method steps S710 to S720 in fig. 7 described above.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods disclosed above, the base station system, may be implemented as software, firmware, hardware, and suitable combinations thereof. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those skilled in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.
In the description of the present specification, reference to the description of "one embodiment," "some embodiments," "an illustrative embodiment," "an example," "a specific example," or "some examples" or the like means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While the preferred embodiments of the present invention have been described, the present invention is not limited to the above embodiments, and those skilled in the art can make various equivalent modifications or substitutions without departing from the spirit of the present invention, and such equivalent modifications or substitutions are included in the scope of the present invention defined by the claims.

Claims (10)

1. A multi-round scene interaction flow chart generation method is characterized by comprising the following steps:
under a pre-configured development environment, generating customized nodes and interactive connecting lines based on a target graph editing engine;
creating a canvas on a front-end editing interface, wherein the front-end editing interface comprises an editing selection area;
displaying the customized node and the interaction connection line in the editing selection area;
displaying a plurality of the customized nodes in the canvas in response to the customized nodes being dragged a plurality of times;
performing service type configuration on each customized node to generate a plurality of execution nodes;
establishing an interactive relation among a plurality of execution nodes in response to the interactive connection line being dragged;
and binding service data to each execution node to generate a multi-round scene interaction flow chart.
2. The method for generating a flowchart of multiple rounds of scene interactions according to claim 1, wherein the configuring the service type of each of the customized nodes comprises:
configuring a service data object for each customized node to generate first configuration information;
and creating a form control corresponding to the customized node according to the first configuration information.
3. The method for generating a flowchart of multi-round scene interaction according to claim 2, wherein the binding the service data for each of the executing nodes comprises:
in response to the execution node being triggered, displaying a form popup box in the canvas, the form popup box including the form control;
dynamically rendering the form control according to the first configuration information of the execution node and pre-stored service data;
and in response to the business data of the form control being modified, binding the updated business data with the execution node.
4. The method for generating multi-round scene interaction flow chart according to claim 3, wherein before binding the updated service data with the executing node, the method for generating multi-round scene interaction flow chart further comprises:
checking the service data;
and if the verification is passed, storing the service data.
5. The method for generating a multi-round scene interaction flowchart according to claim 1, wherein the method for generating a multi-round scene interaction flowchart further comprises:
and binding the service data to each interactive connection line according to a preset rule.
6. The method for generating the multi-round scene interaction flow chart according to claim 1, wherein the interaction connection line is generated by a preset orthogonal routing algorithm.
7. The method for generating a multi-round scene interaction flow chart according to claim 1, wherein the method for generating a multi-round scene interaction flow chart further comprises:
generating a starting node in the canvas, and establishing a connection relation between the starting node and the execution node;
and generating an end node in the canvas, and establishing a connection relation between the end node and the execution node.
8. The method for generating a multi-round scene interaction flowchart according to claim 1, wherein the method for generating a multi-round scene interaction flowchart further comprises:
acquiring keyword information of the service data corresponding to the execution node;
and displaying the keyword information in the execution node.
9. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, wherein the processor implements the method for generating a multi-round scene interaction flow chart according to any one of claims 1 to 8 when executing the computer program.
10. A computer-readable storage medium, characterized in that: the computer-readable storage medium stores computer-executable instructions for causing a computer to perform the multi-round scene interaction flow graph generating method of any one of claims 1 to 8.
CN202310077787.0A 2023-02-08 2023-02-08 Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof Pending CN115793914A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310077787.0A CN115793914A (en) 2023-02-08 2023-02-08 Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310077787.0A CN115793914A (en) 2023-02-08 2023-02-08 Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof

Publications (1)

Publication Number Publication Date
CN115793914A true CN115793914A (en) 2023-03-14

Family

ID=85430375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310077787.0A Pending CN115793914A (en) 2023-02-08 2023-02-08 Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof

Country Status (1)

Country Link
CN (1) CN115793914A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116382877A (en) * 2023-05-25 2023-07-04 之江实验室 Task execution method and device, storage medium and electronic equipment
CN116880733A (en) * 2023-06-02 2023-10-13 珠海银弹谷网络有限公司 Table data processing method, apparatus, device and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102483693A (en) * 2009-02-10 2012-05-30 阿雅斯迪公司 Systems and methods for visualization of data analysis
US20180143973A1 (en) * 2016-11-23 2018-05-24 Mh Sub I, Llc Semi-automated form-based chat
US20190188585A1 (en) * 2017-12-15 2019-06-20 Shanghai Xiaoi Robot Technology Co., Ltd. Multi-round questioning and answering methods, methods for generating a multi-round questioning and answering system, and methods for modifying the system
CN111597312A (en) * 2020-04-07 2020-08-28 北京捷通华声科技股份有限公司 Method and device for generating multi-turn dialogue script
CN111984355A (en) * 2020-08-20 2020-11-24 第四范式(北京)技术有限公司 Method and device for realizing man-machine multi-turn conversation
US10910095B1 (en) * 2012-06-12 2021-02-02 Qvera Llc Mapping systems
CN114283099A (en) * 2020-09-21 2022-04-05 华为技术有限公司 Method, system and device for processing graph
CN115658064A (en) * 2022-11-15 2023-01-31 浪潮云信息技术股份公司 SVG-based distributed cloud platform network topology drawing method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102483693A (en) * 2009-02-10 2012-05-30 阿雅斯迪公司 Systems and methods for visualization of data analysis
US10910095B1 (en) * 2012-06-12 2021-02-02 Qvera Llc Mapping systems
US20180143973A1 (en) * 2016-11-23 2018-05-24 Mh Sub I, Llc Semi-automated form-based chat
US20190188585A1 (en) * 2017-12-15 2019-06-20 Shanghai Xiaoi Robot Technology Co., Ltd. Multi-round questioning and answering methods, methods for generating a multi-round questioning and answering system, and methods for modifying the system
CN111597312A (en) * 2020-04-07 2020-08-28 北京捷通华声科技股份有限公司 Method and device for generating multi-turn dialogue script
CN111984355A (en) * 2020-08-20 2020-11-24 第四范式(北京)技术有限公司 Method and device for realizing man-machine multi-turn conversation
CN114283099A (en) * 2020-09-21 2022-04-05 华为技术有限公司 Method, system and device for processing graph
CN115658064A (en) * 2022-11-15 2023-01-31 浪潮云信息技术股份公司 SVG-based distributed cloud platform network topology drawing method and system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116382877A (en) * 2023-05-25 2023-07-04 之江实验室 Task execution method and device, storage medium and electronic equipment
CN116382877B (en) * 2023-05-25 2023-09-05 之江实验室 Task execution method and device, storage medium and electronic equipment
CN116880733A (en) * 2023-06-02 2023-10-13 珠海银弹谷网络有限公司 Table data processing method, apparatus, device and storage medium
CN116880733B (en) * 2023-06-02 2024-03-12 珠海银弹谷网络有限公司 Table data processing method, apparatus, device and storage medium

Similar Documents

Publication Publication Date Title
CN115793914A (en) Multi-round scene interaction flow chart generation method, electronic equipment and storage medium thereof
US10599313B2 (en) System for high volume data analytic integration and channel-independent advertisement generation
US7661076B2 (en) Two dimensional trees to edit graph-like diagrams
US20160364770A1 (en) System for high volume data analytic integration and channel-independent advertisement generation
WO2017167065A1 (en) Page resource delivery method and apparatus
CN105096363A (en) Picture editing method and picture editing device
CN108446317B (en) Real estate transaction visual data synchronization method and device
CN109636301A (en) Workflow configuration method, system, terminal and the readable storage medium storing program for executing of financial business
CN113268226A (en) Page data generation method and device, storage medium and equipment
CN111191412A (en) Method, device, storage medium and terminal for editing formula
US11112935B2 (en) Graphical cloud application mapping method and system
CN111695827A (en) Business process management method and device, electronic equipment and storage medium
CN107562710B (en) Chart processing device and method
CN110020070A (en) Webpage circle selects data processing method, apparatus and system
CN101765078B (en) Method, device and system for telecommunication service settlement
CN114491113A (en) Method, apparatus, medium, and device for dynamically adjusting scene effect according to hierarchy
CN110516028B (en) Method and device for realizing complex editor based on act
EP3454207B1 (en) Dynamic preview generation in a product lifecycle management environment
JP3953738B2 (en) Graphic editing device and recording medium storing program for functioning as graphic editing device
CN109684363A (en) The polymorphic material processing method of multiterminal, device, server and storage medium
CN113535296B (en) Content organization and display method and corresponding equipment
CN116700701B (en) Code-free software development method and device and electronic equipment
CN115268895A (en) Front-end code and template generation method thereof, electronic equipment and storage medium
CN117093216A (en) Front-end interface display method and device, computing equipment and storage medium
CN117406980A (en) Model drive development method, device, equipment 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20230314

RJ01 Rejection of invention patent application after publication