CN111913709A - Front-end page customization method and device for intelligent voice conversation - Google Patents

Front-end page customization method and device for intelligent voice conversation Download PDF

Info

Publication number
CN111913709A
CN111913709A CN202010822572.3A CN202010822572A CN111913709A CN 111913709 A CN111913709 A CN 111913709A CN 202010822572 A CN202010822572 A CN 202010822572A CN 111913709 A CN111913709 A CN 111913709A
Authority
CN
China
Prior art keywords
user
end page
customized
customization
page customization
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.)
Granted
Application number
CN202010822572.3A
Other languages
Chinese (zh)
Other versions
CN111913709B (en
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.)
AI Speech Ltd
Original Assignee
AI Speech 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 AI Speech Ltd filed Critical AI Speech Ltd
Priority to CN202010822572.3A priority Critical patent/CN111913709B/en
Publication of CN111913709A publication Critical patent/CN111913709A/en
Application granted granted Critical
Publication of CN111913709B publication Critical patent/CN111913709B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a front-end page customization method for intelligent voice conversation, which is used for an intelligent voice conversation platform and comprises the following steps: in response to a front-end page customization request of a user for a voice dialog product, presenting a front-end page customization interface to the user; in response to the submission request of the user on the front-end page customization interface, the front-end page customized by the user and the voice conversation product of the user are bound and issued.

Description

