A 5G message processing method, device, apparatus, storage medium and product

By parsing and executing fallback processing logic in 5G messages, the problem of low link conversion rate is solved, user experience is improved, and more efficient link conversion and fallback processing are achieved.

CN118802817BActive Publication Date: 2026-01-16CHINA MOBILE COMM LTD RES INST +1
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202411101458.6
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2024-08-12
Publication Date
2026-01-16
Estimated Expiration
2044-08-12

AI Technical Summary

Technical Problem

Current 5G messaging technologies have low link conversion rates and poor user experience, especially lacking effective fallback mechanisms when redirection fails.

Method used

Extended parameters are pre-added to 5G messages, the link parameters sent by the chatbot are parsed, and fallback logic is executed in case of failure, including opening a webpage, launching a quick app or a native app, and opening the app store interface when the app launch fails.

Benefits of technology

It improved the conversion rate of links in 5G messages, enhanced the user experience, and solved the problem of redirection failure by providing a fallback mechanism.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN118802817B_ABST
    Figure CN118802817B_ABST
Patent Text Reader

Abstract

The application discloses a 5G message processing method, device, equipment, storage medium and product. The method comprises the following steps: receiving a 5G message sent by a chat robot; receiving a user click instruction, analyzing the 5G message to obtain a link parameter and an extension parameter; wherein the extension parameter at least comprises a bottom parameter; according to the link parameter, corresponding link processing logic is executed; in the case that the link processing logic fails to be executed, according to the bottom parameter, corresponding bottom processing logic is executed. The embodiment of the application can improve the conversion rate of the link in the 5G message, and improve the user experience.
Need to check novelty before this filing date? Find Prior Art

Description

TECHNICAL FIELD

[0001] The present application relates to the technical field of communication, and in particular to a 5G message processing method, device, equipment, storage medium and product. BACKGROUND

[0002] A chatbot (chatbot) simply pushes a 5G message to a user and cannot complete a closed loop of service. Therefore, the chatbot often issues a 5G message in which a link of a service platform, a deeplink (deeplink) of a native application, a deeplink of a quick application or a link of a media file is pre-embedded. After the user clicks, the terminal jumps to a corresponding service platform, native application, quick application or media file download page to provide better service for the user.

[0003] However, there may be failures when jumping, for example, service platform failure resulting in service platform opening failure, terminal not installing native application resulting in the native application failing to be launched, terminal not supporting quick application resulting in the quick application failing to be launched, file server error resulting in the media file failing to be downloaded, and the like. At this time, the terminal does not prompt any information or only shows a failure prompt message to the user. It can be seen that the conversion rate of the link in the 5G message is not high. SUMMARY

[0004] The present application provides a 5G message processing method, device, equipment, storage medium and product to solve the problem of low conversion rate of links in the prior art 5G message.

[0005] To achieve the above-mentioned purpose, the present application provides a 5G message processing method, comprising:

[0006] receiving a 5G message sent by a chatbot (chatbot);

[0007] receiving a user click instruction, parsing the 5G message to obtain a link parameter and an extension parameter; wherein the extension parameter at least includes a bottom parameter;

[0008] According to the link parameter, a corresponding link processing logic is executed;

[0009] In the case of link processing logic execution failure, according to the bottom parameter, a corresponding bottom processing logic is executed.

[0010] As an improvement of the above-mentioned scheme, the bottom parameter includes a bottom type and a bottom URL;

[0011] According to the bottom parameter, the corresponding bottom processing logic is executed, comprising:

[0012] If the bottom type is a first preset bottom type, a webpage corresponding to the bottom URL is opened.

[0013] If the bottom type is a second preset bottom type, the fast application corresponding to the bottom URL is invoked.

[0014] If the bottom type is a third preset bottom type, the native application corresponding to the bottom URL is invoked.

[0015] As an improvement of the above scheme, the extension parameter further comprises a package name.

[0016] The bottom processing logic corresponding to the bottom parameter is executed, comprising:

[0017] If the bottom type is a fourth preset bottom type, an application store is invoked to open a download interface of the native application or an access interface of the fast application corresponding to the package name.

[0018] As an improvement of the above scheme, the extension parameter further comprises a package name.

[0019] If the bottom type is a second preset bottom type, the fast application corresponding to the bottom URL is invoked, comprising:

[0020] If the bottom type is a second preset bottom type, the fast application corresponding to the bottom URL is invoked, and in a case that the fast application fails to be invoked, the fast application corresponding to the package name is opened.

[0021] As an improvement of the above scheme, the extension parameter further comprises a package name.

[0022] If the bottom type is a third preset bottom type, the native application corresponding to the bottom URL is invoked, comprising:

[0023] If the bottom type is a third preset bottom type, the native application corresponding to the bottom URL is invoked, and in a case that the native application fails to be invoked, the native application corresponding to the package name is opened.

[0024] In a case that the native application fails to be invoked and the native application fails to be opened, an application store is invoked to open a download interface of the native application or an access interface of the fast application corresponding to the package name.

[0025] As an improvement of the above scheme, the extension parameter is added to the 5G message in any of the following manners:

[0026] The extension parameter is added in a message body related to the link parameter.

[0027] The extension parameter is added in the link parameter.

[0028] To achieve the above object, the embodiment of the present application further provides a 5G message processing device, comprising:

[0029] a message receiving module, configured to receive a 5G message sent by a chat robot Chatbot;

[0030] a parsing instruction module, configured to receive a user click instruction, parse the 5G message, and obtain a link parameter and an extension parameter; wherein the extension parameter at least includes a bottom parameter;

[0031] a first execution module, configured to execute corresponding link processing logic according to the link parameter;

[0032] a second execution module, configured to execute corresponding bottom processing logic according to the bottom parameter in the case of link processing logic execution failure.

[0033] To achieve the above object, the embodiment of the present application further provides a 5G message processing device, comprising a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor implements the 5G message processing method as described above when executing the computer program.

[0034] To achieve the above object, the embodiment of the present application further provides a computer readable storage medium, comprising a stored computer program; wherein the computer program controls the device where the computer readable storage medium is located to execute the 5G message processing method as described above when running.

[0035] To achieve the above object, the embodiment of the present application further provides a computer program product, comprising computer program / instruction, which implements the 5G message processing method as described above when executed by the processor.

[0036] Compared with the prior art, the 5G message processing method, device, equipment, storage medium and product provided by the embodiment of the present application can improve the conversion rate of the link in the 5G message and improve the user experience by parsing the 5G message sent by the chat robot Chatbot, obtaining the link parameter and the extension parameter, and executing the corresponding bottom processing logic according to the bottom parameter in the extension parameter in the case of link processing logic execution failure according to the link parameter. BRIEF DESCRIPTION OF DRAWINGS

[0037] Figure 1 is a flowchart of a 5G message processing method provided by the embodiment of the present application;

[0038] Figure 2 is another flowchart of a 5G message processing method provided by the embodiment of the present application;

[0039] Figure 3 is a structural block diagram of a 5G message processing device provided by the embodiment of the present application;

[0040] Figure 4 is a structural block diagram of a 5G message processing device provided by an embodiment of the present application. DETAILED DESCRIPTION

[0041] The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are only part of the embodiments of the present application, rather than all the embodiments of the present application. Based on the embodiments in the present application, all other embodiments obtained by a person of ordinary skill in the art without creative labor fall within the scope of protection of the present application.

[0042] Referring to Figure 1 , Figure 1 is a flowchart of a 5G message processing method provided by an embodiment of the present application. The 5G message processing method comprises the following steps.

[0043] S1, receiving a 5G message sent by a chat robot Chatbot;

[0044] S2, receiving a user click instruction, parsing the 5G message to obtain a link parameter and an extension parameter; wherein the extension parameter at least comprises a bottom parameter;

[0045] S3, executing corresponding link processing logic according to the link parameter;

