CN113285868B - Task generation method, device and computer readable medium - Google Patents

Task generation method, device and computer readable medium Download PDF

Info

Publication number
CN113285868B
CN113285868B CN202110477756.5A CN202110477756A CN113285868B CN 113285868 B CN113285868 B CN 113285868B CN 202110477756 A CN202110477756 A CN 202110477756A CN 113285868 B CN113285868 B CN 113285868B
Authority
CN
China
Prior art keywords
task
message
user
content
chat
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.)
Active
Application number
CN202110477756.5A
Other languages
Chinese (zh)
Other versions
CN113285868A (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.)
Shanghai Zhangmen Science and Technology Co Ltd
Original Assignee
Shanghai Zhangmen Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Zhangmen Science and Technology Co Ltd filed Critical Shanghai Zhangmen Science and Technology Co Ltd
Priority to CN202110477756.5A priority Critical patent/CN113285868B/en
Publication of CN113285868A publication Critical patent/CN113285868A/en
Application granted granted Critical
Publication of CN113285868B publication Critical patent/CN113285868B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/043Real-time or near real-time messaging, e.g. instant messaging [IM] using or handling presence information
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The task message generated in the scheme comprises a task title and a task remark, and the task title and the task remark are generated based on the message content of the target chat message. In an actual scenario, if the message content of the target chat message is more, the task title may be used to represent the main content of the target chat message, and the task remark may be used to represent all the content of the target chat message, so that when the user views the task message, the user may first quickly know the general view of the task to be executed by viewing the task title, and when it is determined that the specific execution is required, the detailed information of the task is obtained by viewing the task remark.

Description