Front-end page customization method and device for intelligent voice conversation
Technical Field
The invention belongs to the technical field of page customization, and particularly relates to a front-end page customization method and device for intelligent voice conversation.
Background
In the related art, the form of the AI dialog is presented mainly by iOS native controls, and mainly some controls such as UILabel, UIView and the like in the iOS are assembled into a panel for presenting the dialog and a customized style and effect of the reply, and then the panel is presented to the user.
In the process of implementing the present application, the inventor finds that the prior art solution has at least the following problems: exposing this form of AI dialog with iOS native controls consumes machine performance first, because a large number of control instances need to be created to assemble the form of dialog that is desired to be presented and the format of the presentation desired in the dialog, such as lists, players, maps, labels, pictures, etc. Secondly, the presentation form is single, and the style cannot be customized; the style that is presented is limited because the native controls can present fixed and custom styles that are costly and not customizable.
Disclosure of Invention
The embodiment of the invention provides a front-end page customization method and a front-end page customization device for intelligent voice conversation, which are used for solving at least one of the technical problems.
In a first aspect, an embodiment of the present invention provides a front-end page customization method for intelligent voice dialog, which is used for an intelligent voice dialog platform, and includes: in response to a front-end page customization request of a user for a voice dialog product, presenting a front-end page customization interface to the user; and responding to the submission request of the user on the front-end page customization interface, and binding and issuing the front-end page customized by the user and the voice conversation product of the user.
In a second aspect, an embodiment of the present invention provides another front-end page customization method for intelligent voice dialog, which is used for an iOS end, and includes: in response to a voice conversation instruction of a user, checking whether a resource corresponding to the voice conversation is updated, wherein the update comprises a front-end page customization update; if the front-end page customization updating exists, synchronously downloading the resources of the front-end page customization updating; and displaying the resources of the front-end page customized update in the process of dialogue with the user through the control class of the web page of the iOS terminal.
In a third aspect, an embodiment of the present invention provides a front-end page customization apparatus for intelligent voice conversation, including: the interface display module is configured to respond to a front-end page customization request of a user for a voice conversation product and display a front-end page customization interface to the user; and the binding module is configured to respond to the submission request of the user on the front-end page customization interface, and bind and release the front-end page customized by the user and the voice conversation product of the user.
In a fourth aspect, an embodiment of the present invention provides another front-end page customization apparatus for intelligent voice conversation, including: the updating module is configured to respond to a voice conversation instruction of a user and check whether a resource corresponding to the voice conversation is updated or not, wherein the update comprises front-end page customization update; the downloading module is configured to synchronously download the resources of the front-end page customized update if the front-end page customized update exists; and the resource display module is configured to display the resources customized and updated by the front-end page in the process of dialogue with the user through the control class of the web page of the iOS terminal.
In a fifth aspect, a computer program product is provided, the computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions which, when executed by a computer, cause the computer to perform the steps of the front-end page customization method for intelligent voice dialogues of the first aspect.
In a sixth aspect, an embodiment of the present invention further provides an electronic device, which includes: 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 steps of the method of the first aspect.
The method provided by the embodiment submits the resources through the resource submitting inlet provided by the platform, and the iOS terminal creates a control instance of WKWebView for subsequently showing an AI conversation form and a presentation form in the conversation, thereby achieving the purpose of showing the user-defined style.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a flowchart of a front-end page customization method for intelligent voice dialog according to an embodiment of the present invention;
FIG. 2 is a flowchart of another front-end page customization method for intelligent voice dialogues according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for customizing a front-end page for intelligent voice dialog according to an embodiment of the present invention;
FIG. 4 is a flowchart of a method for customizing a front-end page for intelligent voice dialog according to an embodiment of the present invention;
FIG. 5 is a schematic view of an interface provided in accordance with an embodiment of the present invention;
fig. 6 is a block diagram of a front-end page customization apparatus for intelligent voice conversation according to an embodiment of the present invention;
fig. 7 is a block diagram of another front-end page customization apparatus for intelligent voice conversations, according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart of an embodiment of a front-end page customization method for intelligent voice dialog according to the present invention is shown, wherein the front-end page customization method for intelligent voice dialog is used for an intelligent voice dialog platform.
As shown in fig. 1, in step 101: in response to a front-end page customization request of a user for a voice dialog product, presenting a front-end page customization interface to the user;
in step 102: and responding to the submission request of the user on the front-end page customization interface, and binding and issuing the front-end page customized by the user and the voice conversation product of the user.
When a user needs to customize the front-end page, a front-end page customization interface is firstly displayed to the user, and then the front-end page customized by the user is bound with the voice conversation product of the user and is issued, so that the user-defined front-end page aiming at the voice conversation product is realized.
In some optional embodiments, another front-end page customization method for intelligent voice dialog according to an embodiment of the present invention is shown, and the embodiment is mainly directed to a step 101 "in the flowchart of fig. 1, in response to a front-end page customization request of a user for a voice dialog product, a front-end page customization interface" is presented to the user for further definition.
In the above embodiment, in response to the user operating the intent binding option, the front-end page customized by the user is bound with the selected intent.
And binding the user customized front-end page with the selected intention, namely, displaying the user customized front-end page by expressing a specific intention.
In some optional embodiments, another front-end page customization method for intelligent voice dialog is shown, which is provided in an embodiment of the present invention, and the customization method is mainly directed to "binding the front-end page customized by the user with the selected intention in response to the user operating the intention binding option. "further defined;
in some optional embodiments, the method further comprises: and binding the front-end page customized by the user with the keywords of the intention reply result of the voice conversation product.
The embodiment is further improved, a customized front-end page can be displayed directly through some input keywords, for example, "weather" is input, a customized page can be displayed, the page can comprise the temperature of the day, the weather condition and the weather within one week, and a dressing index can be added automatically.
Referring to fig. 2, a flowchart of another front-end page customization method for intelligent voice dialog according to an embodiment of the present invention is shown, where the front-end page customization method for intelligent voice dialog is used on the iOS side, and includes:
as shown in fig. 2, in step 201, in response to a voice conversation instruction of a user, checking whether a resource corresponding to the voice conversation is updated;
in step 202, if there is a front-end page custom update, synchronously downloading the resource of the front-end page custom update;
in step 202, the resources of the front-end page customized update are shown in the process of dialogue with the user through the control class of the web page of the iOS terminal.
And after receiving the voice conversation instruction, checking updating in time to ensure that the latest resources can be displayed on the web page.
In some optional embodiments, which illustrate another front-end page customization method for intelligent voice dialog provided by an embodiment of the present invention, step 202 "show the resource of the front-end page customization update during the dialog with the user via the control class of the web page of the iOS end" is further defined;
the method comprises the step of binding the front-end page customized by the user and the keywords of the voice dialogue product on the intention reply result.
And displaying the resources according to the user intention obtained in the process of the dialogue with the user.
The required interface can be displayed through the keywords of the user intention reply result, and the use is more convenient.
In some optional embodiments, which illustrate another front-end page customization method for intelligent voice dialog provided by an embodiment of the present invention, step 202 "show the resource of the front-end page customization update during the dialog with the user via the control class of the web page of the iOS end" is further defined;
the method comprises the step of binding the front-end page customized by the user and the keywords of the voice dialogue product on the intention reply result.
The method comprises the steps of obtaining user intentions in the process of dialogue with the user, obtaining keywords according to the intention reply result of the voice dialogue product, and showing resources according to the keywords.
The following description is provided to enable those skilled in the art to better understand the present disclosure by describing some of the problems encountered by the inventors in implementing the present disclosure and by describing one particular embodiment of the finally identified solution.
The inventors discovered the defects of these similar techniques in the process of implementing the present invention: exposing AI conversations with iOS native controls consumes a great deal of skill;
the presentation form is single and the style cannot be customized.
The consumption performance is mainly because if the original control is used for showing the desired expression effect, a great deal of control instances are required to be created, and the frequent creation and release operations consume the memory and the performance of the machine,
the style cannot be customized due to the single expression form, because the types of the native controls are limited, some styles to be expressed need the customized control, namely, the multiple native controls are combined to form the customized control, the cost is high, the machine performance is consumed, the customization cannot be performed, and the package and the release need to be recompiled if the page layout and the style need to be changed.
The inventors have found in the course of carrying out the invention why the reason is not easily imaginable:
this problem is usually solved by using custom control combinations, but the cost and machine performance are high. And the customization can not be made, and the package issuing needs to be recompiled if the page layout and the style are required to be changed.
The scheme needs to combine the cooperation of a service back-end developer and a front-end developer, and provides a platform to provide an entrance for customizing resources, so that the purpose of customization is achieved, the front-end expression style is rich and flexible, the memory consumption and the machine performance are low, and only one WKWebView instance needs to be created at the iOS end to display the content.
The technical problem existing in the prior art is solved through the following scheme:
first, upload the customized resource
Referring to fig. 3, a user uploads a resource with a customized style to a server by submitting a customized resource portal, wherein the resource comprises files such as CSS/JaveScript/HTML, and the like, and generates a link capable of synchronously downloading the resource.
Two, synchronous resources
Referring to fig. 4, the user can check whether the resource is updated through a given interface on the iOS side, and synchronously download the latest resource using the provided download link if the resource is updated, and maintain the original resource on the device if the resource is not updated.
Thirdly, showing resources
Referring to fig. 5, after the second step is completed, the user can access the customized resource in the downloaded local path, and then load and display the simulated AI dialog by using web component wkbwebview of iOS and display the user-defined style in the simulated dialog, thereby achieving the purpose. The following screenshots are examples of portions of the presentation, including custom cards, music players, lists, buttons, and the like.
The invention has the technical innovation points that:
the method is very suitable for a third-party software developer, an AI dialog interface is integrally displayed on the existing app in the mode with little workload, and only one WKWebView control of the iOS is needed to be displayed at a required place. Secondly, the style can be developed and customized by oneself and uploaded, thereby greatly increasing the flexibility and the aesthetic property.
In the process of implementing the present application, the inventors have also tried the following schemes:
alternatively, in the provided SDK or scheme, some customized native components are assembled in advance to form some displayed styles, and the styles are provided for the customer to use, so as to achieve the effect.
The advantages are that: the assembly control system of the iOS native control (such as UIView, UILabel and the like) has good compatibility and good control in life cycle.
The disadvantages are as follows:
1. the effect that may be exhibited may not be as expected.
2. If other systems such as Android also need to be displayed, the system needs to be customized and assembled by native controls of the Android, and the platform cannot be crossed.
3. The performance of the consumer machine is greater if destruction trips are created multiple times.
Referring to fig. 6, a block diagram of a front-end page customization method for intelligent voice dialog according to an embodiment of the present invention is shown.
As shown in fig. 6, a front end page customization 600 for intelligent voice conversations includes: an interface showing module 610 and a binding module 620.
The interface display module 610 is configured to respond to a front-end page customization request of a user for a voice conversation product, and display a front-end page customization interface to the user; and the binding module 1020 is configured to bind and release the front-end page customized by the user and the voice conversation product of the user in response to the submission request of the user on the front-end page customization interface.
As shown in fig. 7, another front end page customization 1100 for intelligent voice conversations is illustrated, comprising: an update module 710, a download module 720, and a resource presentation module 730.
An update module 710 configured to check whether a resource corresponding to a voice dialog is updated in response to a voice dialog instruction of a user, the update including a front-end page customization update;
a downloading module 720, configured to synchronously download the resource of the front-end page customized update if the front-end page customized update exists;
and a resource presentation module 730 configured to present the resource of the front-end page customized update in the process of interacting with the user through the control class of the web page of the iOS terminal.
It should be understood that the modules described in fig. 6 and 7 correspond to the respective steps in the method described with reference to fig. 1 and 2. Thus, the operations and features described above for the method and the corresponding technical effects are also applicable to the modules in fig. 3 and 4, and are not described again here.
The non-volatile computer-readable storage medium may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created from use customized for the front end page for the smart voice dialog, and the like. Further, the non-volatile computer-readable storage medium may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the non-transitory computer-readable storage medium optionally includes memory remotely located from the processor, which may be connected over a network to a front end page customization for intelligent voice conversations. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Embodiments of the present invention also provide a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, cause the computer to perform any of the entity classification methods described above.
Fig. 8 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 8, the electronic device includes: one or more processors 810 and a memory 820, with one processor 810 being an example in FIG. 8. The apparatus for the wake-up recognition processing method may further include: an input device 830 and an output device 840. The processor 810, the memory 820, the input device 830, and the output device 840 may be connected by a bus or other means, such as the bus connection in fig. 8. The memory 820 is a non-volatile computer-readable storage medium as described above. The processor 810 performs various functional applications of the server and data processing by executing nonvolatile software programs, instructions, and modules stored in the memory 820, that is, implementing the above-described method embodiments for a front-end page customization method for smart voice dialogs. The input device 830 may receive input numeric or character information and generate key signal inputs related to user settings and function controls for front-end page customization for intelligent voice conversations. The output device 840 may include a display device such as a display screen.
The product can execute the method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided by the embodiment of the present invention.
The electronic device of the embodiments of the present application exists in various forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include smart phones, multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include: PDA, MID, and UMPC devices, etc.
(3) A portable entertainment device: such devices can display and play multimedia content. The devices comprise audio and video players, handheld game consoles, electronic books, intelligent toys and portable vehicle-mounted navigation devices.
(4) The server is similar to a general computer architecture, but has higher requirements on processing capability, stability, reliability, safety, expandability, manageability and the like because of the need of providing highly reliable services.
(5) And other electronic devices with data interaction functions.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A front-end page customization method for intelligent voice dialog, for an intelligent voice dialog platform, comprising:
in response to a front-end page customization request of a user for a voice dialog product, presenting a front-end page customization interface to the user;
and responding to the submission request of the user on the front-end page customization interface, and binding and issuing the front-end page customized by the user and the voice conversation product of the user.
2. The method of claim 1, wherein the front-end page customization interface further comprises a page-to-intent binding option, the method further comprising:
and in response to the user operating the intention binding option, binding the front-end page customized by the user with the selected intention.
3. The method of claim 2, wherein, after responding to the user's manipulation of the intent binding option, the method further comprises,
and binding the front-end page customized by the user with the keywords of the intention reply result of the voice conversation product.
4. A front-end page customization method for intelligent voice dialog, for an iOS end, comprising:
responding to a voice conversation instruction of a user, and checking whether a resource corresponding to the voice conversation is updated;
if the front-end page customization updating exists, synchronously downloading the resources of the front-end page customization updating;
and displaying the resources of the front-end page customized update in the process of dialogue with the user through the control class of the web page of the iOS terminal.
5. The method of claim 4, presenting the resources of the front-end page custom update during a dialog with the user via a control class of the iOS-side web page, the method further comprising;
and displaying the resources according to the user intention obtained in the process of the dialogue with the user.
6. The method of claim 4, presenting the resources of the front-end page custom update during a dialog with the user via a control class of the iOS-side web page, the method further comprising;
and obtaining a user intention in the process of dialogue with the user, obtaining a keyword according to the intention reply result of the voice dialogue product, and displaying resources according to the keyword.
7. A front-end page customization apparatus for intelligent voice conversations, comprising:
the interface display module is configured to respond to a front-end page customization request of a user for a voice conversation product and display a front-end page customization interface to the user;
and the binding module is configured to respond to the submission request of the user on the front-end page customization interface, and bind and release the front-end page customized by the user and the voice conversation product of the user.
8. A front-end page customization apparatus for intelligent voice conversations, comprising:
the updating module is configured to respond to a voice conversation instruction of a user and check whether a resource corresponding to the voice conversation is updated or not, wherein the update comprises front-end page customization update;
the downloading module is configured to synchronously download the resources of the front-end page customized update if the front-end page customized update exists;
and the resource display module is configured to display the resources customized and updated by the front-end page in the process of dialogue with the user through the control class of the web page of the iOS terminal.
9. A computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, cause the computer to perform the steps of the method of any of claims 1-4.
10. 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 steps of the method of any one of claims 1 to 4.
CN202010822572.3A 2020-08-14 2020-08-14 Front-end page customization method and device for intelligent voice conversation Active CN111913709B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010822572.3A CN111913709B (en) 2020-08-14 2020-08-14 Front-end page customization method and device for intelligent voice conversation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010822572.3A CN111913709B (en) 2020-08-14 2020-08-14 Front-end page customization method and device for intelligent voice conversation