[0046] S4, in the case that the link processing logic fails to execute, executing corresponding bottom processing logic according to the bottom parameter.

[0047] In the embodiments of the present application, an extension parameter is added in advance in the 5G message sent by the chat robot Chatbot, then the 5G message sent by the chat robot Chatbot is received, the user clicks a link or a thumbnail of a media file in the 5G message, the terminal receives a user click instruction, and the 5G message is parsed to obtain a link parameter and an extension parameter;

[0048] The link parameter at least includes a link URL. The URL is an abbreviation of Uniform Resource Locator, which is a concise representation of the location and access method of a resource available on the Internet, and is the address of a standard resource on the Internet. The type of the link URL can be a webpage link (for example, an H5 link), a deeplink for starting a native application (APP), a deeplink for starting a fast application, or a link for downloading a media file. When a user clicks the link in the 5G message or the thumbnail of the media file, the terminal executes corresponding link processing logic according to the parsed link parameter, that is, jumps to the page corresponding to the link URL. The link processing logic can be opening a webpage, starting a native application, starting a fast application, or downloading a media file.

[0049] In the case of webpage opening failure, native application starting failure, fast application starting failure, or media file downloading failure, that is, link processing logic execution failure, the terminal executes corresponding fallback processing logic according to the fallback parameter in the parsed extension parameter, which can improve the conversion rate of the link and improve the user experience.

[0050] In an optional embodiment, the fallback parameter includes a fallback type and a fallback URL.

[0051] The executing, according to the fallback parameter, of corresponding fallback processing logic includes:

[0052] If the fallback type is a first preset fallback type, a webpage corresponding to the fallback URL is opened.

[0053] If the fallback type is a second preset fallback type, a fast application corresponding to the fallback URL is started.

[0054] If the fallback type is a third preset fallback type, a native application corresponding to the fallback URL is started.

[0055] In the embodiments of the present application, the fallback parameter includes a fallback type (floorType) and a fallback URL (floorUrl). In combination with Figure 2 In a specific embodiment, the value of floorType is determined.

[0056] If floorType = 1, it can be considered that the bottom type is a first preset bottom type, and the first preset bottom type is to open a webpage. At this time, a webpage (for example, an H5 page) corresponding to the bottom URL is opened. Specifically, the application parameter of the URL action is used to indicate whether the terminal needs to open the webpage corresponding to the bottom URL by using a built-in webview. The webview is a component used to display Web content in an application. It can be embedded in the user interface of the application to display webpages, HTML content, web forms, and the like.

[0057] If floorType = 2, it can be considered that the bottom type is a second preset bottom type, and the second preset bottom type is to launch a quick application. At this time, the quick application corresponding to the bottom URL is launched.

[0058] If floorType = 3, it can be considered that the bottom type is a third preset bottom type, and the third preset bottom type is to launch a native application. At this time, the native application corresponding to the bottom URL is launched.

[0059] Optionally, in the case that any of the above scenarios fails, the terminal opens a Chatbot interaction interface for the user to feed back a problem. The interface is provided by a 5G message official.

[0060] After the terminal opens the Chatbot interaction interface, the user can feed back a problem in the interface, and at the same time, the terminal records the behavior of opening the Chatbot interaction interface by a certain Chatbot and uploads it to a network side platform for the platform to make operation-related analysis, so as to more accurately evaluate the specific situation of the conversion rate of each Chatbot link.

[0061] In an optional embodiment, the extension parameter further includes a package name.

[0062] The performing, according to the bottom parameter, of corresponding bottom processing logic includes:

[0063] If the bottom type is a fourth preset bottom type, an application store is launched to open a download interface of a native application or an access interface of a quick application corresponding to the package name.

[0064] In the embodiments of the present application, the extension parameter further includes a package name (packageName). In combination with Figure 2 In a specific embodiment, if floorType = 0, it can be considered that the bottom type is a fourth preset bottom type, and the fourth preset bottom type is to open an application store (application store APP). At this time, the application store is launched to open a download interface of a native application or an access interface of a quick application corresponding to the package name.