Task generation method, device and computer readable medium
Technical Field
The present application relates to the field of information technologies, and in particular, to a task generation method, device, and computer readable medium.
Background
With the development of information technology, people increasingly use an instant messaging mode to communicate in daily work and life. In an actual scene, the instant messaging software can not only realize individual chat of individuals, but also realize group chat among multiple individuals. Therefore, the colleagues often communicate with each other in the work affairs by means of instant messaging. In this process, often the arrangement of tasks is involved, for example, a colleague A arranges a colleague B to do something in a chat, and the requirement of things may be mentioned in the chat. If the scheduled tasks need to be recorded and reminded, people generally need to enter the corresponding tasks into the task system after chatting and communicating results, and the whole process has two problems:
1. the task may be forgotten to be entered afterwards, and the related items only stay in the communication level and do not fall into the actual execution.
2. The input task has access to the content of the actual chat communication, so that the task is executed wrongly or the chat records need to be searched for confirmation in the execution process, and the execution efficiency of the task is influenced.
In view of the above problems, some instant messaging software with a cooperative office function exists in the industry. The instant messaging software is integrated with a task system or can be associated with other task systems installed in user equipment, so that a user can convert a certain chat message into a task to be handled through simple operation, and the user needing to execute the task is reminded when needed. When a task is generated, the message content of a certain chat message is directly taken as the specific content of the task to be recorded, and although the problem that the entry of the task is forgotten or is wrong can be solved, when the message content of the chat message is more, the user is inconvenient to check and is difficult to quickly identify different tasks.
Disclosure of Invention
An object of the present application is to provide a task generation method, apparatus, and computer-readable medium.
To achieve the above object, an embodiment of the present application provides a task generating method, including:
acquiring task conversion operation aiming at a target chat message input in a message session interface;
according to the task conversion operation, task information corresponding to the target chat message is obtained, wherein the task information comprises a task title and a task remark, and the task title and the task remark are generated according to the message content of the target chat message;
and displaying the task message in the message conversation interface.
Furthermore, an embodiment of the present application further provides a task generation device, which includes a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein when the computer program instructions are executed by the processor, the device is triggered to execute the task generation method.
Embodiments of the present application also provide a computer readable medium, on which computer program instructions are stored, the computer program instructions being executable by a processor to implement the task generation method.
In the task generating scheme provided by the embodiment of the application, first, a task conversion operation for a target chat message input in a message session interface can be obtained, then, according to the task conversion operation, a task message corresponding to the target chat message is obtained, and the task message is displayed in the message session interface, wherein the task message at least comprises two parts of contents, namely a task title and a task remark, which are generated based on the message content of the target chat message. In an actual scenario, if the message content of the target chat message is more, the task title may be used to represent the main content of the target chat message, and the task remark may be used to represent all the content of the target chat message, so that when the user views the task message, the user may first quickly know the general view of the task to be executed by viewing the task title, and when it is determined that the specific execution is required, the detailed information of the task is obtained by viewing the task remark.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the detailed description of non-limiting embodiments made with reference to the following drawings:
fig. 1 is a processing flow chart of a task generation method provided in an embodiment of the present application;
FIG. 2 is a schematic diagram of a message conversation interface in an embodiment of the present application;
FIG. 3 is a schematic diagram of a task message configuration interface in an embodiment of the present application;
FIG. 4 is a schematic diagram of a message conversation interface with task cards displayed in an embodiment of the present application;
FIG. 5 is a flowchart illustrating a process of implementing message conversion task in instant messaging software according to the solution provided in an embodiment of the present application;
FIG. 6 is a schematic diagram of processing logic of a task resolution process according to an embodiment of the present application;
FIG. 7 is a schematic diagram illustrating information interaction when a message to task is implemented in an embodiment of the present application;
FIG. 8 is a schematic structural diagram of an apparatus for implementing a task generation scheme according to an embodiment of the present application;
the same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
In a typical configuration of the present application, the terminal, the device serving the network, each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, which include both non-transitory and non-transitory, removable and non-removable media, may implement the information storage by any method or technology. The information may be computer program instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device.
The embodiment of the application provides a task generating method, wherein the task message generated in the method comprises a task title and a task remark, and the task title and the task remark are generated based on the message content of the target chat message. In an actual scene, if the message content of the target chat message is more, the task title may be used to represent the main content of the target chat message, and the task remark may be used to represent the whole content of the target chat message, so that when the user views the task message, the user may first quickly know the summary of the task to be executed by viewing the task title, and when it is determined that the task remark needs to be executed specifically, the detailed information of the task is obtained by viewing the task remark.
In a practical scenario, the execution subject of the method may be a user equipment, or a device formed by integrating the user equipment and a network device through a network. The user equipment at least comprises a display device which is used for interacting with a user and displaying an interactive interface of the instant messaging software to the user. The part related to data processing in the scheme can be implemented locally in the user equipment, or implemented in the network equipment and provides the processing result to the user equipment through the network, for example, the processing process of acquiring the task message corresponding to the target chat message can be performed locally in the user equipment, or can be performed by sending the task message to the corresponding network equipment, and the task message is returned to the local equipment after the processing is completed. The interactive display part is realized by user equipment, and the processing such as acquiring task conversion operation, displaying task information and the like is realized by the user equipment based on various input or output devices. The user equipment comprises but is not limited to various terminal equipment such as a computer, a mobile phone and a tablet computer; including but not limited to implementations such as a network host, a single network server, multiple sets of network servers, or a cloud-computing-based collection of computers. Here, the Cloud is composed of a large number of hosts or network servers based on Cloud Computing (Cloud Computing), which is a type of distributed Computing, one virtual computer consisting of a collection of loosely coupled computers.
Fig. 1 illustrates a processing flow of a task generation method provided in an embodiment of the present application, which includes at least the following processing flows:
step S101, acquiring task conversion operation aiming at the target chat message input in the message conversation interface. The message session interface is an interface used for displaying chat messages in instant messaging software running in user equipment, users can enter the message session interface when performing chat interaction, and send or receive chat messages through the message session interface, and history chat messages which are sent or received can be displayed in the message session interface. For example, fig. 2 is a schematic diagram of a message session interface of some instant messaging software.
In an actual scene, a user can apply for an account for himself through the instant messaging software, and log in the instant messaging software through the account to experience various functions provided by the instant messaging software, such as a chat function and the like. An account corresponding to one user can add a plurality of users to one group through instant messaging software, so that a chat group is established, all users can publish chat messages in the chat group, and each user can also see the chat messages published by other users. In addition, one-to-one instant messaging, namely chat interaction between two users, can be performed through instant messaging software. Whether a group chat of multiple persons or a one-to-one chat between two users is performed, the chat enters the message session interface.
The target chat message may be a chat message that the user needs to generate a corresponding task message in the processing process. Taking the message conversation interface shown in fig. 2 as an example, before the user inputs the task conversion operation, the user device may display chat messages in the message conversation interface, where the displayed chat messages are history chat messages that have been published by each user participating in the chat. When the message content of a part of chat messages relates to a certain task, the user participating in the chat can select the part of chat messages as target chat messages and input task conversion operation aiming at the target chat messages, so that the equipment performing subsequent processing can generate and display corresponding task messages. When the target chat message is determined, if the corresponding chat messages have a plurality of pieces, the selection operation input in the message conversation interface aiming at the plurality of chat messages can be obtained, and the plurality of chat messages are determined as the target chat message according to the selection operation. In an actual scenario, the selecting operation may be a triggering operation of inputting a long press, a double click, and the like to one of the chat messages, so that the message session interface enters a selection state, as shown in fig. 3, a tick mark 310 on one side of the chat message is used to indicate whether the chat message is selected, where the chat message c1 is in the selected state. After the required chat messages are selected, the selected several chat messages can be determined as target chat messages.
In addition, in order to further improve the user experience, an intelligent selection scheme for different chat messages may be set based on different selection operations, for example, a single click operation of a user on a certain chat message may be set as a first selection operation, a multi-click operation of the user on the certain chat message may be set as a second selection operation, a long click operation of the user on the certain chat message may be set as a third selection operation, and a sliding operation of the user on a chat session interface may be set as a fourth selection operation. When the user inputs the first selection operation, the clicked chat message can be determined as a target chat message; when the user inputs the second selection operation, the clicked chat message and the adjacent chat messages thereof can be determined as target chat messages; when the user inputs the third selection operation, the clicked chat message and other chat messages sent by the same user can be determined as target chat messages; when the user inputs the fourth selection operation, the chat message covered by the sliding track can be determined as the target chat message. Therefore, a more intelligent selection mode of the target chat message can be realized, and the user experience is better.
It should be understood by those skilled in the art that the specific form of the above-described selecting operation and the corresponding relationship between each different selecting operation and the selected content are merely examples, and other forms based on similar principles, which are present or come out later, should be included in the scope of the present application if they can be applied to the present application, and are included herein by reference.
After the target chat message is determined, the task conversion operation input by the user in the message session interface and aiming at the target chat message can be obtained. The task conversion operation may be an operation in which a user clicks a preset trigger button or a preset interaction region in the message session interface, for example, the scheme of the embodiment of the present application may provide a selection menu of a subsequent function when the message session interface enters a selection state, where the selection menu may include a "task conversion" option, and after the user selects a desired chat message, the user may click the "task conversion" option to implement input of the task conversion operation.
In addition, in order to make the operation of the user simpler, the task conversion operation may also adopt a gesture operation that can be completed quickly. In practical scenarios, the gesture operations meeting the above requirements may include, but are not limited to, the following categories: the method comprises the following steps of performing hanging gesture operation on a message conversation interface by a user, performing contact gesture operation on the message conversation interface by the user, driving motion trend operation of user equipment by the user in a message conversation interface display state, and the like.
The hanging gesture operation of the user on the message conversation interface may refer to a hanging sliding track of the user on the message conversation interface displayed by the user equipment within an acquisition range of an image sensor of the user equipment. The image sensor may be a Charge Coupled Device (CCD) sensor, or may also be a Metal-Oxide Semiconductor (CMOS) sensor, which is not particularly limited in this embodiment. The suspension sliding track may include, but is not limited to, a straight line or a curve with any shape, which is composed of a plurality of dwell points corresponding to a plurality of consecutive sliding events, and this embodiment is not particularly limited thereto.
The contact gesture operation of the user on the message conversation interface may refer to a contact sliding track of the user on the message conversation interface displayed by the user equipment. Generally, user devices can be classified into two types according to whether a display device has a characteristic of touch input, one type is a touch device, and the other type is a non-touch device. Specifically, a contact gesture operation of a user on a business card display interface displayed on a touch screen of the touch device may be detected. In this embodiment of the present application, in order to facilitate user input, the contact sliding trajectory may be set to be a straight line along a preset direction, and thus a task conversion operation input by the user is a sliding operation in a preset direction in the message conversation interface.
The operation of driving the motion trend of the user equipment by the user in the display state of the interactive interface may be that the user holds the user equipment by hand, and drives the user equipment to move according to a specific motion track, for example, shake, turn over, and the like, when the user equipment displays the interactive interface.
It will be understood by those skilled in the art that the specific form of the task transformation operation described above is merely exemplary, and other forms based on similar principles now existing or later to be developed are also included within the scope of the present application and are incorporated herein by reference.
And step S102, acquiring task messages corresponding to the target chat messages according to the task conversion operation. The task message comprises a task title and a task remark, and the task title and the task remark are generated according to the message content of the target chat message. Thus, when the message content of the target chat message is large, the task title can be used for representing the main content of the target chat message, and the task remark can be used for representing the whole content of the target chat message. At this moment, when a user views a task message, the user can firstly quickly know the general view of the task to be executed by viewing the task title, and when the user determines that the specific execution is needed, the user can obtain detailed information of the task by viewing the task remark, so that the efficiency can be effectively improved and the use experience of the user can be improved for a scene with more tasks or more complex tasks.
In an actual scenario, the situation that the content of the target chat message is large can be divided into two specific situations. One situation is that the target chat message is a chat message, but the longer the chat message, the more the message content, such as a chat message sent by a certain user containing hundreds of characters. And another case is that the target chat message is a plurality of chat messages, for example, the user selects three chat messages of chat messages c1, c2 and c3 in fig. 2 as the target chat message of the generation task.
For the first case, when a task message is obtained, a task title of the task message may be extracted according to the message content of the target chat message in response to the task conversion operation. The task title may be information for representing main content of the task message, and therefore at least one of the following content may be used as the task title, including keyword information of the message content, semantic information of the message content, statement information at a preset position in the message content, or statement information labeled by a preset character in the message content.
For the keyword information and the semantic information of the message content, a recognition model can be constructed in a machine learning-based mode, and the recognition model is trained by using the chat message labeled with semantics or keywords as a sample set. After the training is finished, the recognition model can be used for recognizing the semantics or the keywords, and keyword information or semantic information in the target chat message is extracted.
For the sentence information at the preset position in the message content or the sentence information marked by the preset character, except for a mode of constructing a recognition model based on machine learning, the sentence information can also be obtained by adopting a mode of character matching and the like. For example, when extracting the sentence information at a preset position in the message content, the first separation symbol of the start of the chat message may be determined by character matching, and then the sentence before the first separation symbol of the start of the chat message may be extracted as the task title, where the separation symbol may be a comma, a period, or other symbol having a sentence dividing function. When extracting the statement information marked by the preset characters in the message content, the preset characters contained in the chat message, such as various brackets, quotation marks and the like, can be determined in a character matching mode, and then the statements marked by the preset characters are extracted to be used as task titles for extracting the task messages. In order to enable the task titles extracted in the manners to better represent the main content of the task, the personnel participating in the chat can be informed in advance about the special role of the preset characters or the preset positions in the task generation, so that the users can write part of the message content with the summary and summarization function in the preset positions of the chat messages or mark the message content with preset symbols when the chat messages related to the task are published.
In other embodiments of the present application, when the target chat message is a chat message, and when the task message is obtained according to the task conversion operation, it may also be determined whether the length of the target chat message is greater than the length threshold in response to the task conversion operation, and then different processing is performed according to a determination result. If the length is greater than the length threshold, the message content of the target chat message is used as a task remark of the task message, and the task title of the task message can be set to be empty; otherwise, the message content of the target chat message is used as the task title of the task message, and at this time, the task remark of the task message can be set to be empty. For example, the length threshold may be set to be N characters long, and if the length of the target chat message does not exceed N characters, the message content of the entry marking chat message may be directly used as the task title of the task message, and the task remark of the task message may be set to be empty, and the user may select whether to manually fill in the task remark as needed. When the length of the target chat message exceeds N characters, the message content of the entry mark chat message can be directly used as a task remark of the task message, the task title of the task message is set to be empty, and similarly, the user can also select whether to manually fill in the task title or not according to the requirement.
For the second case, when acquiring the task message, the task title of the task message may also be extracted according to the message content of the target chat message in response to the task conversion operation. The difference from the first case is that the task title can directly use the message content of one of the plurality of chat messages, in addition to the above-mentioned items. It follows that, in this case, the task title includes at least one of the following information: the message content comprises keyword information of the message content, semantic information of the message content, statement information at a preset position in the message content, statement information marked by preset characters in the message content or message content of one of a plurality of chat messages. For the case of directly using the message content of one of the plurality of chat messages, a rule for selection may be set in advance, for example, a first chat message may be selected according to a time sequence, or a content with the shortest length may be selected according to the length of the chat message.
Meanwhile, in order to enable a user viewing the task message to completely know all contents related to the task and avoid deviation of the executed task, the message content of the target chat message can be used as a task remark of the task message, so that all message contents are completely displayed by the task remark.
And step S103, displaying the task message in the message conversation interface so as to provide the task message for all users participating in the chat to view. Therefore, different requirements can be met when the user checks the task titles and the task remarks, namely the user can quickly know the general view of the task to be executed by checking the task titles, and obtain detailed information of the task by checking the task remarks when the user confirms that the user needs to specifically execute the task, so that the efficiency can be effectively improved and the use experience of the user can be improved for scenes with more tasks or complex tasks.
In some embodiments of the application, if the target chat message corresponding to the task message is a plurality of chat messages, when the task message is displayed in the message session interface, the task remark of the task message is displayed in sections, and each section corresponds to one chat message, so that the original structure of the information can be maintained, and the user can check the information more conveniently. For example, if the target chat messages are chat messages c1, c2 and c3 in fig. 2, when the corresponding task messages are displayed, in the task notes, the text contents corresponding to the three chat messages are automatically wrapped, and each of the text contents is segmented as a single paragraph, so that the organization structure of the information is ensured to be consistent with the division during the chat.
In some embodiments of the present application, in a process of obtaining a task message corresponding to the target chat message, a jump may be made to the task message configuration interface in response to the task conversion operation, and a default task title and a default task memo may be displayed in a task title editing area and a task memo editing area in the task message configuration interface, respectively. The default task title and the default task remark are generated according to the message content of the target chat message, and the specific generation mode can be the mode under the two situations, which is not described herein again. In an actual scenario, the default task title may also be displayed as empty, and manually entered by the user before entering the generate-confirm operation.
Then, a generation confirmation operation input in a task message configuration interface can be acquired, and a task message corresponding to the target chat message is generated according to the generation confirmation operation. At this time, the task title and the task remark in the generated task message are respectively the task title and the task remark displayed in the task title editing area and the task remark editing area. For example, when the generation confirmation operation is acquired, the task title editing region and the task remark editing region respectively display a default task title "AAA" and a default task remark "bbbbbbbb", and then the task title and the task remark of the task message generated at this time are respectively "AAA" and "bbbbbbbb".
In an actual scene, a user can modify the contents displayed in the task title editing area and the task remark editing area at any time before inputting the generation confirmation operation, so that the task title and the task remark can be modified in a personalized manner, and the requirements of the actual scene are better met.
In other embodiments of the present application, it is also possible to determine an associated user of a task message in a task generating process, and display the corresponding associated user and/or the associated user sends a prompt message when the task message is displayed in the message session interface. The associated users may include an executing user and/or a participating user, where the executing user refers to a user designated to execute the task, for example, the user a notifies the user C to do something in the chat process, where the user C is the executing user of the corresponding task, and the participating user refers to a user who needs to participate in learning the task execution process, for example, the user a notifies the user C to do something in the chat process, and hopes that the user B pays attention to the completion progress of the user C, where the user B is the participating user of the corresponding task. In an actual scenario, for a user, the user can be an executing user and a participating user of a certain task at the same time.
In an instant messaging scenario, when a user sends a chat message, the user may be specified in a specific manner in the chat message, for example, the user may be specified in a form of "prompt symbol + user name" added to the chat message. The prompt symbol may use "@" or the like, and the user name written after the prompt symbol "@" is the name of the user prompted in the chat message. Take the target chat message "please submit design at four noons @ XXX", where the name XXX of the user after @ is the prompt user in the chat message. Therefore, when the associated user of the task message is determined, whether the target chat message corresponding to the task message contains the prompt user or not can be judged, and if the target chat message contains the prompt user, the prompt user is determined as the associated user of the task message.
If the target chat message does not contain the prompting user, an optional associated user list can be provided for the user generating the task, for example, if the chat is performed in a group, all users in the group can be provided as the optional associated user list, and then the associated user list is selected by clicking.
In the task message configuration interface, an associated user editing area for configuring an associated user may be provided, so that when the solution provided by the embodiment of the present application jumps to the task message configuration interface in response to the task conversion operation, a default associated user may be displayed in the associated user editing area in the task message configuration interface. The default associated user may be designated as a prompt user in the target chat message in the aforementioned manner, and if the user is not prompted, the default associated user may also be displayed as null, that is, there is no default associated user, which needs to be selected by the user before the user inputs the generation confirmation operation. And then, when the generation confirmation operation input in the task message configuration interface is acquired, and the task message corresponding to the target chat message is generated according to the generation confirmation operation, determining the associated users of the task message. At this time, the determined associated user is the associated user displayed in the associated user editing area, and the content in the associated user editing area may be modified by the user at any time before the generation confirmation operation is obtained, similarly to the content in the task title editing area and the task remark editing area.
Fig. 3 shows a schematic diagram of a task message configuration interface, where a region 310 is a task title editing region for displaying a task title to be generated, a region 320 is a task remark editing region for displaying a task remark to be generated, and a region 330 is an execution user editing region for displaying an execution user of a task to be generated. In addition, areas with other configuration functions, such as areas for configuring start time, end time, reminding information, task-associated attachments, inspectors, participating users and other information of the tasks, can be provided in the task message configuration interface according to the requirements in the actual scene.
In some embodiments of the present application, the task message may be displayed in the message conversation interface in the form of a task card. The task card can provide an operation entry of viewing operation for the users participating in the chat, that is, the users participating in the chat can input the viewing operation by clicking and long-pressing the task card, so that the device executing the method can acquire the viewing operation for the task card input in the message session interface and display the detailed content of the task message according to the viewing operation. The detailed content, that is, the complete content of the task message, may include a task title, a task remark, a task execution user, a participating user, and the like, and may further include a start time, an end time, and the like of the task. For user viewing, when displaying the task card 410, partial contents, such as a task title, may be displayed on the task card without displaying a task remark, a task performing user, a participating user, and the like, as shown in fig. 4. Therefore, the method can be better suitable for complex task scenes, for example, when the content of the task remarks is too long and the tasks issued at the same time are more, the user can see more brief content, and the use experience of the user is improved.
In addition, a centralized management function of task messages may also be provided, that is, for a task message already published in the message session interface, a user (e.g., a user participating in a task, a user executing the task, or a user generating the task message) receiving the task message may implement several kinds of management on the received task message in a task management interface provided by the corresponding user device, for example, the received task message may be quickly viewed or edited, so that the user may conveniently manage the task message.
In other embodiments of the present application, the task message may be displayed in a message conversation interface of a user device used by the executing user or the participating user, and the display may be in the form of a chat message from the task initiating user. That is, for the executing user or the participating user of the task, a chat message from the task initiating user is received in the message session interface of the user equipment, and the chat message is a task message corresponding to the task. For the initiating user of the task, the task message sent by the initiating user can be only displayed in the message conversation interface containing the target chat message, and can also be displayed in the message conversation interface between the initiating user and the associated user of the task, so that all users having a relationship with the task can conveniently view the task message, and the use experience is better.
Fig. 5 shows a processing flow for implementing message conversion task in instant messaging software by using the solution provided in the embodiment of the present application, including the following steps:
step S501, selecting a chat message to be converted into a task.
Step S502, analyzing the message content, wherein the user of the @ in the chat message can be converted into an executive user of the task, part of the content is converted into a task title, and all the content is converted into a task remark.
FIG. 6 illustrates processing logic when implementing message content parsing, including the following processes:
step S601, first, determining whether the chat message is a single chat message according to the chat message that needs to be converted into a task selected by the user. If the message is a single message, the process proceeds to step S602, and if the message is not a single message but a plurality of messages, the process proceeds to step S608.
Step S602, determining whether the chat message has a symbol "@", if yes, proceeding to step S603, otherwise, proceeding to step S604.
In step S603, the user pointed by "@" is determined as the executing user of the task.
In step S604, the content in the chat message is extracted, and if the chat message has "@", only the content other than @ and the corresponding execution user may be extracted.
Step S605 determines whether the content exceeds the word count limit, if so, step S606 is performed, otherwise, step S607 is performed.
Step S606, determining a default title and remarks. In this embodiment, the first 20 words and the last 20 words in the content may be extracted as a title, the title may be converted into a form of "first 20 words + \8230; + second 20 words", and the complete content may be converted into a remark. And when the text in the content is converted into the remark, if the line feed exists between the texts in the content, the format of the line feed is also reserved in the remark.
In step S607, the extracted content is directly used as a title, and if there is a line feed between texts in the content, the format of the line feed is also reserved in the title.
Step S608, the message can be processed in two cases, if the chat message is not the chat message sent by the converted user, the process directly proceeds to step S611, and if the chat message is the chat message sent by the converted user, the process proceeds to step S609.
Step S609 and step S602 are executed to determine whether the chat message has a symbol "@", if yes, step S610 is executed, otherwise step S611 is executed.
In step S610, the user pointed by "@" is determined as the executing user of the task.
In step S611, the content in the chat message is extracted, and if the chat message has "@", only the content other than @ and the corresponding execution user may be extracted.
Step S612, determine the default title and remarks. In this embodiment, the default title may be set to null and input by the user of the conversion, and the complete content of the plurality of chat messages may be converted into the remarks. When the text is converted into the remark, if the line is changed between the texts in the content of the same message, the format of the line is also reserved in the remark, and the line is also changed between the contents of different messages.
Thereby, the parsing process of the message content is completed.
Step S503, displaying the converted task content to the user. For example, it is possible to jump to a task message configuration interface, and display a task title, a task remark, an execution user, and the like through different editing areas, respectively. And a user who converts a message into a task can edit the task content.
In step S504, after confirming that the task content is correct, a new task may be generated.
And step S505, displaying the newly generated task in a form of a task card.
When the above processing procedure is implemented in instant messaging software, step S501 and step S505 may be processed by a module implementing a message interaction function. And step S502 can be processed by a module that realizes a message content parsing function, and if the scheme is applied to a scene of group chat, the module that realizes the message interaction function can transfer the message content, group members, group ID, and other content to the module that realizes the message content parsing function, where the message content is used to convert the executive user, the task title and the task remark, the group members can facilitate quick selection by the related personnel of the subsequently set task, and the group ID facilitates generation of the subsequently submitted task card in the corresponding group. Step S503 and step S504 may be processed by a module implementing a task management function, and are used to edit and confirm task content, generate a task, and obtain a task ID. The task ID and the group ID may be provided to the module implementing the message interaction function in step S505, the task card is displayed in the corresponding group according to the group ID, and the specific content of the task card is generated according to the task ID. After the task cards are displayed, a user can click on the task cards, find specific tasks through the task ids, and check detailed contents of the tasks. As shown in fig. 7.
Based on the same inventive concept, the embodiment of the application also provides a task generating device, the corresponding method of the device is the task generating method in the embodiment, and the principle of solving the problem is similar to the method. The device comprises a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the device to perform the aforementioned task generation method.
Fig. 8 shows a structure of a device suitable for implementing the method and/or technical solution in the embodiment of the present application, and the device 800 includes a Central Processing Unit (CPU) 801, which can execute various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 802 or a program loaded from a storage portion 808 into a Random Access Memory (RAM) 803. In the RAM803, various programs and data necessary for system operation are also stored. The CPU 801, ROM 802, and RAM803 are connected to each other via a bus 804. An Input/Output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, a touch screen, a microphone, an infrared sensor, and the like; an output section 807 including a Display device such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), an LED Display, an OLED Display, and the like, and a speaker; a storage portion 808 comprising one or more computer-readable media such as a hard disk, optical disk, magnetic disk, semiconductor memory, or the like; and a communication section 809 including a Network interface card such as a LAN (Local Area Network) card, a modem, and the like. The communication section 809 performs communication processing via a network such as the internet.
In particular, the methods and/or embodiments in the embodiments of the present application may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer-readable medium, the computer program comprising program code for performing the method illustrated by the flow chart. The computer program performs the above-described functions defined in the method of the present application when executed by the Central Processing Unit (CPU) 801.
It should be noted that the computer readable medium described herein can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present application may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart or block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer-readable medium carries one or more computer program instructions that are executable by a processor to implement the methods and/or aspects of the embodiments of the present application as described above.
To sum up, in the task generation scheme provided by the embodiment of the present application, the generated task message includes a task title and a task remark, and both are generated based on the message content of the target chat message. In an actual scenario, if the message content of the target chat message is more, the task title may be used to represent the main content of the target chat message, and the task remark may be used to represent all the content of the target chat message, so that when the user views the task message, the user may first quickly know the general view of the task to be executed by viewing the task title, and when it is determined that the specific execution is required, the detailed information of the task is obtained by viewing the task remark.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In some embodiments, the software programs of the present application may be executed by a processor to implement the above steps or functions. As such, the software programs (including associated data structures) of the present application can be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (12)