Publications (2)

Publication Number Publication Date
CN111913709A true CN111913709A (en) 2020-11-10
CN111913709B CN111913709B (en) 2022-07-08

Family

ID=73278086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010822572.3A Active CN111913709B (en) 2020-08-14 2020-08-14 Front-end page customization method and device for intelligent voice conversation

Country Status (1)

Country Link
CN (1) CN111913709B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050257167A1 (en) * 2004-05-11 2005-11-17 International Business Machines Corporation Embedded Web dialog
CN108984157A (en) * 2018-07-27 2018-12-11 苏州思必驰信息科技有限公司 Technical ability configuration and call method and system for voice dialogue platform
CN109684805A (en) * 2018-12-25 2019-04-26 苏州思必驰信息科技有限公司 Voice technical ability sharing method and system for voice dialogue platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050257167A1 (en) * 2004-05-11 2005-11-17 International Business Machines Corporation Embedded Web dialog
CN108984157A (en) * 2018-07-27 2018-12-11 苏州思必驰信息科技有限公司 Technical ability configuration and call method and system for voice dialogue platform
CN109684805A (en) * 2018-12-25 2019-04-26 苏州思必驰信息科技有限公司 Voice technical ability sharing method and system for voice dialogue platform

Also Published As

Publication number Publication date
CN111913709B (en) 2022-07-08