[0065] Optionally, in the case of application store launch failure, open the Chatbot interaction interface.

[0066] In an optional embodiment, the extended parameter further comprises a package name;

[0067] If the bottom type is a second preset bottom type, the corresponding quick application of the bottom URL is launched, and in the case of quick application launch failure, the quick application corresponding to the package name is opened.

[0068] If the bottom type is a second preset bottom type, the corresponding quick application of the bottom URL is launched, and in the case of quick application launch failure, the quick application corresponding to the package name is opened.

[0069] In the embodiments of the present application, the extended parameter further comprises a package name (packageName). In a specific embodiment, in combination with Figure 2 If floorType = 2, the bottom type can be considered as a second preset bottom type, at this time, the quick application is launched according to the bottom URL, and if the quick application fails to be launched, the quick application corresponding to the package name is opened, further improving the conversion rate of the link.

[0070] Optionally, in the case of quick application opening failure, open the Chatbot interaction interface.

[0071] In an optional embodiment, the extended parameter further comprises a package name;

[0072] If the bottom type is a third preset bottom type, the corresponding native application of the bottom URL is launched, comprising:

[0073] If the bottom type is a third preset bottom type, the corresponding native application of the bottom URL is launched, and in the case of native application launch failure, the native application corresponding to the package name is opened.

[0074] In the case of native application launch failure and native application opening failure, the application store is launched, and the download interface of the native application or the access interface of the quick application corresponding to the package name is opened.

[0075] In the embodiments of the present application, the extended parameter further comprises a package name (packageName). In combination with Figure 2 In a specific embodiment, if floorType = 3, the bottom type can be considered as a third preset bottom type, at this time, the native application is launched according to the bottom URL, and if the native application fails to be launched, the native application corresponding to the package name is opened, further improving the conversion rate of the link.

[0076] In addition, in the case that the native application fails to be launched and the native application fails to be opened, the application store is launched, a download interface of the native application corresponding to the package name or an access interface of the quick application is opened, and the conversion rate of the link is significantly improved.

[0077] Optionally, in the case that the application store fails to be launched, a Chatbot interaction interface is opened.

[0078] In an optional embodiment, the link parameter further comprises: a link type.

[0079] The corresponding link processing logic is executed according to the link parameter, and the corresponding link processing logic comprises:

[0080] If the link type is a first preset link type, the native application corresponding to the link url is launched.

[0081] If the link type is a second preset link type, the quick application corresponding to the link url is launched.

[0082] If the link type is a third preset link type, a media file is downloaded through the link url.

[0083] If the link type is a fourth preset link type, a webpage corresponding to the url is opened.

[0084] In the embodiments of the present application, the link parameter further comprises: a link type (urlType), and the link type is combined with Figure 2 In a specific embodiment, the value of urlType is judged; if urlType = 0, it is considered that the link type is the fourth preset link type, at this time, the webpage corresponding to the link url is opened; if urlType = 1, it is considered that the link type is the first preset link type, at this time, the native application corresponding to the link url is launched; if urlType = 2, it is considered that the link type is the second preset link type, at this time, the quick application corresponding to the link url is launched; if urlType = 3, it is considered that the link type is the third preset link type, at this time, the media file is downloaded through the link url. If any of the above scenarios fails, step S4 is executed.

[0085] In an optional embodiment, the extension parameter further comprises: a merchant name.

[0086] The 5G message processing method further comprises:

[0087] In the process of launching the native application or the quick application, a jump message is prompted to the user, and the jump message comprises the merchant name.

[0088] In the embodiments of the present application, the extension parameter further includes a merchant name (merchantName). In the process of starting the native application or the fast application, whether the link processing logic or the bottom processing logic is executed, the user can be prompted with the jump information "jumping to xxx", and xxx is the merchantName, i.e., the merchant name.

[0089] As shown in Table 1, the link parameter and the extension parameter are exemplarily illustrated:

[0090] Table 1

[0091]