1. A task generation method, wherein the method comprises:
acquiring task conversion operation aiming at a target chat message input in a message session interface;
responding to the task conversion operation, jumping to the task message configuration interface, and respectively displaying a default task title and a default task remark in a task title editing area and a task remark editing area in the task message configuration interface, wherein the default task title and the task remark are generated according to the message content of the target chat message;
acquiring a generation confirmation operation input in a task message configuration interface, and generating a task message corresponding to the target chat message according to the generation confirmation operation, wherein a task title and a task remark of the task message are respectively a task title and a task remark displayed in a task title editing area and a task remark editing area;
and displaying the task message in the message session interface.
2. The method of claim 1, wherein prior to obtaining the task conversion operation for the target chat message entered in the message conversation interface, further comprising:
displaying chat messages in the message session interface;
the method comprises the steps of obtaining selection operation aiming at a plurality of chat messages input in a message conversation interface, and determining the plurality of chat messages as target chat messages according to the selection operation.
3. The method of claim 1, wherein the method further comprises:
determining a relevant user of the task message;
and displaying the corresponding associated user and/or the associated user sending a prompt message when the task message is displayed in the message session interface.
4. The method of claim 3, wherein determining associated users of task messages comprises:
judging whether a target chat message corresponding to the task message contains a prompt user;
and if the task information comprises the prompting user, determining the prompting user as the associated user of the task information.
5. The method of claim 3, wherein the method further comprises:
responding to the task conversion operation, jumping to the task message configuration interface, and displaying a default associated user in an associated user editing area in the task message configuration interface;
and acquiring a generation confirmation operation input in a task message configuration interface, generating a task message corresponding to the target chat message according to the generation confirmation operation, and determining an associated user of the task message, wherein the associated user of the task message is an associated user displayed in the associated user editing area.
6. The method of claim 1, wherein said target chat message is a chat message;
according to the task conversion operation, acquiring a task message corresponding to the target chat message, wherein the task message comprises a task title and a task remark, and the task title and the task remark are generated according to the message content of the target chat message, and the task conversion operation comprises the following steps:
responding to the task conversion operation, extracting a task title of a task message according to the message content of the target chat message, wherein the task title comprises at least one of the following information: the message content comprises keyword information of the message content, semantic information of the message content, statement information at a preset position in the message content or statement information marked by preset characters in the message content;
and taking the message content of the target chat message as a task remark of the task message.
7. The method of claim 1, wherein the target chat message is a chat message;
according to the task conversion operation, acquiring a task message corresponding to the target chat message, wherein the task message comprises a task title and a task remark, and the task title and the task remark are generated according to the message content of the target chat message, and the task conversion operation comprises the following steps:
responding to the task conversion operation, and judging whether the length of the target chat message is larger than a length threshold value;
if the length is larger than the length threshold value, the message content of the target chat message is used as a task remark of the task message; otherwise, the message content of the target chat message is used as the task title of the task message.
8. The method of claim 1, wherein the target chat message is a plurality of chat messages;
according to the task conversion operation, acquiring a task message corresponding to the target chat message, wherein the task message comprises a task title and a task remark, and the task title and the task remark are generated according to the message content of the target chat message, and the task conversion operation comprises the following steps:
responding to the task conversion operation, extracting a task title of a task message according to the message content of the target chat message, wherein the task title comprises at least one of the following information: the message content comprises keyword information of the message content, semantic information of the message content, statement information at a preset position in the message content, statement information marked by preset characters in the message content or message content of one of a plurality of chat messages;
and taking the message content of the target chat message as a task remark of the task message.
9. The method of claim 8, wherein if the target chat message corresponding to the task message is a plurality of chat messages, when the task message is displayed in the message conversation interface, the task notes of the task message are displayed in segments, and each segment corresponds to one chat message.
10. The method of claim 1, wherein displaying the task message in the message conversation interface comprises:
displaying the task message in the form of a task card in the message session interface;
the method further comprises the following steps:
and acquiring the viewing operation aiming at the task card input in the message session interface, and displaying the detailed content of the task message according to the viewing operation.
11. A task generating device comprising a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the device to perform the method of any of claims 1 to 10.
12. A computer readable medium having stored thereon computer program instructions executable by a processor to implement the method of any one of claims 1 to 10.
CN202110477756.5A 2021-04-29 2021-04-29 Task generation method, device and computer readable medium Active CN113285868B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110477756.5A CN113285868B (en) 2021-04-29 2021-04-29 Task generation method, device and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110477756.5A CN113285868B (en) 2021-04-29 2021-04-29 Task generation method, device and computer readable medium