Similar Documents

Publication Publication Date Title
CN108984157B (en) Skill configuration and calling method and system for voice conversation platform
US11749276B2 (en) Voice assistant-enabled web application or web page
CN109947388B (en) Page playing and reading control method and device, electronic equipment and storage medium
CN109800135B (en) Information processing method and terminal
CN111949522B (en) Automatic testing method and device for user interface
CN114138372B (en) Front-end component loading method and device
CN109002320A (en) For the update method of software development kit, system, electronic equipment and storage medium
CN111142833B (en) Method and system for developing voice interaction product based on contextual model
CN113110829B (en) Multi-UI component library data processing method and device
CN110660391A (en) Method and system for customizing voice control of large-screen terminal based on RPA (resilient packet Access) interface
CN112579048A (en) Applet integration method, device, electronic equipment and storage medium
CN113342330A (en) Front-end engineering generation method and device
CN112394932A (en) Automatic browser webpage skin changing method and device
CN111063350A (en) Voice interaction state machine based on task stack and implementation method thereof
CN110020370B (en) Method and device for realizing animation in client application and framework of animation script
CN113095053A (en) Webpage table customizing method and device
US20210098012A1 (en) Voice Skill Recommendation Method, Apparatus, Device and Storage Medium
CN113190229A (en) Method and device for generating government affair page
CN111913709B (en) Front-end page customization method and device for intelligent voice conversation
US20210074265A1 (en) Voice skill creation method, electronic device and medium
CN108446117A (en) The method and system of UI are configured in the product of voice dialogue platform
CN109857503B (en) Page interaction effect self-adaption method and device and electronic equipment
CN112068879A (en) Method and device for constructing client application development framework based on configuration
CN110600021A (en) Outdoor intelligent voice interaction method, device and system
CN116432573A (en) Performance simulation method, electronic 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 215123 building 14, Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou City, Jiangsu Province

Applicant after: Sipic Technology Co.,Ltd.

Address before: 215123 building 14, Tengfei Innovation Park, 388 Xinping street, Suzhou Industrial Park, Suzhou City, Jiangsu Province

Applicant before: AI SPEECH Co.,Ltd.

GR01 Patent grant
GR01 Patent grant