[0092]

[0093] In an optional embodiment, the extension parameter is added to the 5G message in any of the following ways:

[0094] The extension parameter is added in the message body related to the link parameter;

[0095] The extension parameter is added in the link parameter.

[0096] In the embodiments of the present application, the extension parameter can be implemented in the following two ways:

[0097] One is to add the extension parameter in the message body related to the link parameter in the message result, for example, to add the extension parameter in the message body of the suggested operation of opening the link:

[0098]

[0099]

[0100] The other is to directly add the extension parameter in the link parameter, i.e., to directly carry the extension parameter in the link.

[0101] weixin: / / xxx.yyy?urlType=1&merchantName=winxin&packageName=weixin-xx&floorType=1&floorUrl=https: / / www.xxxx.cn

[0102] The 5G message processing method provided in the embodiments of the present application can obtain the link parameter and the extension parameter by analyzing the 5G message sent by the chat robot Chatbot, execute the corresponding bottom processing logic according to the bottom parameter in the extension parameter in the case that the link processing logic executed according to the link parameter fails, and can improve the conversion rate of the link in the 5G message and improve the user experience.

[0103] Referring to Figure 3 , Figure 3 is a structural block diagram of a 5G message processing device 10 provided by an embodiment of the present application, and the 5G message processing device 10 comprises:

[0104] A message receiving module 11 is configured to receive a 5G message sent by a chat robot Chatbot.

[0105] An instruction receiving module 12 is configured to receive a user click instruction, and parse the 5G message to obtain a link parameter and an extension parameter, wherein the extension parameter at least comprises a bottom parameter.

[0106] A first executing module 13 is configured to execute corresponding link processing logic according to the link parameter.

[0107] A second executing module 14 is configured to execute corresponding bottom processing logic according to the bottom parameter in the case of failure of the link processing logic.

[0108] Optionally, the bottom parameter comprises a bottom type and a bottom URL.

[0109] The second executing module 14 is further configured to:

[0110] If the bottom type is a first preset bottom type, a webpage corresponding to the bottom URL is opened.

[0111] If the bottom type is a second preset bottom type, a quick application corresponding to the bottom URL is invoked.

[0112] If the bottom type is a third preset bottom type, a native application corresponding to the bottom URL is invoked.

[0113] Optionally, the extension parameter further comprises a package name.

[0114] The second executing module 14 is further configured to:

[0115] If the bottom type is a fourth preset bottom type, an application store is invoked to open a download interface of a native application or an access interface of a quick application corresponding to the package name.

[0116] Optionally, the extension parameter further comprises a package name.

[0117] The second executing module 14 is further configured to:

[0118] If the bottom type is a second preset bottom type, a quick application corresponding to the bottom URL is invoked, and in the case of failure of the quick application invocation, a quick application corresponding to the package name is opened.

[0119] Optionally, the extension parameter further comprises a package name;

[0120] The second execution module 14 is further configured to:

[0121] If the bottom type is a third preset bottom type, a native application corresponding to the bottom URL is invoked, and in a case where the native application fails to be invoked, a native application corresponding to the package name is opened;

[0122] In a case where the native application fails to be invoked and the native application fails to be opened, an application store is invoked, and a download interface of a native application corresponding to the package name or an access interface of a quick application is opened.

[0123] Optionally, the 5G message processing apparatus 10 further comprises:

[0124] A first adding module configured to add the extension parameter in a message body related to the link parameter;

[0125] Alternatively, a second adding module configured to add the extension parameter in the link parameter.

[0126] It is worth noting that the working processes of the various modules in the 5G message processing apparatus 10 described in the embodiments of the present application can refer to the working processes of the 5G message processing method described in the above embodiments, which will not be described here.

[0127] The 5G message processing apparatus 10 provided in the embodiments of the present application can obtain a link parameter and an extension parameter by analyzing a 5G message sent by a chat robot Chatbot, and in a case where a link processing logic executed according to the link parameter fails, a corresponding bottom processing logic is executed according to a bottom parameter in the extension parameter, which can improve the conversion rate of the link in the 5G message and improve the user experience.