Publications (2)

Publication Number Publication Date
CN113285868A CN113285868A (en) 2021-08-20
CN113285868B true CN113285868B (en) 2022-10-04

Family

ID=77277701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110477756.5A Active CN113285868B (en) 2021-04-29 2021-04-29 Task generation method, device and computer readable medium

Country Status (1)

Country Link
CN (1) CN113285868B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113992611A (en) * 2021-08-30 2022-01-28 北京百度网讯科技有限公司 Task information management method, device, equipment and storage medium
CN113741754A (en) * 2021-09-14 2021-12-03 北京字跳网络技术有限公司 Task creation method and device, electronic equipment and computer-readable storage medium
CN113741756A (en) * 2021-09-16 2021-12-03 北京字跳网络技术有限公司 Information processing method, device, terminal and storage medium
CN114338576A (en) * 2021-12-31 2022-04-12 北京字跳网络技术有限公司 Task participant adding method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983271A (en) * 2005-12-16 2007-06-20 国际商业机器公司 System and method for defining and translating chat abbreviations
CN106571999A (en) * 2016-10-21 2017-04-19 北京三快在线科技有限公司 Task management method based on instant communication messages, client and server
CN109660446A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 Voice broadcast method, device, computer equipment and the storage medium of chat message
CN110291759A (en) * 2016-12-06 2019-09-27 深圳市唯德科创信息有限公司 A kind of management method and system of task
CN112261085A (en) * 2020-09-23 2021-01-22 远光软件股份有限公司 Session-based task distribution method, system, electronic device and storage medium
CN112291420A (en) * 2019-07-12 2021-01-29 腾讯科技(深圳)有限公司 Message display method and terminal equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1983271A (en) * 2005-12-16 2007-06-20 国际商业机器公司 System and method for defining and translating chat abbreviations
CN106571999A (en) * 2016-10-21 2017-04-19 北京三快在线科技有限公司 Task management method based on instant communication messages, client and server
CN110291759A (en) * 2016-12-06 2019-09-27 深圳市唯德科创信息有限公司 A kind of management method and system of task
CN109660446A (en) * 2018-10-31 2019-04-19 深圳壹账通智能科技有限公司 Voice broadcast method, device, computer equipment and the storage medium of chat message
CN112291420A (en) * 2019-07-12 2021-01-29 腾讯科技(深圳)有限公司 Message display method and terminal equipment
CN112261085A (en) * 2020-09-23 2021-01-22 远光软件股份有限公司 Session-based task distribution method, system, electronic device and storage medium