[0128] In addition, the embodiments of the present application further provide a computer readable storage medium, which comprises a stored computer program; wherein the computer program controls the device where the computer readable storage medium is located to execute the 5G message processing method described in any of the above embodiments when running.

[0129] In addition, the embodiments of the present application further provide a computer program product, comprising computer programs / instructions, which, when executed by a processor, implement the 5G message processing method described in any of the above embodiments.

[0130] Referring to Figure 4 , Figure 4is a structural block diagram of a 5G message processing device 20 provided by an embodiment of the present application, the 5G message processing device 20 comprising a processor 21, a memory 22, and a computer program stored in the memory 22 and executable on the processor 21. The processor 21 implements the steps in the above-mentioned 5G message processing method embodiments when executing the computer program. Alternatively, the processor 21 implements the functions of each module / unit in the above-mentioned device embodiments when executing the computer program.

[0131] For example, the computer program can be divided into one or more modules / units, which are stored in the memory 22 and executed by the processor 21 to complete the present application. The one or more modules / units can be a series of computer program instruction segments capable of completing a specific function, which are used to describe the execution process of the computer program in the 5G message processing device 20.

[0132] The 5G message processing device 20 can include, but is not limited to, the processor 21 and the memory 22. Those skilled in the art can understand that the schematic diagram is only an example of the 5G message processing device 20 and does not constitute a limitation on the 5G message processing device 20, which can include more or fewer components than the diagram, or combine certain components, or different components, for example, the 5G message processing device 20 can also include an input / output device, a network access device, a bus, etc.

[0133] The processor 21 can be a central processing unit (CPU), and can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (ASIC), field programmable gate arrays (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc. The processor 21 is the control center of the 5G message processing device 20, which connects each part of the entire 5G message processing device 20 through various interfaces and lines.

[0134] The memory 22 can be used to store the computer programs and / or modules, and the processor 21 realizes various functions of the 5G message processing device 20 by running or executing the computer programs and / or modules stored in the memory 22, and calling the data stored in the memory 22. The memory 22 can mainly include a program storage area and a data storage area, wherein the program storage area can store an operating system, at least one application program required by a function (such as a sound playing function, an image playing function, etc.), and the like; and the data storage area can store data created according to the use of the mobile phone (such as audio data, a phone book, etc.), and the like. In addition, the memory 22 can include a high-speed random access memory, and can also include a nonvolatile memory, for example, a hard disk, a memory, a plug-in hard disk, a smart media card (SMC), a secure digital (SD) card, a flash card, at least one disk storage device, a flash memory device, or other volatile solid-state memory devices.

[0135] When the modules / units of the 5G message processing device 20 are realized in the form of software function units and sold or used as independent products, they can be stored in a computer readable storage medium. Based on this understanding, all or part of the processes in the above-mentioned embodiments can also be implemented by a computer program instructing related hardware, and the computer program can be stored in a computer readable storage medium. When the processor 21 executes the computer program, the steps of the above-mentioned various method embodiments can be realized. The computer program includes computer program code, which can be in the form of source code, object code, executable files, or some intermediate forms, etc. The computer readable medium can include any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM), random access memory (RAM), electrical carrier signal, telecommunication signal, and software distribution medium, etc.

[0136] It should be noted that the apparatus embodiments described above are merely illustrative, and the units described as separate units can or can not be physically separate, and the units shown as units can or can not be physical units, i.e., can be located in one place, or can be distributed to multiple network units. Part or all of the modules can be selected to achieve the purpose of the embodiment according to actual needs. In addition, the connection relationship between the modules in the apparatus embodiment provided in the present application indicates that there is a communication connection between them, which can be implemented as one or more communication buses or signal lines. Those skilled in the art can understand and implement it without creative labor.

[0137] The above is the preferred embodiment of the present application. It should be noted that those skilled in the art can make several improvements and refinements without departing from the principles of the present application, and these improvements and refinements are also considered within the scope of protection of the present application.

Claims

1. A 5G message processing method, characterized by, The method comprises the following steps: receiving a 5G message sent by a chat robot Chatbot; receiving a user click instruction, and parsing the 5G message to obtain a link parameter and an extension parameter; wherein the extension parameter at least comprises a bottom parameter; according to the link parameter, executing corresponding link processing logic; in the case of failure of the link processing logic, according to the bottom parameter, executing corresponding bottom processing logic; the bottom parameter comprises a bottom type and a bottom URL; the bottom processing logic according to the bottom parameter comprises: if the bottom type is a first preset bottom type, opening a webpage corresponding to the bottom URL; if the bottom type is a second preset bottom type, invoking a quick application corresponding to the bottom URL; if the bottom type is a third preset bottom type, invoking a native application corresponding to the bottom URL; the extension parameter further comprises a package name; if the bottom type is a third preset bottom type, invoking a native application corresponding to the bottom URL, and in the case of failure of the native application invocation, opening a native application corresponding to the package name; in the case of failure of the native application invocation and the native application opening, invoking an application store, and opening a download interface of the native application corresponding to the package name or an access interface of the quick application. the extension parameter further comprises a package name; 2.The 5G message processing method of claim 1, wherein, the bottom processing logic according to the bottom parameter comprises: if the bottom type is a fourth preset bottom type, invoking an application store, and opening a download interface of the native application corresponding to the package name or an access interface of the quick application. the extension parameter further comprises a package name; 3.The 5G message processing method of claim 1, wherein, if the bottom type is a second preset bottom type, invoking a quick application corresponding to the bottom URL comprises: if the bottom type is a second preset bottom type, invoking a quick application corresponding to the bottom URL, and in the case of failure of the quick application invocation, opening a quick application corresponding to the package name. The extension parameter is added to the 5G message in any of the following ways: 4.The 5G message processing method of claim 1, wherein, adding the extension parameter in a message body related to the link parameter; adding the extension parameter in the link parameter. The method comprises the following steps:

5. A 5G message processing apparatus, characterized by comprising: a message receiving module is configured to receive a 5G message sent by a chat robot Chatbot; a parsing instruction module is configured to receive a user click instruction, and parse the 5G message to obtain a link parameter and an extension parameter; wherein the extension parameter at least comprises a bottom parameter; a first execution module is configured to execute corresponding link processing logic according to the link parameter; a second execution module is configured to execute corresponding bottom processing logic according to the bottom parameter in the case of failure of the link processing logic; the bottom parameter comprises a bottom type and a bottom URL; the second execution module is further configured to: if the bottom type is a first preset bottom type, open a webpage corresponding to the bottom URL; if the bottom type is a second preset bottom type, invoke a quick application corresponding to the bottom URL; ​ If the bottom type is a third preset bottom type, a native application corresponding to the bottom URL is invoked; The extension parameter further includes a package name; The second execution module is further configured to: If the bottom type is a third preset bottom type, a native application corresponding to the bottom URL is invoked, and in a case where the native application fails to be invoked, a native application corresponding to the package name is opened; In a case where the native application fails to be invoked and the native application fails to be opened, an application store is invoked, and a download interface of the native application corresponding to the package name or an access interface of a quick application is opened.

6. A 5G message processing device, characterized by The computer program is configured to be executed by the processor, and the processor implements the 5G message processing method according to any one of claims 1-4 when executing the computer program.

7. A computer-readable storage medium, characterized in that, The computer readable storage medium includes a stored computer program; wherein the computer program controls the device where the computer readable storage medium is located to execute the 5G message processing method according to any one of claims 1-4 when running.

8. A computer program product, characterised in that, The computer program / instruction is executed by the processor to implement the 5G message processing method according to any one of claims 1-4.

Citation Information

Patent Citations

  • Intelligent session method and device

    CN112069830A

  • Chat robot jumping method and device, electronic equipment and storage medium

    CN118316896A