Also Published As

Publication number Publication date
CN113285868A (en) 2021-08-20

Similar Documents

Publication Publication Date Title
CN113285868B (en) Task generation method, device and computer readable medium
JP6969653B2 (en) Electronic conference system
US11501255B2 (en) Digital processing systems and methods for virtual file-based electronic white board in collaborative work systems
JP6961994B2 (en) Systems and methods for message management and document generation on devices, message management programs, mobile devices
US10897439B2 (en) Conversational enterprise document editing
US9471872B2 (en) Extension to the expert conversation builder
US10938832B2 (en) Systems and methods for providing an interactive media presentation
JP6961993B2 (en) Systems and methods for message management and document generation on devices, message management programs, mobile devices
CN111095215B (en) Inter-application delivery format specific data objects
CN102362271B (en) System and method for merging edits for a conversation in a hosted conversation system
US10397157B2 (en) Message management in a social networking environment
US10460031B2 (en) Generating structured meeting reports through semantic correlation of unstructured voice and text data
US20170223069A1 (en) Meetings Conducted Via A Network
CN110914872A (en) Navigating video scenes with cognitive insights
US20170090718A1 (en) Linking selected messages in electronic message threads
WO2020187012A1 (en) Communication method, apparatus and device, and group creation method, apparatus and device
US11182748B1 (en) Augmented data insight generation and provision
US11848900B2 (en) Contextual messaging in video conference
CN112667118A (en) Method, apparatus and computer readable medium for displaying historical chat messages
JP2022077969A (en) Data processing method and apparatus, electronic device, and storage medium
WO2014185991A1 (en) Method and system for producing a personalized project repository for content creators
CN115022272B (en) Information processing method, apparatus, electronic device and storage medium
CN113157170B (en) Data labeling method and device
US20240073368A1 (en) System and method for documenting and controlling meetings with labels and automated operations
TW202037129A (en) Communication method, device and equipment and group establishment method, device and equipment wherein one or more message classification management functions are set according to the actual needs of the group

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
GR01 Patent grant
GR01 Patent grant