WO2021095263A1 - Service linkage program, service linkage method, and information processing device - Google Patents

Service linkage program, service linkage method, and information processing device Download PDF

Info

Publication number
WO2021095263A1
WO2021095263A1 PCT/JP2019/044964 JP2019044964W WO2021095263A1 WO 2021095263 A1 WO2021095263 A1 WO 2021095263A1 JP 2019044964 W JP2019044964 W JP 2019044964W WO 2021095263 A1 WO2021095263 A1 WO 2021095263A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
input
processing
chatbot
service
Prior art date
Application number
PCT/JP2019/044964
Other languages
French (fr)
Japanese (ja)
Inventor
央祐 飯島
博至 松山
慎二 生川
Original Assignee
富士通株式会社
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 富士通株式会社 filed Critical 富士通株式会社
Priority to JP2021555772A priority Critical patent/JP7327504B2/en
Priority to PCT/JP2019/044964 priority patent/WO2021095263A1/en
Publication of WO2021095263A1 publication Critical patent/WO2021095263A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Definitions

  • the present invention relates to a service cooperation program, a service cooperation method, and an information processing device.
  • Some existing web services do not support input acceptance from smartphones and tablet terminals, and some are difficult to input from smartphones and tablet terminals. Therefore, it is desired to build an easy-to-use service that supports access from smartphones and tablet terminals.
  • the present invention aims to improve the convenience of a web service without changing the existing system for providing the web service.
  • selection information of any web service selected from a plurality of web services in a conversation format with a chat bot on an information processing terminal and the input in a conversation format with the chat bot.
  • the input information corresponding to any of the web services is acquired, the acquired input information corresponds to which input item in any of the web services, and the input information for the specified input item is specified.
  • the input process is executed to specify the progress status of any of the web services based on the input of the input information for the input item, and the type of the web service specified from the acquired selection information and the type of the web service.
  • a response including the progress status information to the information processing terminal may be a conversational means with the chatbot or another means different from the conversational form with the chatbot.
  • a service cooperation program is provided that determines by which means of the above and transmits the response by the determined means.
  • a processing component group that acquires information input in a conversation format with a chatbot on an information processing terminal and inputs the acquired information into an input item of a web service corresponding to the chatbot. Is specified, a response process for the input process is determined based on the specified processing component group, and a service cooperation program is provided that responds to the information processing terminal by the determined response process.
  • FIG. 1 is an explanatory diagram showing a system configuration example of the service cooperation system 100.
  • FIG. 2 is a block diagram showing a hardware configuration example of the information processing device 101.
  • FIG. 3 is a block diagram showing a hardware configuration example of the information processing terminal 102.
  • FIG. 4 is an explanatory diagram showing an example of the stored contents of the service type table 130.
  • FIG. 5 is an explanatory diagram showing an example of the stored contents of the item reading table 140.
  • FIG. 6 is an explanatory diagram showing a display example of a chat window.
  • FIG. 7 is a block diagram showing a functional configuration example of the information processing device 101.
  • FIG. 8 is an explanatory diagram showing a specific example of e-mail.
  • FIG. 9 is an explanatory diagram showing an operation example of the service cooperation system 100.
  • FIG. 10 is an explanatory diagram showing an embodiment of the input process.
  • FIG. 11 is a flowchart (No. 1) showing an example of the service cooperation processing procedure of the information processing apparatus 101.
  • FIG. 12 is a flowchart (No. 2) showing an example of the service cooperation processing procedure of the information processing apparatus 101.
  • FIG. 13 is a flowchart (No. 3) showing an example of the service cooperation processing procedure of the information processing apparatus 101.
  • the service cooperation system 100 is applied to, for example, an FAQ (freaky Asked Question) system using a chatbot.
  • FIG. 1 is an explanatory diagram showing a system configuration example of the service cooperation system 100.
  • the service cooperation system 100 includes an information processing device 101, an information processing terminal 102, an RPA server 103, and a processing server 104.
  • the information processing device 101, the information processing terminal 102, the RPA server 103, and the processing server 104 are connected via a wired or wireless network 110.
  • the network 110 is, for example, a LAN (Local Area Network), a WAN (Wide Area Network), the Internet, or the like.
  • the information processing device 101 is a computer capable of controlling the conversation of the chatbot.
  • a chatbot is a computer system that uses artificial intelligence to interact with humans and exchange messages.
  • the information processing device 101 has a FAQ master 120, a service type table 130, and an item reading table 140.
  • the FAQ master 120 stores the FAQ.
  • FAQ means "frequently asked questions" and is a collection of questions and answers to questions that are expected in advance.
  • the question may be a question of how to solve some problem, or it may be a spoken question.
  • the answer is, for example, an answer that indicates a solution to the question asked, or an answer to a spoken question.
  • the conversation with the chatbot is performed according to, for example, a talk script.
  • the talk script is information that defines the chat processing of the chat, and corresponds to the information that defines the conversation flow of the chatbot.
  • the talk script may be prepared for each web service.
  • the talk process is a process for realizing the operation (behavior) of the chatbot.
  • the talk process includes a process of speaking, a process of displaying options, a process of performing a procedure according to the selected option, and the like.
  • the information processing device 101 may have, for example, a script DB (Database) for storing a talk script and a chat log DB for storing a chat log (conversation history).
  • a script DB Database
  • chat log DB for storing a chat log (conversation history).
  • the information processing device 101 is a server.
  • the information processing terminal 102 is a computer used when a user has a conversation with a chatbot.
  • the user can search for a desired answer or use a web service while interacting with the chatbot, for example, by inputting a message or selecting an option.
  • Web services include, for example, account opening, balance inquiry, transfer, address change, etc. provided by financial institutions.
  • the information processing terminal 102 is a smartphone, a tablet-type PC (Personal Computer), or the like.
  • the RPA server 103 is a computer having a processing component group PG of RPA (Robotic Process Automation).
  • RPA is to automate and streamline routine tasks that were manually performed by using robotic technology of software equipped with artificial intelligence.
  • the processing component group PG is provided, for example, corresponding to a web service.
  • the processing component group PG includes, for example, an RPA control unit cr and a robot rb.
  • the RPA control unit cr queues the requested process (job) and controls the robot rb.
  • the robot rb is software that executes processing under the control of the RPA control unit cr.
  • the RPA server 103 may have an RPA processing component group PG corresponding to each web service for a plurality of web services.
  • the processing server 104 is a computer that executes processing related to the web service.
  • Processes related to Web services include, for example, balance inquiry processing, transfer processing, and address change processing at financial institutions.
  • the processing server 104 is a server of a system that operates a web service.
  • chatbot If various information required when using a web service on a smartphone or the like can be input in a conversational format with a chatbot, it is possible to provide a natural and easy-to-understand interface for the user. It is also conceivable to automate the input of information to a web page by linking a chatbot and RPA.
  • the user can use the web service while inputting information in a conversational format with the chatbot.
  • some RPA processing component group PGs perform synchronous processing and asynchronous processing depending on the web service.
  • Synchronous processing is processing that returns processing results in real time, such as balance inquiry processing.
  • the asynchronous process is a process of returning a processing result at a later date, such as an address change process. Therefore, in order to make the web service available by linking the chatbot and the RPA, it is desired to control the RPA according to the function of the processing component group PG.
  • a service cooperation method for improving the convenience of the web service from the information processing terminal 102 for example, a smartphone or a tablet terminal
  • the existing system for providing the web service will be described. ..
  • the information processing device 101 is a web service based on the input of the input information corresponding to the web service input in the conversation format with the chat bot in the information processing terminal 102 into the input item in the web service. Identify progress. Then, the information processing device 101 makes a response to the information processing terminal 102 different from the conversation format means with the chatbot or the conversation format with the chatbot, depending on the specified progress status and the type of the web service. Send by any of the other means.
  • the web service while providing an interface that is easy to input from the information processing terminal 102, control according to the type of the web service is realized, and the convenience of the web service Si from the information processing terminal 102 is improved. Improve.
  • the present invention is not limited to this.
  • the information processing terminal 102 is provided for each user of the service cooperation system 100.
  • the RPA server 103 and the processing server 104 may be provided for each web service.
  • the RPA server 103 may be realized by, for example, the information processing device 101.
  • FIG. 2 is a block diagram showing a hardware configuration example of the information processing device 101.
  • the information processing device 101 includes a CPU (Central Processing Unit) 201, a memory 202, a disk drive 203, a disk 204, a communication I / F (Interface) 205, and a portable recording medium I / F 206. , And a portable recording medium 207. Further, each component is connected by a bus 200.
  • CPU Central Processing Unit
  • the CPU 201 controls the entire information processing device 101.
  • the CPU 201 may have a plurality of cores.
  • the memory 202 includes, for example, a ROM (Read Only Memory), a RAM (Random Access Memory), a flash ROM, and the like.
  • the flash ROM stores the OS (Operating System) program
  • the ROM stores the application program
  • the RAM is used as the work area of the CPU 201.
  • the program stored in the memory 202 is loaded into the CPU 201 to cause the CPU 201 to execute the coded process.
  • the disk drive 203 controls data read / write to the disk 204 according to the control of the CPU 201.
  • the disk 204 stores the data written under the control of the disk drive 203. Examples of the disk 204 include a magnetic disk and an optical disk.
  • the communication I / F 205 is connected to the network 110 through a communication line, and is connected to an external computer (for example, the information processing terminal 102, the RPA server 103, and the processing server 104 shown in FIG. 1) via the network 110.
  • the communication I / F 205 controls the interface between the network 110 and the inside of the device, and controls the input / output of data from an external computer.
  • a modem, a LAN adapter, or the like can be adopted for the communication I / F 205.
  • the portable recording medium I / F 206 controls data read / write to the portable recording medium 207 according to the control of the CPU 201.
  • the portable recording medium 207 stores data written under the control of the portable recording medium I / F 206.
  • Examples of the portable recording medium 207 include a CD (Compact Disc) -ROM, a DVD (Digital Versatile Disc), and a USB (Universal Versatile Bus) memory.
  • the information processing device 101 may include, for example, an SSD (Solid State Drive), an input device, a display, or the like, in addition to the above-described components. Further, the information processing device 101 does not have to have, for example, a disk drive 203, a disk 204, a portable recording medium I / F 206, and a portable recording medium 207 among the above-described components. Further, the RPA server 103 and the processing server 104 shown in FIG. 1 can also be realized by the same hardware configuration as the information processing apparatus 101.
  • FIG. 3 is a block diagram showing a hardware configuration example of the information processing terminal 102.
  • the information processing terminal 102 includes a CPU 301, a memory 302, a display 303, an input device 304, a communication I / F 305, a camera 306, a speaker 307, and a microphone 308. Further, each component is connected by a bus 300.
  • the CPU 301 controls the entire information processing terminal 102.
  • the CPU 301 may have a plurality of cores.
  • the memory 302 is a storage unit having, for example, a ROM, a RAM, a flash ROM, and the like. Specifically, for example, a flash ROM or ROM stores various programs, and RAM is used as a work area of CPU 301.
  • the program stored in the memory 302 is loaded into the CPU 301 to cause the CPU 301 to execute the coded process.
  • the display 303 is a display device that displays data such as a cursor, an icon, a toolbox, a document, an image, and functional information.
  • a liquid crystal display for example, a liquid crystal display, an organic EL (Electroluminescence) display, or the like can be adopted.
  • the input device 304 has keys for inputting characters, numbers, various instructions, etc., and inputs data.
  • the input device 304 may be a touch panel type input pad, a numeric keypad, or the like, or may be a keyboard, a mouse, or the like.
  • the communication I / F 305 is connected to the network 110 through a communication line, and is connected to an external computer (for example, an information processing device 101) via the network 110. Then, the communication I / F 305 controls the interface between the network 110 and the inside of the own device, and controls the input / output of data from the external device.
  • an external computer for example, an information processing device 101
  • the camera 306 is a photographing device that captures an image (still image or moving image) and outputs image data.
  • the speaker 307 converts an electric signal into voice and outputs the voice.
  • the microphone 308 receives voice and converts it into an electrical signal.
  • the information processing terminal 102 may include, for example, an HDD (Hard Disk Drive), SSD, short-range wireless communication I / F, portable recording medium I / F, portable recording medium, GPS ( It may have a Global Positioning System) unit or the like.
  • HDD Hard Disk Drive
  • SSD short-range wireless communication I / F
  • portable recording medium I / F
  • portable recording medium GPS ( It may have a Global Positioning System) unit or the like.
  • the service type table 130 is realized by, for example, a storage device such as the memory 202 and the disk 204 shown in FIG.
  • FIG. 4 is an explanatory diagram showing an example of the stored contents of the service type table 130.
  • the service type table 130 has target business and synchronous / asynchronous fields, and by setting information in each field, service type information (for example, service type information 400-1 to 400-3) can be obtained. Store as a record.
  • the target business indicates the name of the web service (service name).
  • Synchronous / asynchronous indicates the type of web service. For example, synchronous / asynchronous "synchronous” indicates that the type of web service is “synchronous processing”. Further, synchronous / asynchronous "asynchronous" indicates that the type of Web service is "asynchronous processing”.
  • the item reading table 140 is realized by, for example, a storage device such as the memory 202 and the disk 204 shown in FIG.
  • FIG. 5 is an explanatory diagram showing an example of the stored contents of the item reading table 140.
  • the item reading table 140 stores item reading information for each target business (for example, item reading information 500-1,500-2).
  • the item replacement information indicates the correspondence between the chat item and the web page item.
  • the target business indicates a web service.
  • the chat item indicates the variable name of the input item in the chatbot (chat window).
  • the web page item indicates the variable name of the input item on the web page.
  • the input item is an item for inputting information required when using the web service.
  • the item replacement information 500-1 it is possible to specify the correspondence between the input item in the chatbot and the input item in the web page for the target business "balance inquiry".
  • the input item on the web page corresponding to the input item "chat_userid” in the chatbot is "userid”.
  • FIG. 6 is an explanatory diagram showing a display example of a chat window.
  • the chat window 600 is an operation screen for displaying conversations between the user of the information processing terminal 102 and the chatbot in chronological order. However, in FIG. 6, a part of the conversation between the user and the chatbot is excerpted and displayed.
  • the user uses the web service while interacting with the chatbot by selecting an option or inputting information by operating input using the input device 304 (see FIG. 3). Can be done.
  • the icon ic represents a chatbot.
  • chat_userid aaaaaa ⁇
  • chat_refFrom a conversational format in response to the chatbot's call "Please enter the reference period (from)”.
  • chat_refTo “2019/12/31” is input in a conversational format in response to the chatbot's call "Please enter the reference period (to)”.
  • the user can input various information necessary for using the web service "balance inquiry" in a conversation format with the chatbot.
  • FIG. 7 is a block diagram showing a functional configuration example of the information processing device 101.
  • the information processing device 101 includes an acquisition unit 701, a specific unit 702, an execution control unit 703, a determination unit 704, a response unit 705, and a storage unit 710.
  • the acquisition unit 701 to the response unit 705 are functions that serve as control units.
  • the CPU 201 stores a program stored in a storage device such as the memory 202, the disk 204, and the portable recording medium 207 shown in FIG.
  • the function is realized by causing the user to execute the function or by using the communication I / F205.
  • the processing result of each functional unit is stored in a storage device such as a memory 202 or a disk 204, for example.
  • the storage unit 710 is realized by, for example, a storage device such as a memory 202 or a disk 204. Specifically, for example, the storage unit 710 stores the service type table 130 shown in FIG. 4 and the item reading table 140 shown in FIG.
  • the acquisition unit 701 acquires the selection information of one of the web services selected from the plurality of web services in a conversation format with the chatbot on the information processing terminal 102. In addition, the acquisition unit 701 acquires the input information corresponding to the selected web service input in the conversation format with the chatbot in the information processing terminal 102.
  • the plurality of web services are web services that can be used in the information processing terminal 102.
  • a web service is a service that calls and uses the software system of a website.
  • the web service selection information is information that uniquely identifies the selected web service.
  • the input information corresponding to the web service is the information input when using the web service.
  • web services S1 to Sn a plurality of web services that can be used in the information processing terminal 102
  • web services S1 to Sn a plurality of web services that can be used in the information processing terminal 102
  • web services S1 to Sn a plurality of web services that can be used in the information processing terminal 102
  • web service Si the web service selected from the web services S1 to Sn
  • web service Si the web service selected from the web services S1 to Sn
  • the selection of the web service Si and the input of the information required when using the web service Si are performed, for example, in the chat window 600 as shown in FIG. Specifically, for example, the acquisition unit 701 receives the selection information of the selected web service Si and the input information corresponding to the web service Si from the information processing terminal 102, so that the selection information of the web service Si, And, the input information corresponding to the web service Si is acquired.
  • the selection information of the web service Si includes, for example, the service name of the web service Si.
  • the input information corresponding to the web service Si includes, for example, the variable name of the input item in the chatbot (chat window) and the information input about the input item.
  • the acquisition unit 701 may acquire the input information for each input item, or may collectively acquire the input information of the plurality of input items. Further, for example, a room ID is assigned to the selection information and the input information.
  • the room ID indicates the ID of the room in which the chat is performed. The room ID can identify a series of conversations with the chatbot.
  • the identification unit 702 refers to the storage unit 710 and specifies which input item in the web service Si the acquired input information corresponds to.
  • the storage unit 710 stores information indicating the correspondence between the input items in the chatbot and the input items in the web page for the web service Si.
  • the specific unit 702 refers to the item reading table 140 and refers to the web service Si based on the variable name of the input item in the chatbot included in the acquired input information. Specify the input item in Si.
  • the web service Si is specified from the acquired selection information.
  • the web service Si specified from the selection information is set as "balance inquiry", and the variable name of the input item in the chatbot included in the input information is set as "chat_userid”.
  • the specifying unit 702 refers to the item reading table 140 and specifies the input item "userid” on the web page corresponding to the input item "chat_userid” in the chatbot.
  • the specifying unit 702 specifies which input item in the web service Si corresponds to the acquired input information by inquiring to another computer having the item reading table 140 as shown in FIG. 5, for example. You may decide to do it.
  • the execution control unit 703 executes the input processing of the acquired input information for the specified input item, and specifies the progress status of the web service Si based on the input of the input information for the input item.
  • the input information input process is a process of inputting input information into an input item of the web service Si.
  • the input processing of the input information is executed using, for example, the processing component group PG of the RPA corresponding to the web service Si.
  • the execution control unit 703 refers to the storage unit 710 and specifies the processing component group PG of the RPA that inputs and processes the acquired input information to the input item of the web service Si.
  • the storage unit 710 stores information indicating the correspondence relationship between the web service Si and the processing component group PG of the RPA.
  • the storage unit 710 may store the address information accessible to the RPA control unit cr of the processing component group PG in the web service Si in association with the service name of the web service Si.
  • the execution control unit 703 accesses, for example, the RPA control unit cr of the specified processing component group PG, and activates the robot rb that executes the input processing.
  • the execution control unit 703 may specify, for example, the processing component group PG of the RPA that inputs the acquired input information to the input item of the web service Si by inquiring to another computer.
  • the execution control unit 703 converts the variable name of the input item in the chatbot corresponding to the input information into the variable name of the input item in the web page corresponding to the web service Si. Specifically, for example, with reference to the item reading table 140, the variable name of the input item in the chatbot included in the input information is converted into the variable name of the input item in the web page.
  • the execution control unit 703 transmits the input information including the variable name of the input item after conversion to the RPA control unit cr.
  • the RPA control unit cr receives the input information including the variable name of the input item after conversion from the information processing device 101 (execution control unit 703), the RPA control unit cr passes the input information to the activated robot rb. As a result, the robot rb starts executing the input process.
  • the robot rb opens a web page corresponding to the web service Si, and inputs a value in an input item of the web page based on the input information received from the RPA control unit cr.
  • the robot rb requests the processing server 104 to perform the processing related to the web service Si.
  • the robot rb receives the processing result from the processing server 104, it passes it to the RPA control unit cr.
  • the RPA control unit cr transmits the processing result received from the robot rb to the information processing device 101 (execution control unit 703).
  • the RPA control unit cr acquires the processing result of the web service Si by using, for example, Webbook.
  • a room ID is assigned to the processing result. From this room ID, the information processing device 101 can specify, for example, which chat window is the result of the input processing.
  • the processing result is immediately obtained.
  • the type of the web service Si is "asynchronous processing"
  • the processing result cannot be obtained immediately, for example, it can be obtained at a later date. Further, if the processing is not performed normally due to a malfunction of the processing server 104 or the like, the processing result cannot be obtained.
  • the execution control unit 703 specifies "process requested”, “received processing result", “error”, etc. as the progress status of the web service Si.
  • the progress status "error” is, for example, when there is no response from the processing parts group PG within the specified time after the input information is transmitted (processing request) to the processing parts group PG (for example, RPA control unit cr) of the RPA. Is specified in.
  • the information processing device 101 may have the processing component group PG of the RPA.
  • the determination unit 704 responds to the information processing terminal 102 in a conversation format with the chatbot according to the type of the web service Si specified from the acquired selection information and the progress status of the specified web service Si. Decide whether to send by means or other means different from the conversation format with the chatbot.
  • the response to the information processing terminal 102 includes, for example, information on the progress of the web service Si.
  • the progress status information is, for example, information that identifies the progress status and processing result of the web service Si.
  • other means different from the conversation format with the chatbot are, for example, an e-mail service, SMS (Short Message Service), an automatic telephone service, and the like.
  • the e-mail address and telephone number of the user of the information processing terminal 102 are specified from the user information.
  • the user information is stored in a storage device such as a memory 202 or a disk 204 in association with the information processing terminal 102, for example.
  • the determination unit 704 refers to the service type table 130 and specifies the type of the web service Si from the service name included in the acquired selection information. For example, when the service name included in the selection information is "balance inquiry", the type "synchronous processing" of the web service Si is specified. Further, when the service name included in the selection information is "address change”, the type "asynchronous processing" of the web service Si is specified.
  • the determination unit 704 may decide to transmit the response to the information processing terminal 102 by a conversational means with the chatbot. At this time, the determination unit 704 decides to transmit by a conversational means with the chatbot, for example, when the progress status of the web service Si indicates that the processing has been normally performed such as "receive the processing result". You may.
  • the determination unit 704 may decide to transmit the response to the information processing terminal 102 by another means different from the conversation format with the chatbot.
  • the determination unit 704 uses another means different from the conversation format with the chatbot, for example, when the progress status of the web service Si indicates that the processing request has been normally made, such as "processing request completed”. You may decide to send with.
  • the processing result may not be obtained immediately due to an error such as a network failure.
  • the information processing apparatus 101 can obtain the processing result after the error such as the network failure is resolved.
  • the response to the information processing terminal 102 cannot be transmitted in the conversation format with the chatbot.
  • the determination unit 704 sends the information processing terminal 102 to the information processing terminal 102 when the progress status of the web service Si is "error (for example, network failure)". You may decide to send the response by other means than the conversational style with the chatbot.
  • the determination unit 704 determines the information processing terminal when the progress status of the web service Si is "error (for example, a defect of the processing server 104)". You may decide to send the response to 102 by means of conversation with the chatbot.
  • the determination unit 704 may determine the response processing to the input processing based on the specified processing component group PG. Here, depending on the RPA processing component group PG, it may be determined in advance whether to perform "synchronous processing" or "asynchronous processing".
  • the determination unit 704 may determine that when the specified processing component group PG performs "synchronous processing", the response to the information processing terminal 102 is transmitted by a conversational means with the chatbot. .. Further, when the specified processing component group PG performs "asynchronous processing", the determination unit 704 responds to the information processing terminal 102 by another means different from the conversation format with the chatbot. You may decide to send.
  • the response unit 705 transmits a response to the information processing terminal 102 by the determined means. Specifically, for example, when the response unit 705 is determined to transmit by a conversational means with the chatbot, the response unit 705 communicates the response to the information processing terminal 102 with the chatbot via the chat controller (not shown). Send in format. As a result, in the information processing terminal 102, the progress status and the processing result of the web service Si are displayed in the chat window. In the chat window, the progress status and processing result of the web service Si may be displayed as a message from the chatbot.
  • the chat window will contain a message indicating the progress of the web service Si, for example, "Balance inquiry has been completed. Please check.”
  • the balance of the deposit account (processing result) during the reference period is displayed.
  • the response unit 705 transmits the response to the information processing terminal 102 by, for example, an e-mail service or SMS.
  • the response unit 705 may transmit a predetermined message in a conversational format with the chatbot, for example, via a chat controller (not shown).
  • the predetermined message is a message to the effect that the response to the information processing terminal 102 is transmitted by an e-mail service or SMS.
  • the web service Si is referred to as "address change (asynchronous processing)", and the other means is referred to as "email service”.
  • the response unit 705 sends a message such as "The result of the requested procedure will be sent by e-mail after the procedure is completed" in a conversation format with the chatbot. Send to 102.
  • the processing server 104 when the processing request "address change" is completed, for example, the processing server 104 notifies the processing parts group PG (for example, RPA control unit cr or robot rb) to that effect. ..
  • the processing component group PG receives the completion notification of the "address change" requested for processing, the processing component group PG transmits the processing result of the Web service Si (for example, the status notification indicating that the address change is completed) to the information processing apparatus 101.
  • the response unit 705 transmits an e-mail as a response to the information processing terminal 102.
  • the destination of the e-mail can be specified from the user information corresponding to the information processing terminal 102 stored in the storage device such as the memory 202 and the disk 204, for example.
  • FIG. 8 is an explanatory diagram showing a specific example of e-mail.
  • the e-mail 800 is a notification notifying the user who has used the web service “address change” on the information processing terminal 102 that the address change has been completed.
  • E-mail 800 the user requested on January 1, 2020 when the address change process was completed, even if the web service "address change" used while interacting with the chatbot was an asynchronous process. You can know that the procedure (address change) has been completed.
  • the response unit 705 may instruct the processing component group PG to transmit the e-mail 800 from the processing component group PG to the user of the information processing terminal 102.
  • the response unit 705 sends a message determined according to whether or not a response from the processing server 104 corresponding to the web service Si is received to the chatbot. It may be transmitted to the information processing terminal 102 in a conversational format with the information processing terminal 102.
  • the response from the processing server 104 is, for example, the progress status of the web service Si and the processing result.
  • the information processing device 101 receives the response from the processing server 104 via, for example, the processing component group PG of the RPA.
  • the response from the processing server 104 may not be received within a specified time (for example, within a few minutes).
  • the response unit 705 "processes due to a defect in the web service".
  • Etc. may be sent in a conversational format with the chatbot.
  • the response unit 705 further sends a message such as "The result of the requested procedure will be sent by e-mail as soon as the processing result is received" in a conversational format with the chatbot. You may decide to do it. Then, when the response unit 705 receives the processing result of the web service Si from the processing component group PG of the RPA, the response unit 705 transmits an e-mail (including the processing result of the web service Si) as a response to the information processing terminal 102.
  • error for example, network failure
  • response unit 705 receives the response from the processing server 104 within the specified time when the type of the web service Si indicates "synchronous processing", "the processing has been performed normally” or the like. Message may be sent together with the processing result in a conversational format with the chatbot.
  • the response unit 705 responds to the information processing terminal 102 by sending a message such as "The processing cannot be executed at present due to a malfunction of the processing server. Please use the service again.” It may be sent in a conversational format with a chatbot.
  • the response unit 705 may, for example, send a message to the user in a conversational manner with the chatbot, informing the user to that effect and urging the user to restart the use of the Web service Si from the beginning.
  • the input information may be encrypted.
  • a public key cryptosystem can be used for encrypting the input information. More specifically, for example, the information processing terminal 102 encrypts the input information using the public key, and the RPA processing component group PG (for example, the robot rb) uses the private key to encrypt the encrypted input information. Decrypt. As a result, it is possible to prevent personal information and the like included in the input information from being transmitted and received in plain text.
  • FIG. 9 is an explanatory diagram showing an operation example of the service cooperation system 100.
  • FIG. 10 is an explanatory diagram showing an embodiment of the input process.
  • the service cooperation function sc of the chatbot bt receives the selection information and the input information of the web service Si selected in the chat window 600 from the information processing terminal 102.
  • the service cooperation function sc refers to the item reading table 140 and specifies which input item in the web service Si the received input information corresponds to.
  • the service cooperation function sc executes the input processing of the input information for the specified input item by using the processing component group PG of the RPA corresponding to the web service Si.
  • chat_userid chat_refFrom, chat_refTo
  • the service cooperation function sc refers to the item reading table 140 and converts the variable name of the input item in the chatbot included in each input information into the variable name of the input item in the web page.
  • the variable name "chat_userid” of the input item in the chatbot is converted into the variable name "userid” of the input item in the web page.
  • the variable name "chat_refFrom” of the input item in the chatbot is converted into the variable name "kikanFrom" of the input item in the web page.
  • the variable name “chat_refTo” of the input item in the chatbot is converted into the variable name "kikanTo” of the input item in the web page.
  • the service linkage function sc processes each input information (userid “aaaaaa ⁇ ", kikanFrom "2019/01/01” and kikanTo "2019/12/31") including the converted variable name in the RPA processing component group. It is transmitted to the RPA control unit cr of the PG.
  • the robot rb of the RPA processing component group PG opens the web page wp corresponding to the web service "balance inquiry" and inputs information for the input item under the control of the RPA control unit cr.
  • the robot rb opens the web page wp1 corresponding to the web service "balance inquiry", inputs the information "aaaaaa ⁇ " for the input item user, and selects the login button b1. To do.
  • the processing server 104 performs the login process based on the user "aaaaaa ⁇ ", and when the authentication is OK, the web page wp2 is opened.
  • the robot rb inputs the information "2019/01/01" for the input item kikanFrom and the information "2019/12/31" for the input item kikanTo on the web page wp2, and the inquiry button b2. Select.
  • the processing server 104 performs a balance inquiry based on kikanFrom "2019/01/01” and kikanTo "2019/12/31".
  • the RPA control unit cr transmits the processing result to the service cooperation function sc of the chatbot bt.
  • the service cooperation function sc receives the processing result of the web service "balance inquiry" from the RPA control unit cr.
  • the service linkage function sc When the service linkage function sc receives the processing result of the web service "balance inquiry", the response to the information processing terminal 102 is sent by a conversational means with the chatbot or another means different from the conversational form with the chatbot. Determine by which means (eg, email service) the transmission is made.
  • the service cooperation function sc transmits the processing result of the web service "balance inquiry" in a conversation format with the chatbot bt via the chat controller (not shown).
  • 11 to 13 are flowcharts showing an example of the service cooperation processing procedure of the information processing apparatus 101.
  • the information processing apparatus 101 determines whether or not the selection information of the web service Si is received from the information processing terminal 102 (step S1101).
  • the selection information of the web service Si is information for identifying the web service Si selected from the web services S1 to Sn in a conversation format with the chatbot in the information processing terminal 102.
  • the information processing device 101 waits for receiving the selection information of the web service Si (step S1101: No).
  • the information processing apparatus 101 receives the selection information of the web service Si (step S1101: Yes)
  • the information processing apparatus 101 refers to the service type table 130 and specifies the type of the web service Si based on the received selection information (step S1101: Yes). S1102).
  • the information processing device 101 determines whether or not the input information corresponding to the web service Si is received from the information processing terminal 102 (step S1103).
  • the input information corresponding to the web service Si is the information corresponding to the web service Si input in the conversation format with the chatbot in the information processing terminal 102.
  • the information processing device 101 waits for receiving the input information corresponding to the web service Si (step S1103: No).
  • the information processing device 101 receives the input information corresponding to the web service Si (step S1103: Yes)
  • the information processing device 101 refers to the item reading table 140, and the received input information corresponds to the web service Si. It is specified which input item of the web page to be processed corresponds to (step S1104).
  • the information processing device 101 converts the variable name of the input item in the chat window corresponding to the input information into the variable name of the input item in the specified web page (step S1105).
  • the information processing apparatus 101 determines whether the specified web service Si type is synchronous processing or asynchronous processing (step S1106).
  • step S1106 asynchronous processing
  • step S1106 synchronous processing
  • step S1301 the information processing apparatus 101 shifts to step S1301 shown in FIG.
  • the information processing device 101 may collectively receive the selection information of the web service Si and the input information corresponding to the web service Si from the information processing terminal 102. When there are a plurality of input information corresponding to the web service Si, for example, in step S1103, the information processing device 101 may wait for receiving the plurality of input information corresponding to the web service Si. ..
  • the information processing apparatus 101 identifies the processing component group PG of the RPA corresponding to the web service Si (step S1201).
  • the information processing device 101 activates the processing component group PG of the specified RPA (step S1202).
  • the information processing device 101 links the information with the activated RPA processing component group PG and transmits the input information including the variable name of the input item after conversion (step S1203).
  • the information processing device 101 determines that the response to the information processing terminal 102 is transmitted by another means different from the conversation format with the chatbot (step S1204).
  • the information processing device 101 displays a message to the effect that the processing result is transmitted by another means different from the conversation format with the chatbot in the chat window (step S1205), and ends the series of processing according to this flowchart. ..
  • the response to the information processing terminal 102 is transmitted by another means (for example, an e-mail service) different from the conversation format with the chatbot.
  • another means for example, an e-mail service
  • the information processing apparatus 101 receives the processing result from the processing component group PG of the RPA after step S1205, the information processing apparatus 101 transmits the received processing result to the user of the information processing terminal 102 by using the e-mail service. To do.
  • step S1204 the information processing apparatus 101 may decide to transmit the response to the information processing terminal 102 by means of conversation with the chatbot. Then, the information processing device 101 may display a message in the chat window prompting the user to use the Web service Si again due to the failure of the processing server 104. Further, in step S1204, the information processing apparatus 101 may decide to transmit by other means different from the conversation format with the chatbot, for example, based on the specified RPA processing component group PG.
  • the information processing apparatus 101 identifies the processing component group PG of the RPA corresponding to the web service Si (step S1301).
  • the information processing device 101 activates the processing component group PG of the specified RPA (step S1302).
  • the information processing device 101 links the information with the activated RPA processing component group PG and transmits the input information including the variable name of the input item after conversion (step S1303).
  • the information processing apparatus 101 determines whether or not there is a response from the processing component group PG of the RPA (step S1304).
  • step S1304 when there is a response from the processing component group PG (step S1304: Yes), the information processing apparatus 101 determines that the response to the information processing terminal 102 is transmitted by a conversational means with the chatbot (step S1305). ). Then, the information processing device 101 displays the processing result in the chat window (step S1306), and ends the series of processing according to this flowchart.
  • step S1304 when there is no response from the processing component group PG (step S1304: No), the information processing apparatus 101 determines whether or not the specified time has elapsed since the information was linked with the processing component group PG of the RPA. (Step S1307). Here, if the specified time has not elapsed (step S1307: No), the information processing apparatus 101 returns to step S1304.
  • step S1307 when the specified time has elapsed (step S1307: Yes), the information processing apparatus 101 determines that the response to the information processing terminal 102 is transmitted by another means different from the conversation format with the chatbot (step S1308). ).
  • the information processing device 101 displays a message to the effect that the processing result is transmitted by another means different from the conversation format with the chatbot in the chat window (step S1309), and ends the series of processing according to this flowchart. ..
  • the response to the information processing terminal 102 can be transmitted in a conversational format with the chatbot. Even if the type of web service Si is "synchronous processing", if the processing result cannot be obtained within the specified time due to a network failure or the like, a response to the information processing terminal 102 is sent to a conversation with the chatbot. It can be sent by other means (eg, e-mail service, etc.) different from the format.
  • the information processing apparatus 101 receives the processing result from the processing component group PG of the RPA after step S1309, the information processing device 101 sends the received processing result to the user of the information processing terminal 102 by using the e-mail service. Send. Further, in step S1305, the information processing apparatus 101 may decide to transmit, for example, by means of conversation with a chatbot, based on the specified RPA processing component group PG.
  • the selection information of the web service Si selected from the web services S1 to Sn in the conversation format with the chatbot in the information processing terminal 102, and the selection information of the web service Si. It is possible to acquire the input information corresponding to the web service Si input in the conversation format with the chatbot. Further, according to the information processing apparatus 101, it is specified which input item in the web service Si the acquired input information corresponds to, and the input information input process for the specified input item is executed for the input item.
  • the progress status of the web service Si based on the input of the input information can be specified.
  • a response including progress status information to the information processing terminal 102 is chatted according to the type of the web service Si specified from the acquired selection information and the specified progress status. It is possible to decide whether to transmit by a means of talking with the bot or other means different from the way of talking with the chatbot. Other means include, for example, e-mail services, SMS, automatic telephone services and the like. Then, according to the information processing device 101, the response to the information processing terminal 102 can be transmitted by the determined means.
  • the response including the progress information of the web service Si to the information processing terminal 102 is sent by a conversational means with the chatbot or other means (for example, e-mail). It can be sent by any means of service).
  • the information processing device 101 it is possible to specify whether the type of the web service Si is synchronous processing or asynchronous processing.
  • the response to the information processing terminal 102 is made in consideration of whether the web service Si is "synchronous processing" in which the processing result can be obtained immediately or "asynchronous processing” in which the processing result cannot be obtained immediately. , You can decide whether to send by conversational means with the chatbot or by other means (eg, email service).
  • the information processing device 101 sends a response to the information processing terminal 102 as a chatbot. It can be decided to send by means of conversation with.
  • the information processing device 101 sends the processing result of the web service Si to the information processing terminal 102 when the processing result cannot be acquired within the specified time. It can be determined that the response will be sent by other means (eg, an email service).
  • the information processing device 101 can determine that the response to the information processing terminal 102 is transmitted by another means (for example, an e-mail service). On the other hand, even when the type of the web service Si indicates "asynchronous processing", the information processing device 101 processes information when the processing is not normally performed due to a malfunction (failure, failure, etc.) of the processing server 104. It can be determined that the response to the terminal 102 (for example, a message prompting the user to use the Web service Si again) is transmitted by a conversational means with the chatbot.
  • another means for example, an e-mail service.
  • the information processing device 101 chats with a message determined according to whether or not a response from the processing server 104 corresponding to the web service Si is received. It can be transmitted to the information processing terminal 102 in the form of conversation with the bot.
  • the user can be notified to that effect in a conversation format with the chatbot.
  • the information processing device 101 can execute the input processing of the input information corresponding to the web service Si by using the processing component group PG of the RPA corresponding to the web service Si.
  • variable name of the input item in the chatbot included in the input information is set on the web page corresponding to the web service Si. It can be converted to the variable name of the input item.
  • the information processing device 101 decides to transmit by another means (for example, an e-mail service)
  • the information processing device 101 transmits a message to the information processing terminal 102 to transmit a response to the information processing terminal 102 by the other means. be able to.
  • the information processing device 101 acquires information input in a conversation format with the chatbot at the information processing terminal 102, and inputs the acquired information to the input items of the web service Si corresponding to the chatbot.
  • the PG can be identified.
  • the web service Si corresponding to the chatbot is, for example, a web service selected in a conversational manner with the chatbot.
  • the response processing for the input processing can be determined based on the specified processing component group PG, and the determined response processing can be used to respond to the information processing terminal 102.
  • the response to the information processing terminal 102 can be sent by a conversational means with a chatbot or another means (for example, an e-mail service). It is possible to decide which means of transmission.
  • the type of the web service Si is provided while providing an interface that is easy to input from the information processing terminal 102. It is possible to realize the control according to the above. As a result, the convenience of the web service Si from the information processing terminal 102 can be improved without changing the existing system that provides the web service Si. Further, in the information processing terminal 102, various web services can be used only by installing a chat application, so that it is possible to save the trouble of installing a dedicated application for using each web service. ..
  • the service cooperation method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation.
  • This service cooperation program is executed by being recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, a DVD, or a USB memory, and being read from the recording medium by the computer.
  • this service cooperation program may be distributed via a network such as the Internet.
  • the information processing apparatus 101 described in the present embodiment can also be realized by a standard cell, an IC for a specific purpose such as a structured ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device) such as an FPGA.
  • a standard cell an IC for a specific purpose such as a structured ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device) such as an FPGA.
  • Service cooperation system 101
  • Information processing device 102
  • Information processing terminal 103
  • RPA server 104
  • Processing server 110
  • Network 120
  • Service type table 140
  • Item replacement table 200 300 Bus 201, 301 CPU 202, 302 Memory 203 Disk drive 204 Disk 205, 305 Communication I / F 206
  • Portable recording medium I / F 207
  • Display 304
  • Input device 306
  • Camera 307
  • Speaker 308 Microphone 600 Chat window 701 Acquisition unit 702 Specific unit 703
  • Storage unit 800 E-mail cr
  • RPA control unit PG processing parts group rb Robot S1-Sn, Si Web service

Abstract

In the present invention, when input information corresponding to a web service is received, a service linkage function (sc) identifies which input item of the web service the input information corresponds to, and uses a processing component group (PG) of a RPA corresponding to the web service to execute an input information input process for the identified input item. When a processing result of the web service is received the service linkage function (sc) determines whether a reply to an information processing terminal (102) is to be transmitted by a chatbot conversation means or by another means (an email service or the like) different from the chatbot conversation means. For example, when the type of a web service "balance inquiry" is a "synchronization process" and the progress status is "receive processing result," the service linkage function determines that transmission will be carries out by the chatbot conversation means. In this case the service linkage function (sc) transmits the processing result of the web service "balance inquiry" by the chatbot conversation means.

Description

サービス連携プログラム、サービス連携方法および情報処理装置Service cooperation program, service cooperation method and information processing device
 本発明は、サービス連携プログラム、サービス連携方法および情報処理装置に関する。 The present invention relates to a service cooperation program, a service cooperation method, and an information processing device.
 既存のウェブサービスには、スマートフォンやタブレット端末などからの入力受け付けに対応していないものや、スマートフォンやタブレット端末などから入力しにくいものが存在する。このため、スマートフォンやタブレット端末からのアクセスに対応した使い勝手のよいサービスを構築することが望まれている。 Some existing web services do not support input acceptance from smartphones and tablet terminals, and some are difficult to input from smartphones and tablet terminals. Therefore, it is desired to build an easy-to-use service that supports access from smartphones and tablet terminals.
 先行技術としては、ウェブ、電子メールおよびスマートフォン等あるいはそれらの組み合わせ等の種々のプラットフォームのいずれかを使用してインテリジェント自動アシスタントが実現され、相互に関係付けられたドメインおよびタスクの集合に基づき、対話できる外部サービスにより電力供給される追加の機能性を採用するシステムがある。 Prior art, intelligent automated assistants have been implemented using any of a variety of platforms such as the web, email and smartphones, or a combination thereof, and dialogue based on a collection of interconnected domains and tasks. There are systems that employ additional functionality that can be powered by external services.
特開2018-116728号公報JP-A-2018-116728
 しかしながら、従来技術では、ウェブサービスを提供する既存システムを変更することなく、スマートフォンやタブレット端末などからのウェブサービスの利便性を向上させることが難しい。 However, with the conventional technology, it is difficult to improve the convenience of web services from smartphones and tablet terminals without changing the existing system that provides web services.
 一つの側面では、本発明は、ウェブサービスを提供する既存システムを変更することなく、ウェブサービスの利便性を向上させることを目的とする。 In one aspect, the present invention aims to improve the convenience of a web service without changing the existing system for providing the web service.
 一つの実施態様では、情報処理端末におけるチャットボットとの会話形式で複数のウェブサービスの中から選択されたいずれかのウェブサービスの選択情報、および、前記チャットボットとの会話形式で入力された前記いずれかのウェブサービスに対応する入力情報を取得し、取得した前記入力情報が、前記いずれかのウェブサービスにおけるいずれの入力項目に対応するかを特定し、特定した前記入力項目に対する前記入力情報の入力処理を実行して、前記入力項目に対する前記入力情報の入力に基づく前記いずれかのウェブサービスの進捗状況を特定し、取得した前記選択情報から特定される前記いずれかのウェブサービスの種別と、特定した前記進捗状況とに応じて、前記情報処理端末への前記進捗状況の情報を含む応答を、前記チャットボットとの会話形式手段、または、前記チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定し、決定した前記手段で前記応答を送信する、サービス連携プログラムが提供される。 In one embodiment, selection information of any web service selected from a plurality of web services in a conversation format with a chat bot on an information processing terminal, and the input in a conversation format with the chat bot. The input information corresponding to any of the web services is acquired, the acquired input information corresponds to which input item in any of the web services, and the input information for the specified input item is specified. The input process is executed to specify the progress status of any of the web services based on the input of the input information for the input item, and the type of the web service specified from the acquired selection information and the type of the web service. Depending on the identified progress status, a response including the progress status information to the information processing terminal may be a conversational means with the chatbot or another means different from the conversational form with the chatbot. A service cooperation program is provided that determines by which means of the above and transmits the response by the determined means.
 また、一つの実施態様では、情報処理端末においてチャットボットとの会話形式で入力された情報を取得し、取得した前記情報を前記チャットボットに対応するウェブサービスの入力項目に入力処理する処理部品群を特定し、特定した前記処理部品群に基づいて、前記入力処理に対する応答処理を決定し、決定した前記応答処理により前記情報処理端末へ応答する、サービス連携プログラムが提供される。 Further, in one embodiment, a processing component group that acquires information input in a conversation format with a chatbot on an information processing terminal and inputs the acquired information into an input item of a web service corresponding to the chatbot. Is specified, a response process for the input process is determined based on the specified processing component group, and a service cooperation program is provided that responds to the information processing terminal by the determined response process.
 本発明の一側面によれば、ウェブサービスを提供する既存システムを変更することなく、ウェブサービスの利便性を向上させることができるという効果を奏する。 According to one aspect of the present invention, there is an effect that the convenience of the web service can be improved without changing the existing system for providing the web service.
図1は、サービス連携システム100のシステム構成例を示す説明図である。FIG. 1 is an explanatory diagram showing a system configuration example of the service cooperation system 100. 図2は、情報処理装置101のハードウェア構成例を示すブロック図である。FIG. 2 is a block diagram showing a hardware configuration example of the information processing device 101. 図3は、情報処理端末102のハードウェア構成例を示すブロック図である。FIG. 3 is a block diagram showing a hardware configuration example of the information processing terminal 102. 図4は、サービス種別テーブル130の記憶内容の一例を示す説明図である。FIG. 4 is an explanatory diagram showing an example of the stored contents of the service type table 130. 図5は、項目読替テーブル140の記憶内容の一例を示す説明図である。FIG. 5 is an explanatory diagram showing an example of the stored contents of the item reading table 140. 図6は、チャットウィンドウの表示例を示す説明図である。FIG. 6 is an explanatory diagram showing a display example of a chat window. 図7は、情報処理装置101の機能的構成例を示すブロック図である。FIG. 7 is a block diagram showing a functional configuration example of the information processing device 101. 図8は、電子メールの具体例を示す説明図である。FIG. 8 is an explanatory diagram showing a specific example of e-mail. 図9は、サービス連携システム100の動作例を示す説明図である。FIG. 9 is an explanatory diagram showing an operation example of the service cooperation system 100. 図10は、入力処理の一実施例を示す説明図である。FIG. 10 is an explanatory diagram showing an embodiment of the input process. 図11は、情報処理装置101のサービス連携処理手順の一例を示すフローチャート(その1)である。FIG. 11 is a flowchart (No. 1) showing an example of the service cooperation processing procedure of the information processing apparatus 101. 図12は、情報処理装置101のサービス連携処理手順の一例を示すフローチャート(その2)である。FIG. 12 is a flowchart (No. 2) showing an example of the service cooperation processing procedure of the information processing apparatus 101. 図13は、情報処理装置101のサービス連携処理手順の一例を示すフローチャート(その3)である。FIG. 13 is a flowchart (No. 3) showing an example of the service cooperation processing procedure of the information processing apparatus 101.
 以下に図面を参照して、本発明にかかるサービス連携プログラム、サービス連携方法および情報処理装置の実施の形態を詳細に説明する。 The service cooperation program, the service cooperation method, and the embodiment of the information processing apparatus according to the present invention will be described in detail with reference to the drawings below.
(実施の形態)
 まず、実施の形態にかかる情報処理装置101を含むサービス連携システム100のシステム構成例について説明する。サービス連携システム100は、例えば、チャットボットを利用したFAQ(Frequently Asked Question)システムに適用される。
(Embodiment)
First, a system configuration example of the service cooperation system 100 including the information processing device 101 according to the embodiment will be described. The service cooperation system 100 is applied to, for example, an FAQ (freaky Asked Question) system using a chatbot.
 図1は、サービス連携システム100のシステム構成例を示す説明図である。図1において、サービス連携システム100は、情報処理装置101と、情報処理端末102と、RPAサーバ103と、処理サーバ104と、を含む。サービス連携システム100において、情報処理装置101、情報処理端末102、RPAサーバ103および処理サーバ104は、有線または無線のネットワーク110を介して接続される。ネットワーク110は、例えば、LAN(Local Area Network)、WAN(Wide Area Network)、インターネットなどである。 FIG. 1 is an explanatory diagram showing a system configuration example of the service cooperation system 100. In FIG. 1, the service cooperation system 100 includes an information processing device 101, an information processing terminal 102, an RPA server 103, and a processing server 104. In the service cooperation system 100, the information processing device 101, the information processing terminal 102, the RPA server 103, and the processing server 104 are connected via a wired or wireless network 110. The network 110 is, for example, a LAN (Local Area Network), a WAN (Wide Area Network), the Internet, or the like.
 ここで、情報処理装置101は、チャットボットの会話を制御可能なコンピュータである。チャットボットは、人工知能を利用して、人間との対話やメッセージのやりとりを行うコンピュータシステムである。情報処理装置101は、FAQマスタ120、サービス種別テーブル130および項目読替テーブル140を有する。 Here, the information processing device 101 is a computer capable of controlling the conversation of the chatbot. A chatbot is a computer system that uses artificial intelligence to interact with humans and exchange messages. The information processing device 101 has a FAQ master 120, a service type table 130, and an item reading table 140.
 FAQマスタ120は、FAQを記憶する。FAQは、「頻繁に尋ねられる質問」の意味であり、予め予想される質問に対して、質問と回答とをまとめたものである。質問は、何らかの問題の解決方法を問うものであってもよく、また、話し言葉による問いかけであってもよい。回答は、例えば、質問された問題の解決方法を示す回答や、話し言葉による問いかけに対する回答である。 The FAQ master 120 stores the FAQ. FAQ means "frequently asked questions" and is a collection of questions and answers to questions that are expected in advance. The question may be a question of how to solve some problem, or it may be a spoken question. The answer is, for example, an answer that indicates a solution to the question asked, or an answer to a spoken question.
 チャットボットとの会話は、例えば、トークスクリプトに従って行われる。トークスクリプトは、チャットのトーク処理を定義した情報であり、チャットボットの会話の流れを定義したものに相当する。トークスクリプトは、ウェブサービスごとに用意されていてもよい。トーク処理は、チャットボットの動作(挙動)を実現するための処理である。例えば、トーク処理は、発話する処理、選択肢を表示する処理、選択された選択肢に応じた手続を行う処理などを含む。 The conversation with the chatbot is performed according to, for example, a talk script. The talk script is information that defines the chat processing of the chat, and corresponds to the information that defines the conversation flow of the chatbot. The talk script may be prepared for each web service. The talk process is a process for realizing the operation (behavior) of the chatbot. For example, the talk process includes a process of speaking, a process of displaying options, a process of performing a procedure according to the selected option, and the like.
 なお、サービス種別テーブル130および項目読替テーブル140の記憶内容については、図4および図5を用いて後述する。図示は省略するが、情報処理装置101は、例えば、トークスクリプトを記憶するスクリプトDB(Database)や、チャットログ(会話履歴)を記憶するチャットログDBを有していてもよい。例えば、情報処理装置101は、サーバである。 The stored contents of the service type table 130 and the item reading table 140 will be described later with reference to FIGS. 4 and 5. Although not shown, the information processing device 101 may have, for example, a script DB (Database) for storing a talk script and a chat log DB for storing a chat log (conversation history). For example, the information processing device 101 is a server.
 情報処理端末102は、ユーザがチャットボットとの会話を行う際に利用するコンピュータである。情報処理端末102において、ユーザは、例えば、メッセージを入力したり、選択肢を選択したりすることで、チャットボットと対話しながら所望の回答を探したり、ウェブサービスを利用したりすることができる。 The information processing terminal 102 is a computer used when a user has a conversation with a chatbot. In the information processing terminal 102, the user can search for a desired answer or use a web service while interacting with the chatbot, for example, by inputting a message or selecting an option.
 ウェブサービスとしては、例えば、金融機関から提供される口座開設、残高照会、振込、住所変更などがある。また、保険会社から提供される契約内容変更、住所変更などがある。例えば、情報処理端末102は、スマートフォンやタブレット型PC(Personal Computer)などである。 Web services include, for example, account opening, balance inquiry, transfer, address change, etc. provided by financial institutions. In addition, there are changes in contract details and addresses provided by insurance companies. For example, the information processing terminal 102 is a smartphone, a tablet-type PC (Personal Computer), or the like.
 RPAサーバ103は、RPA(Robotic Process Automation)の処理部品群PGを有するコンピュータである。RPAとは、人工知能を備えたソフトウェアのロボット技術により、手動で行っていた定型的な作業を自動化・効率化することである。処理部品群PGは、例えば、ウェブサービスに対応して設けられる。 The RPA server 103 is a computer having a processing component group PG of RPA (Robotic Process Automation). RPA is to automate and streamline routine tasks that were manually performed by using robotic technology of software equipped with artificial intelligence. The processing component group PG is provided, for example, corresponding to a web service.
 また、処理部品群PGは、例えば、RPA制御部crと、ロボットrbとを含む。RPA制御部crは、依頼された処理(ジョブ)をキューイングしたり、ロボットrbを制御したりする。ロボットrbは、RPA制御部crの制御に従って、処理を実行するソフトウェアである。RPAサーバ103は、複数のウェブサービスについて、各ウェブサービスに対応するRPAの処理部品群PGを有していてもよい。 Further, the processing component group PG includes, for example, an RPA control unit cr and a robot rb. The RPA control unit cr queues the requested process (job) and controls the robot rb. The robot rb is software that executes processing under the control of the RPA control unit cr. The RPA server 103 may have an RPA processing component group PG corresponding to each web service for a plurality of web services.
 処理サーバ104は、ウェブサービスにかかる処理を実行するコンピュータである。ウェブサービスにかかる処理としては、例えば、金融機関における残高照会処理、振込処理、住所変更処理などがある。例えば、処理サーバ104は、ウェブサービスを運用するシステムのサーバである。 The processing server 104 is a computer that executes processing related to the web service. Processes related to Web services include, for example, balance inquiry processing, transfer processing, and address change processing at financial institutions. For example, the processing server 104 is a server of a system that operates a web service.
 ここで、既存のウェブサービスには、スマートフォンなどからの入力受け付けに対応していないものや、スマートフォンなどから入力しにくいものが存在する。このため、スマートフォンなどからのアクセスに対応するサービスを、例えば、ウェブサービスを運用するシステムとのAPI(Application Programming Interface)連携で構築することが考えられる。 Here, some existing web services do not support input acceptance from smartphones, etc., and some are difficult to input from smartphones, etc. For this reason, it is conceivable to construct a service corresponding to access from a smartphone or the like, for example, by linking with an API (Application Programming Interface) with a system that operates a web service.
 しかし、既存のシステムとのAPI連携で構築する場合、既存のシステムに手を加える必要があるため工数がかかり、コストの増大を招くという問題がある。また、スマートフォンなどから入力しやすいウェブアプリケーションを新たに開発することも考えられるが、アプリケーションの開発にコストがかかる。 However, when building by API cooperation with the existing system, there is a problem that man-hours are required and the cost increases because it is necessary to modify the existing system. It is also conceivable to develop a new web application that is easy to input from a smartphone or the like, but the development of the application is costly.
 スマートフォンなどにおいて、ウェブサービスを利用する際に必要となる各種の情報を、チャットボットとの会話形式で入力することができれば、ユーザにとって自然でわかりやすいインターフェースを提供することができる。また、チャットボットとRPAとの連携により、ウェブページへの情報入力を自動化することも考えられる。 If various information required when using a web service on a smartphone or the like can be input in a conversational format with a chatbot, it is possible to provide a natural and easy-to-understand interface for the user. It is also conceivable to automate the input of information to a web page by linking a chatbot and RPA.
 すなわち、チャットボットとRPAとの技術を利用することで、ユーザは、チャットボットとの会話形式で情報入力を行いながら、ウェブサービスを利用することが可能となる。しかし、RPAの処理部品群PGには、ウェブサービスに応じて、同期処理を行うものも、非同期処理を行うものもある。 That is, by using the technology of the chatbot and RPA, the user can use the web service while inputting information in a conversational format with the chatbot. However, some RPA processing component group PGs perform synchronous processing and asynchronous processing depending on the web service.
 同期処理は、例えば、残高照会処理などのリアルタイムに処理結果を返す処理である。非同期処理は、例えば、住所変更処理などの後日処理結果を返す処理である。このため、チャットボットとRPAとの連携によりウェブサービスを利用可能にするには、RPAの処理部品群PGの機能に応じた制御が望まれる。 Synchronous processing is processing that returns processing results in real time, such as balance inquiry processing. The asynchronous process is a process of returning a processing result at a later date, such as an address change process. Therefore, in order to make the web service available by linking the chatbot and the RPA, it is desired to control the RPA according to the function of the processing component group PG.
 そこで、本実施の形態では、ウェブサービスを提供する既存システムを変更することなく、情報処理端末102(例えば、スマートフォンやタブレット端末など)からのウェブサービスの利便性を向上させるサービス連携方法について説明する。 Therefore, in the present embodiment, a service cooperation method for improving the convenience of the web service from the information processing terminal 102 (for example, a smartphone or a tablet terminal) without changing the existing system for providing the web service will be described. ..
 具体的には、例えば、情報処理装置101は、情報処理端末102におけるチャットボットとの会話形式で入力されたウェブサービスに対応する入力情報の、ウェブサービスにおける入力項目への入力に基づくウェブサービスの進捗状況を特定する。そして、情報処理装置101は、特定した進捗状況とウェブサービスの種別とに応じて、情報処理端末102への応答を、チャットボットとの会話形式手段、または、チャットボットとの会話形式とは異なる他の手段のいずれかの手段で送信する。これにより、ウェブサービスを利用するにあたり、情報処理端末102から入力しやすいインターフェースを提供しつつ、ウェブサービスの種別に応じた制御を実現して、情報処理端末102からのウェブサービスSiの利便性を向上させる。 Specifically, for example, the information processing device 101 is a web service based on the input of the input information corresponding to the web service input in the conversation format with the chat bot in the information processing terminal 102 into the input item in the web service. Identify progress. Then, the information processing device 101 makes a response to the information processing terminal 102 different from the conversation format means with the chatbot or the conversation format with the chatbot, depending on the specified progress status and the type of the web service. Send by any of the other means. As a result, when using the web service, while providing an interface that is easy to input from the information processing terminal 102, control according to the type of the web service is realized, and the convenience of the web service Si from the information processing terminal 102 is improved. Improve.
 なお、図1の例では、情報処理端末102、RPAサーバ103および処理サーバ104をそれぞれ1台のみ表記したが、これに限らない。例えば、情報処理端末102は、サービス連携システム100のユーザごとに設けられる。また、RPAサーバ103および処理サーバ104は、ウェブサービスごとに設けられることにしてもよい。また、RPAサーバ103は、例えば、情報処理装置101により実現されることにしてもよい。 In the example of FIG. 1, only one information processing terminal 102, one RPA server 103, and one processing server 104 are shown, but the present invention is not limited to this. For example, the information processing terminal 102 is provided for each user of the service cooperation system 100. Further, the RPA server 103 and the processing server 104 may be provided for each web service. Further, the RPA server 103 may be realized by, for example, the information processing device 101.
(情報処理装置101のハードウェア構成例)
 図2は、情報処理装置101のハードウェア構成例を示すブロック図である。図2において、情報処理装置101は、CPU(Central Processing Unit)201と、メモリ202と、ディスクドライブ203と、ディスク204と、通信I/F(Interface)205と、可搬型記録媒体I/F206と、可搬型記録媒体207と、を有する。また、各構成部は、バス200によってそれぞれ接続される。
(Example of hardware configuration of information processing device 101)
FIG. 2 is a block diagram showing a hardware configuration example of the information processing device 101. In FIG. 2, the information processing device 101 includes a CPU (Central Processing Unit) 201, a memory 202, a disk drive 203, a disk 204, a communication I / F (Interface) 205, and a portable recording medium I / F 206. , And a portable recording medium 207. Further, each component is connected by a bus 200.
 ここで、CPU201は、情報処理装置101の全体の制御を司る。CPU201は、複数のコアを有していてもよい。メモリ202は、例えば、ROM(Read Only Memory)、RAM(Random Access Memory)およびフラッシュROMなどを有する。具体的には、例えば、フラッシュROMがOS(Operating System)のプログラムを記憶し、ROMがアプリケーションプログラムを記憶し、RAMがCPU201のワークエリアとして使用される。メモリ202に記憶されるプログラムは、CPU201にロードされることで、コーディングされている処理をCPU201に実行させる。 Here, the CPU 201 controls the entire information processing device 101. The CPU 201 may have a plurality of cores. The memory 202 includes, for example, a ROM (Read Only Memory), a RAM (Random Access Memory), a flash ROM, and the like. Specifically, for example, the flash ROM stores the OS (Operating System) program, the ROM stores the application program, and the RAM is used as the work area of the CPU 201. The program stored in the memory 202 is loaded into the CPU 201 to cause the CPU 201 to execute the coded process.
 ディスクドライブ203は、CPU201の制御に従ってディスク204に対するデータのリード/ライトを制御する。ディスク204は、ディスクドライブ203の制御で書き込まれたデータを記憶する。ディスク204としては、例えば、磁気ディスク、光ディスクなどが挙げられる。 The disk drive 203 controls data read / write to the disk 204 according to the control of the CPU 201. The disk 204 stores the data written under the control of the disk drive 203. Examples of the disk 204 include a magnetic disk and an optical disk.
 通信I/F205は、通信回線を通じてネットワーク110に接続され、ネットワーク110を介して外部のコンピュータ(例えば、図1に示した情報処理端末102、RPAサーバ103、処理サーバ104)に接続される。そして、通信I/F205は、ネットワーク110と装置内部とのインターフェースを司り、外部のコンピュータからのデータの入出力を制御する。通信I/F205には、例えば、モデムやLANアダプタなどを採用することができる。 The communication I / F 205 is connected to the network 110 through a communication line, and is connected to an external computer (for example, the information processing terminal 102, the RPA server 103, and the processing server 104 shown in FIG. 1) via the network 110. The communication I / F 205 controls the interface between the network 110 and the inside of the device, and controls the input / output of data from an external computer. For the communication I / F 205, for example, a modem, a LAN adapter, or the like can be adopted.
 可搬型記録媒体I/F206は、CPU201の制御に従って可搬型記録媒体207に対するデータのリード/ライトを制御する。可搬型記録媒体207は、可搬型記録媒体I/F206の制御で書き込まれたデータを記憶する。可搬型記録媒体207としては、例えば、CD(Compact Disc)-ROM、DVD(Digital Versatile Disk)、USB(Universal Serial Bus)メモリなどが挙げられる。 The portable recording medium I / F 206 controls data read / write to the portable recording medium 207 according to the control of the CPU 201. The portable recording medium 207 stores data written under the control of the portable recording medium I / F 206. Examples of the portable recording medium 207 include a CD (Compact Disc) -ROM, a DVD (Digital Versatile Disc), and a USB (Universal Versatile Bus) memory.
 なお、情報処理装置101は、上述した構成部のほかに、例えば、SSD(Solid State Drive)、入力装置、ディスプレイ等を有することにしてもよい。また、情報処理装置101は、上述した構成部のうち、例えば、ディスクドライブ203、ディスク204、可搬型記録媒体I/F206、可搬型記録媒体207を有していなくてもよい。また、図1に示したRPAサーバ103および処理サーバ104についても、情報処理装置101と同様のハードウェア構成により実現することができる。 The information processing device 101 may include, for example, an SSD (Solid State Drive), an input device, a display, or the like, in addition to the above-described components. Further, the information processing device 101 does not have to have, for example, a disk drive 203, a disk 204, a portable recording medium I / F 206, and a portable recording medium 207 among the above-described components. Further, the RPA server 103 and the processing server 104 shown in FIG. 1 can also be realized by the same hardware configuration as the information processing apparatus 101.
(情報処理端末102のハードウェア構成例)
 図3は、情報処理端末102のハードウェア構成例を示すブロック図である。図3において、情報処理端末102は、CPU301と、メモリ302と、ディスプレイ303と、入力装置304と、通信I/F305と、カメラ306と、スピーカ307と、マイクロフォン308とを有する。また、各構成部はバス300によってそれぞれ接続される。
(Example of hardware configuration of information processing terminal 102)
FIG. 3 is a block diagram showing a hardware configuration example of the information processing terminal 102. In FIG. 3, the information processing terminal 102 includes a CPU 301, a memory 302, a display 303, an input device 304, a communication I / F 305, a camera 306, a speaker 307, and a microphone 308. Further, each component is connected by a bus 300.
 ここで、CPU301は、情報処理端末102の全体の制御を司る。CPU301は、複数のコアを有していてもよい。メモリ302は、例えば、ROM、RAMおよびフラッシュROMなどを有する記憶部である。具体的には、例えば、フラッシュROMやROMが各種プログラムを記憶し、RAMがCPU301のワークエリアとして使用される。メモリ302に記憶されるプログラムは、CPU301にロードされることで、コーディングされている処理をCPU301に実行させる。 Here, the CPU 301 controls the entire information processing terminal 102. The CPU 301 may have a plurality of cores. The memory 302 is a storage unit having, for example, a ROM, a RAM, a flash ROM, and the like. Specifically, for example, a flash ROM or ROM stores various programs, and RAM is used as a work area of CPU 301. The program stored in the memory 302 is loaded into the CPU 301 to cause the CPU 301 to execute the coded process.
 ディスプレイ303は、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する表示装置である。ディスプレイ303としては、例えば、液晶ディスプレイや有機EL(Electroluminescence)ディスプレイなどを採用することができる。 The display 303 is a display device that displays data such as a cursor, an icon, a toolbox, a document, an image, and functional information. As the display 303, for example, a liquid crystal display, an organic EL (Electroluminescence) display, or the like can be adopted.
 入力装置304は、文字、数字、各種指示などの入力のためのキーを有し、データの入力を行う。入力装置304は、タッチパネル式の入力パッドやテンキーなどであってもよく、また、キーボードやマウスなどであってもよい。 The input device 304 has keys for inputting characters, numbers, various instructions, etc., and inputs data. The input device 304 may be a touch panel type input pad, a numeric keypad, or the like, or may be a keyboard, a mouse, or the like.
 通信I/F305は、通信回線を通じてネットワーク110に接続され、ネットワーク110を介して外部のコンピュータ(例えば、情報処理装置101)に接続される。そして、通信I/F305は、ネットワーク110と自装置内部とのインターフェースを司り、外部装置からのデータの入出力を制御する。 The communication I / F 305 is connected to the network 110 through a communication line, and is connected to an external computer (for example, an information processing device 101) via the network 110. Then, the communication I / F 305 controls the interface between the network 110 and the inside of the own device, and controls the input / output of data from the external device.
 カメラ306は、画像(静止画または動画)を撮影して画像データを出力する撮影装置である。スピーカ307は、電気信号を音声に変換して、音声を出力する。マイクロフォン308は、音声を受音して電気信号に変換する。 The camera 306 is a photographing device that captures an image (still image or moving image) and outputs image data. The speaker 307 converts an electric signal into voice and outputs the voice. The microphone 308 receives voice and converts it into an electrical signal.
 なお、情報処理端末102は、上述した構成部のほかに、例えば、HDD(Hard Disk Drive)、SSD、近距離無線通信I/F、可搬型記録媒体I/F、可搬型記録媒体、GPS(Global Positioning System)ユニットなどを有することにしてもよい。 In addition to the components described above, the information processing terminal 102 may include, for example, an HDD (Hard Disk Drive), SSD, short-range wireless communication I / F, portable recording medium I / F, portable recording medium, GPS ( It may have a Global Positioning System) unit or the like.
(サービス種別テーブル130の記憶内容)
 つぎに、情報処理装置101が有するサービス種別テーブル130の記憶内容について説明する。サービス種別テーブル130は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。
(Stored contents of service type table 130)
Next, the stored contents of the service type table 130 included in the information processing apparatus 101 will be described. The service type table 130 is realized by, for example, a storage device such as the memory 202 and the disk 204 shown in FIG.
 図4は、サービス種別テーブル130の記憶内容の一例を示す説明図である。図4において、サービス種別テーブル130は、対象業務および同期/非同期のフィールドを有し、各フィールドに情報を設定することで、サービス種別情報(例えば、サービス種別情報400-1~400-3)をレコードとして記憶する。 FIG. 4 is an explanatory diagram showing an example of the stored contents of the service type table 130. In FIG. 4, the service type table 130 has target business and synchronous / asynchronous fields, and by setting information in each field, service type information (for example, service type information 400-1 to 400-3) can be obtained. Store as a record.
 ここで、対象業務は、ウェブサービスの名称(サービス名)を示す。同期/非同期は、ウェブサービスの種別を示す。例えば、同期/非同期「同期」は、ウェブサービスの種別が「同期処理」であることを示す。また、同期/非同期「非同期」は、ウェブサービスの種別が「非同期処理」であることを示す。 Here, the target business indicates the name of the web service (service name). Synchronous / asynchronous indicates the type of web service. For example, synchronous / asynchronous "synchronous" indicates that the type of web service is "synchronous processing". Further, synchronous / asynchronous "asynchronous" indicates that the type of Web service is "asynchronous processing".
(項目読替テーブル140の記憶内容)
 つぎに、情報処理装置101が有する項目読替テーブル140の記憶内容について説明する。項目読替テーブル140は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。
(Stored contents of item reading table 140)
Next, the stored contents of the item reading table 140 included in the information processing apparatus 101 will be described. The item reading table 140 is realized by, for example, a storage device such as the memory 202 and the disk 204 shown in FIG.
 図5は、項目読替テーブル140の記憶内容の一例を示す説明図である。図5において、項目読替テーブル140は、対象業務ごとの項目読替情報(例えば、項目読替情報500-1,500-2)を記憶する。項目読替情報は、チャット項目とウェブページ項目との対応関係を示す。 FIG. 5 is an explanatory diagram showing an example of the stored contents of the item reading table 140. In FIG. 5, the item reading table 140 stores item reading information for each target business (for example, item reading information 500-1,500-2). The item replacement information indicates the correspondence between the chat item and the web page item.
 ここで、対象業務は、ウェブサービスを示す。チャット項目は、チャットボット(チャットウィンドウ)での入力項目の変数名を示す。ウェブページ項目は、ウェブページでの入力項目の変数名を示す。なお、入力項目は、ウェブサービスを利用する際に必要となる情報を入力する項目である。 Here, the target business indicates a web service. The chat item indicates the variable name of the input item in the chatbot (chat window). The web page item indicates the variable name of the input item on the web page. The input item is an item for inputting information required when using the web service.
 例えば、項目読替情報500-1によれば、対象業務「残高照会」について、チャットボットでの入力項目と、ウェブページでの入力項目との対応関係を特定することができる。一例を挙げると、対象業務「残高照会」について、チャットボットでの入力項目「chat_userid」に対応するウェブページでの入力項目は「userid」である。 For example, according to the item replacement information 500-1, it is possible to specify the correspondence between the input item in the chatbot and the input item in the web page for the target business "balance inquiry". As an example, regarding the target business "balance inquiry", the input item on the web page corresponding to the input item "chat_userid" in the chatbot is "userid".
(情報処理端末102のチャットウィンドウの画面例)
 つぎに、情報処理端末102のディスプレイ303(図3参照)に表示されるチャットウィンドウの表示例について説明する。
(Screen example of chat window of information processing terminal 102)
Next, a display example of the chat window displayed on the display 303 (see FIG. 3) of the information processing terminal 102 will be described.
 図6は、チャットウィンドウの表示例を示す説明図である。図6において、チャットウィンドウ600は、情報処理端末102のユーザとチャットボットとの会話を時系列に表示する操作画面である。ただし、図6では、ユーザとチャットボットとの会話の一部を抜粋して表示している。 FIG. 6 is an explanatory diagram showing a display example of a chat window. In FIG. 6, the chat window 600 is an operation screen for displaying conversations between the user of the information processing terminal 102 and the chatbot in chronological order. However, in FIG. 6, a part of the conversation between the user and the chatbot is excerpted and displayed.
 チャットウィンドウ600において、ユーザは、入力装置304(図3参照)を用いた操作入力により、選択肢を選択したり、情報を入力したりすることで、チャットボットと対話しながらウェブサービスを利用することができる。なお、アイコンicは、チャットボットを表している。 In the chat window 600, the user uses the web service while interacting with the chatbot by selecting an option or inputting information by operating input using the input device 304 (see FIG. 3). Can be done. The icon ic represents a chatbot.
 ここでは、複数のウェブサービス(例えば、残高照会、住所変更)の中から「残高照会」が選択された結果、ユーザとチャットボットとの間で行われた会話が表示されている。例えば、チャットボットの「ログインIDを入力してください」という呼びかけに対して、chat_userid「aaaaa●●●」が会話形式で入力されている。また、チャットボットの「参照期間(from)を入力してください」という呼びかけに対して、chat_refFrom「2019/01/01」が会話形式で入力されている。また、チャットボットの「参照期間(to)を入力してください」という呼びかけに対して、chat_refTo「2019/12/31」が会話形式で入力されている。 Here, as a result of selecting "balance inquiry" from multiple web services (for example, balance inquiry, address change), the conversation between the user and the chatbot is displayed. For example, in response to the chatbot's "Please enter your login ID" call, chat_userid "aaaaaa ●●●" is entered in a conversational format. In addition, chat_refFrom "2019/01/01" is input in a conversational format in response to the chatbot's call "Please enter the reference period (from)". In addition, chat_refTo "2019/12/31" is input in a conversational format in response to the chatbot's call "Please enter the reference period (to)".
 チャットウィンドウ600によれば、ユーザは、ウェブサービス「残高照会」を利用する際に必要となる各種の情報を、チャットボットとの会話形式で入力することができる。 According to the chat window 600, the user can input various information necessary for using the web service "balance inquiry" in a conversation format with the chatbot.
(情報処理装置101の機能的構成例)
 図7は、情報処理装置101の機能的構成例を示すブロック図である。図7において、情報処理装置101は、取得部701と、特定部702と、実行制御部703と、決定部704と、応答部705と、記憶部710と、を含む。取得部701~応答部705は制御部となる機能であり、具体的には、例えば、図2に示したメモリ202、ディスク204、可搬型記録媒体207などの記憶装置に記憶されたプログラムをCPU201に実行させることにより、または、通信I/F205により、その機能を実現する。各機能部の処理結果は、例えば、メモリ202、ディスク204などの記憶装置に記憶される。記憶部710は、例えば、メモリ202、ディスク204などの記憶装置により実現される。具体的には、例えば、記憶部710は、図4に示したサービス種別テーブル130や、図5に示した項目読替テーブル140を記憶する。
(Example of functional configuration of information processing device 101)
FIG. 7 is a block diagram showing a functional configuration example of the information processing device 101. In FIG. 7, the information processing device 101 includes an acquisition unit 701, a specific unit 702, an execution control unit 703, a determination unit 704, a response unit 705, and a storage unit 710. The acquisition unit 701 to the response unit 705 are functions that serve as control units. Specifically, for example, the CPU 201 stores a program stored in a storage device such as the memory 202, the disk 204, and the portable recording medium 207 shown in FIG. The function is realized by causing the user to execute the function or by using the communication I / F205. The processing result of each functional unit is stored in a storage device such as a memory 202 or a disk 204, for example. The storage unit 710 is realized by, for example, a storage device such as a memory 202 or a disk 204. Specifically, for example, the storage unit 710 stores the service type table 130 shown in FIG. 4 and the item reading table 140 shown in FIG.
 取得部701は、情報処理端末102におけるチャットボットとの会話形式で複数のウェブサービスの中から選択されたいずれかのウェブサービスの選択情報を取得する。また、取得部701は、情報処理端末102におけるチャットボットとの会話形式で入力された、選択されたウェブサービスに対応する入力情報を取得する。 The acquisition unit 701 acquires the selection information of one of the web services selected from the plurality of web services in a conversation format with the chatbot on the information processing terminal 102. In addition, the acquisition unit 701 acquires the input information corresponding to the selected web service input in the conversation format with the chatbot in the information processing terminal 102.
 ここで、複数のウェブサービスは、情報処理端末102において利用可能なウェブサービスである。ウェブサービスとは、ウェブサイトのソフトウェアシステムを呼び出して利用するサービスである。ウェブサービスの選択情報は、選択されたウェブサービスを一意に特定する情報である。ウェブサービスに対応する入力情報は、ウェブサービスを利用する際に入力される情報である。 Here, the plurality of web services are web services that can be used in the information processing terminal 102. A web service is a service that calls and uses the software system of a website. The web service selection information is information that uniquely identifies the selected web service. The input information corresponding to the web service is the information input when using the web service.
 以下の説明では、情報処理端末102において利用可能な複数のウェブサービスを「ウェブサービスS1~Sn」と表記する場合がある(nは、2以上の自然数)。また、ウェブサービスS1~Snの中から選択されたウェブサービスを「ウェブサービスSi」と表記する場合がある(i=1,2,…,n)。 In the following description, a plurality of web services that can be used in the information processing terminal 102 may be referred to as "web services S1 to Sn" (n is a natural number of 2 or more). Further, the web service selected from the web services S1 to Sn may be referred to as "web service Si" (i = 1, 2, ..., N).
 ウェブサービスSiの選択や、ウェブサービスSiを利用する際に必要となる情報の入力は、例えば、図6に示したようなチャットウィンドウ600において行われる。具体的には、例えば、取得部701は、選択されたウェブサービスSiの選択情報、および、ウェブサービスSiに対応する入力情報を情報処理端末102から受信することにより、ウェブサービスSiの選択情報、および、ウェブサービスSiに対応する入力情報を取得する。 The selection of the web service Si and the input of the information required when using the web service Si are performed, for example, in the chat window 600 as shown in FIG. Specifically, for example, the acquisition unit 701 receives the selection information of the selected web service Si and the input information corresponding to the web service Si from the information processing terminal 102, so that the selection information of the web service Si, And, the input information corresponding to the web service Si is acquired.
 ウェブサービスSiの選択情報には、例えば、ウェブサービスSiのサービス名が含まれる。ウェブサービスSiに対応する入力情報には、例えば、チャットボット(チャットウィンドウ)における入力項目の変数名と、当該入力項目について入力された情報とが含まれる。 The selection information of the web service Si includes, for example, the service name of the web service Si. The input information corresponding to the web service Si includes, for example, the variable name of the input item in the chatbot (chat window) and the information input about the input item.
 なお、複数の入力項目がある場合、取得部701は、入力項目ごとに入力情報を取得してもよく、複数の入力項目の入力情報を一括して取得してもよい。また、選択情報や入力情報には、例えば、ルームIDが付与されている。ルームIDは、チャットを行うルームのIDを示す。ルームIDによれば、チャットボットとの一連の会話を特定することができる。 When there are a plurality of input items, the acquisition unit 701 may acquire the input information for each input item, or may collectively acquire the input information of the plurality of input items. Further, for example, a room ID is assigned to the selection information and the input information. The room ID indicates the ID of the room in which the chat is performed. The room ID can identify a series of conversations with the chatbot.
 特定部702は、記憶部710を参照して、取得された入力情報が、ウェブサービスSiにおけるいずれの入力項目に対応するかを特定する。ここで、記憶部710は、ウェブサービスSiについて、チャットボットでの入力項目と、ウェブページにおける入力項目との対応関係を示す情報を記憶する。 The identification unit 702 refers to the storage unit 710 and specifies which input item in the web service Si the acquired input information corresponds to. Here, the storage unit 710 stores information indicating the correspondence between the input items in the chatbot and the input items in the web page for the web service Si.
 より詳細に説明すると、例えば、特定部702は、項目読替テーブル140を参照して、ウェブサービスSiについて、取得された入力情報に含まれるチャットボットでの入力項目の変数名に基づいて、ウェブサービスSiでの入力項目を特定する。なお、ウェブサービスSiは、取得された選択情報から特定される。 More specifically, for example, the specific unit 702 refers to the item reading table 140 and refers to the web service Si based on the variable name of the input item in the chatbot included in the acquired input information. Specify the input item in Si. The web service Si is specified from the acquired selection information.
 例えば、選択情報から特定されるウェブサービスSiを「残高照会」とし、入力情報に含まれるチャットボットでの入力項目の変数名を「chat_userid」とする。この場合、特定部702は、項目読替テーブル140を参照して、チャットボットでの入力項目「chat_userid」に対応するウェブページでの入力項目「userid」を特定する。 For example, the web service Si specified from the selection information is set as "balance inquiry", and the variable name of the input item in the chatbot included in the input information is set as "chat_userid". In this case, the specifying unit 702 refers to the item reading table 140 and specifies the input item "userid" on the web page corresponding to the input item "chat_userid" in the chatbot.
 なお、特定部702は、例えば、図5に示したような項目読替テーブル140を有する他のコンピュータに問い合わせることにより、取得された入力情報がウェブサービスSiにおけるいずれの入力項目に対応するかを特定することにしてもよい。 The specifying unit 702 specifies which input item in the web service Si corresponds to the acquired input information by inquiring to another computer having the item reading table 140 as shown in FIG. 5, for example. You may decide to do it.
 実行制御部703は、特定された入力項目に対する、取得された入力情報の入力処理を実行して、入力項目に対する入力情報の入力に基づくウェブサービスSiの進捗状況を特定する。ここで、入力情報の入力処理とは、ウェブサービスSiの入力項目に入力情報を入力する処理である。 The execution control unit 703 executes the input processing of the acquired input information for the specified input item, and specifies the progress status of the web service Si based on the input of the input information for the input item. Here, the input information input process is a process of inputting input information into an input item of the web service Si.
 入力情報の入力処理は、例えば、ウェブサービスSiに対応するRPAの処理部品群PGを用いて実行される。具体的には、例えば、まず、実行制御部703は、記憶部710を参照して、取得された入力情報を、ウェブサービスSiの入力項目に入力処理するRPAの処理部品群PGを特定する。 The input processing of the input information is executed using, for example, the processing component group PG of the RPA corresponding to the web service Si. Specifically, for example, first, the execution control unit 703 refers to the storage unit 710 and specifies the processing component group PG of the RPA that inputs and processes the acquired input information to the input item of the web service Si.
 ここで、記憶部710は、ウェブサービスSiとRPAの処理部品群PGとの対応関係を示す情報を記憶する。例えば、記憶部710は、ウェブサービスSiのサービス名と対応付けて、ウェブサービスSiに処理部品群PGのRPA制御部crにアクセス可能なアドレス情報が記憶されていてもよい。 Here, the storage unit 710 stores information indicating the correspondence relationship between the web service Si and the processing component group PG of the RPA. For example, the storage unit 710 may store the address information accessible to the RPA control unit cr of the processing component group PG in the web service Si in association with the service name of the web service Si.
 そして、実行制御部703は、例えば、特定した処理部品群PGのRPA制御部crにアクセスして、入力処理を実行するロボットrbを起動させる。なお、実行制御部703は、例えば、他のコンピュータに問い合わせることにより、取得された入力情報を、ウェブサービスSiの入力項目に入力処理するRPAの処理部品群PGを特定することにしてもよい。 Then, the execution control unit 703 accesses, for example, the RPA control unit cr of the specified processing component group PG, and activates the robot rb that executes the input processing. The execution control unit 703 may specify, for example, the processing component group PG of the RPA that inputs the acquired input information to the input item of the web service Si by inquiring to another computer.
 また、実行制御部703は、入力情報に対応するチャットボットでの入力項目の変数名を、ウェブサービスSiに対応するウェブページでの入力項目の変数名に変換する。具体的には、例えば、項目読替テーブル140を参照して、入力情報に含まれるチャットボットでの入力項目の変数名を、ウェブページでの入力項目の変数名に変換する。 Further, the execution control unit 703 converts the variable name of the input item in the chatbot corresponding to the input information into the variable name of the input item in the web page corresponding to the web service Si. Specifically, for example, with reference to the item reading table 140, the variable name of the input item in the chatbot included in the input information is converted into the variable name of the input item in the web page.
 つぎに、実行制御部703は、変換後の入力項目の変数名を含む入力情報を、RPA制御部crに送信する。RPA制御部crは、情報処理装置101(実行制御部703)から、変換後の入力項目の変数名を含む入力情報を受信すると、起動したロボットrbに当該入力情報を渡す。この結果、ロボットrbにより入力処理の実行が開始される。 Next, the execution control unit 703 transmits the input information including the variable name of the input item after conversion to the RPA control unit cr. When the RPA control unit cr receives the input information including the variable name of the input item after conversion from the information processing device 101 (execution control unit 703), the RPA control unit cr passes the input information to the activated robot rb. As a result, the robot rb starts executing the input process.
 例えば、ロボットrbは、ウェブサービスSiに対応するウェブページを開いて、RPA制御部crから受け取った入力情報をもとに、ウェブページの入力項目に値を入力する。ロボットrbは、ウェブページへの入力が完了すると、処理サーバ104にウェブサービスSiにかかる処理を依頼する。ロボットrbは、処理サーバ104から処理結果を受信すると、RPA制御部crに渡す。 For example, the robot rb opens a web page corresponding to the web service Si, and inputs a value in an input item of the web page based on the input information received from the RPA control unit cr. When the input to the web page is completed, the robot rb requests the processing server 104 to perform the processing related to the web service Si. When the robot rb receives the processing result from the processing server 104, it passes it to the RPA control unit cr.
 RPA制御部crは、ロボットrbから受け取った処理結果を、情報処理装置101(実行制御部703)に送信する。なお、ウェブサービスSiの種別が「非同期処理」の場合、RPA制御部crは、例えば、Webhookなどを利用して、ウェブサービスSiの処理結果を取得する。処理結果には、例えば、ルームIDが付与されている。情報処理装置101は、このルームIDから、例えば、どのチャットウィンドウに対応する入力処理の結果であるかを特定することができる。 The RPA control unit cr transmits the processing result received from the robot rb to the information processing device 101 (execution control unit 703). When the type of the web service Si is "asynchronous processing", the RPA control unit cr acquires the processing result of the web service Si by using, for example, Webbook. For example, a room ID is assigned to the processing result. From this room ID, the information processing device 101 can specify, for example, which chat window is the result of the input processing.
 ここで、ウェブサービスSiの種別が「同期処理」の場合、処理サーバ104での処理が正常に完了すると、処理結果は、即座に得られる。一方、ウェブサービスSiの種別が「非同期処理」の場合には、処理サーバ104で処理が正常に行われたとしても、処理結果は、即座には得られず、例えば、後日得られる。また、処理サーバ104の不具合等により、処理が正常に行われなかった場合は、処理結果は得られないことになる。 Here, when the type of the web service Si is "synchronous processing", when the processing on the processing server 104 is completed normally, the processing result is immediately obtained. On the other hand, when the type of the web service Si is "asynchronous processing", even if the processing is normally performed by the processing server 104, the processing result cannot be obtained immediately, for example, it can be obtained at a later date. Further, if the processing is not performed normally due to a malfunction of the processing server 104 or the like, the processing result cannot be obtained.
 例えば、実行制御部703は、ウェブサービスSiの進捗状況として、「処理依頼済み」、「処理結果を受信」、「エラー」などを特定する。進捗状況「エラー」は、例えば、RPAの処理部品群PG(例えば、RPA制御部cr)に入力情報を送信(処理依頼)してから、規定時間内に処理部品群PGから応答がない場合などに特定される。なお、RPAの処理部品群PGは、情報処理装置101が有していてもよい。 For example, the execution control unit 703 specifies "process requested", "received processing result", "error", etc. as the progress status of the web service Si. The progress status "error" is, for example, when there is no response from the processing parts group PG within the specified time after the input information is transmitted (processing request) to the processing parts group PG (for example, RPA control unit cr) of the RPA. Is specified in. The information processing device 101 may have the processing component group PG of the RPA.
 決定部704は、取得された選択情報から特定されるウェブサービスSiの種別と、特定されたウェブサービスSiの進捗状況とに応じて、情報処理端末102への応答を、チャットボットとの会話形式手段、または、チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定する。情報処理端末102への応答には、例えば、ウェブサービスSiの進捗状況の情報が含まれる。 The determination unit 704 responds to the information processing terminal 102 in a conversation format with the chatbot according to the type of the web service Si specified from the acquired selection information and the progress status of the specified web service Si. Decide whether to send by means or other means different from the conversation format with the chatbot. The response to the information processing terminal 102 includes, for example, information on the progress of the web service Si.
 進捗状況の情報は、例えば、ウェブサービスSiの進捗状況や処理結果を特定する情報である。また、チャットボットとの会話形式とは異なる他の手段は、例えば、電子メールサービス、SMS(Short Message Service)、自動電話サービスなどである。なお、情報処理端末102のユーザの電子メールアドレスや電話番号は、ユーザ情報から特定される。ユーザ情報は、例えば、情報処理端末102と対応付けて、メモリ202、ディスク204などの記憶装置に記憶されている。 The progress status information is, for example, information that identifies the progress status and processing result of the web service Si. In addition, other means different from the conversation format with the chatbot are, for example, an e-mail service, SMS (Short Message Service), an automatic telephone service, and the like. The e-mail address and telephone number of the user of the information processing terminal 102 are specified from the user information. The user information is stored in a storage device such as a memory 202 or a disk 204 in association with the information processing terminal 102, for example.
 具体的には、例えば、決定部704は、サービス種別テーブル130を参照して、取得された選択情報に含まれるサービス名から、ウェブサービスSiの種別を特定する。例えば、選択情報に含まれるサービス名が「残高照会」の場合、ウェブサービスSiの種別「同期処理」が特定される。また、選択情報に含まれるサービス名が「住所変更」の場合、ウェブサービスSiの種別「非同期処理」が特定される。 Specifically, for example, the determination unit 704 refers to the service type table 130 and specifies the type of the web service Si from the service name included in the acquired selection information. For example, when the service name included in the selection information is "balance inquiry", the type "synchronous processing" of the web service Si is specified. Further, when the service name included in the selection information is "address change", the type "asynchronous processing" of the web service Si is specified.
 例えば、ウェブサービスSiの種別が「同期処理」の場合、決定部704は、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定してもよい。この際、決定部704は、例えば、ウェブサービスSiの進捗状況が「処理結果を受信」などの正常に処理が行われたことを示す場合に、チャットボットとの会話形式手段で送信すると決定してもよい。 For example, when the type of the web service Si is "synchronous processing", the determination unit 704 may decide to transmit the response to the information processing terminal 102 by a conversational means with the chatbot. At this time, the determination unit 704 decides to transmit by a conversational means with the chatbot, for example, when the progress status of the web service Si indicates that the processing has been normally performed such as "receive the processing result". You may.
 また、ウェブサービスSiの種別が「非同期処理」の場合、決定部704は、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段で送信すると決定してもよい。この際、決定部704は、例えば、ウェブサービスSiの進捗状況が「処理依頼済み」などの正常に処理依頼が行われたことを示す場合に、チャットボットとの会話形式とは異なる他の手段で送信すると決定してもよい。 Further, when the type of the web service Si is "asynchronous processing", the determination unit 704 may decide to transmit the response to the information processing terminal 102 by another means different from the conversation format with the chatbot. At this time, the determination unit 704 uses another means different from the conversation format with the chatbot, for example, when the progress status of the web service Si indicates that the processing request has been normally made, such as "processing request completed". You may decide to send with.
 また、ウェブサービスSiの種別が「同期処理」であっても、ネットワーク障害等のエラーにより処理結果を即座に得られない場合がある。この場合、情報処理装置101は、ネットワーク障害等のエラーが解消した後、処理結果を得ることができる。しかし、エラーが解消したときに、ユーザがチャットボットとの会話を終了していると、情報処理端末102への応答をチャットボットとの会話形式で送信できない。 Even if the type of web service Si is "synchronous processing", the processing result may not be obtained immediately due to an error such as a network failure. In this case, the information processing apparatus 101 can obtain the processing result after the error such as the network failure is resolved. However, if the user has finished the conversation with the chatbot when the error is resolved, the response to the information processing terminal 102 cannot be transmitted in the conversation format with the chatbot.
 このため、決定部704は、ウェブサービスSiの種別が「同期処理」であっても、ウェブサービスSiの進捗状況が「エラー(例えば、ネットワーク障害)」の場合には、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段で送信すると決定してもよい。 Therefore, even if the type of the web service Si is "synchronous processing", the determination unit 704 sends the information processing terminal 102 to the information processing terminal 102 when the progress status of the web service Si is "error (for example, network failure)". You may decide to send the response by other means than the conversational style with the chatbot.
 また、ウェブサービスSiの種別が「非同期処理」であっても、処理サーバ104の不具合(故障や障害等)により処理が正常に行われない場合は、その旨をユーザに伝えて、日を改めてウェブサービスSiを利用するよう促すことが好ましい。このため、決定部704は、ウェブサービスSiの種別が「非同期処理」であっても、ウェブサービスSiの進捗状況が「エラー(例えば、処理サーバ104の不具合)」の場合には、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定してもよい。 Even if the type of Web service Si is "asynchronous processing", if the processing is not performed normally due to a malfunction (failure, failure, etc.) of the processing server 104, notify the user to that effect and change the date. It is preferable to encourage the use of the web service Si. Therefore, even if the type of the web service Si is "asynchronous processing", the determination unit 704 determines the information processing terminal when the progress status of the web service Si is "error (for example, a defect of the processing server 104)". You may decide to send the response to 102 by means of conversation with the chatbot.
 また、決定部704は、特定された処理部品群PGに基づいて、入力処理に対する応答処理を決定することにしてもよい。ここで、RPAの処理部品群PGによっては、「同期処理」または「非同期処理」のいずれの処理を行うものであるのかが、予め決められている場合がある。 Further, the determination unit 704 may determine the response processing to the input processing based on the specified processing component group PG. Here, depending on the RPA processing component group PG, it may be determined in advance whether to perform "synchronous processing" or "asynchronous processing".
 この場合、RPAの処理部品群PGから、同期処理が行われるのか、非同期処理が行われるのかを特定することができる。そこで、決定部704は、特定された処理部品群PGが「同期処理」を行うものである場合、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定してもよい。また、決定部704は、特定された処理部品群PGが「非同期処理」を行うものである場合には、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段で送信すると決定してもよい。 In this case, it is possible to specify whether the synchronous processing or the asynchronous processing is performed from the processing component group PG of the RPA. Therefore, the determination unit 704 may determine that when the specified processing component group PG performs "synchronous processing", the response to the information processing terminal 102 is transmitted by a conversational means with the chatbot. .. Further, when the specified processing component group PG performs "asynchronous processing", the determination unit 704 responds to the information processing terminal 102 by another means different from the conversation format with the chatbot. You may decide to send.
 応答部705は、決定された手段で情報処理端末102への応答を送信する。具体的には、例えば、応答部705は、チャットボットとの会話形式手段で送信すると決定された場合、チャットコントローラ(不図示)を介して、情報処理端末102への応答をチャットボットとの会話形式で送信する。この結果、情報処理端末102において、ウェブサービスSiの進捗状況や処理結果がチャットウィンドウに表示される。チャットウィンドウにおいて、ウェブサービスSiの進捗状況や処理結果は、チャットボットからのメッセージとして表示されることにしてもよい。 The response unit 705 transmits a response to the information processing terminal 102 by the determined means. Specifically, for example, when the response unit 705 is determined to transmit by a conversational means with the chatbot, the response unit 705 communicates the response to the information processing terminal 102 with the chatbot via the chat controller (not shown). Send in format. As a result, in the information processing terminal 102, the progress status and the processing result of the web service Si are displayed in the chat window. In the chat window, the progress status and processing result of the web service Si may be displayed as a message from the chatbot.
 一例として、ウェブサービスSiを「残高照会(同期処理)」とすると、チャットウィンドウには、例えば、「残高照会が完了しました。ご確認ください。」といったウェブサービスSiの進捗状況を示すメッセージとともに、参照期間における預金口座の残高(処理結果)が表示される。 As an example, if the web service Si is set to "balance inquiry (synchronous processing)", the chat window will contain a message indicating the progress of the web service Si, for example, "Balance inquiry has been completed. Please check." The balance of the deposit account (processing result) during the reference period is displayed.
 これにより、ユーザは、チャットボットと対話しながら、ウェブサービス「残高照会」を利用して、預金口座の残高を確認することができる。 This allows the user to check the balance of the deposit account using the web service "Balance Inquiry" while interacting with the chatbot.
 また、応答部705は、他の手段で送信すると決定された場合、情報処理端末102への応答を、例えば、電子メールサービスやSMSで送信する。この場合、応答部705は、例えば、チャットコントローラ(不図示)を介して、所定のメッセージを、チャットボットとの会話形式で送信することにしてもよい。所定のメッセージは、情報処理端末102への応答を、電子メールサービスやSMSで送信する旨のメッセージである。 Further, when the response unit 705 is determined to be transmitted by other means, the response unit 705 transmits the response to the information processing terminal 102 by, for example, an e-mail service or SMS. In this case, the response unit 705 may transmit a predetermined message in a conversational format with the chatbot, for example, via a chat controller (not shown). The predetermined message is a message to the effect that the response to the information processing terminal 102 is transmitted by an e-mail service or SMS.
 一例として、ウェブサービスSiを「住所変更(非同期処理)」とし、他の手段を「電子メールサービス」とする。この場合、まず、応答部705は、チャットボットとの会話形式で、「ご依頼いただきましたお手続の結果につきましては、手続完了後に電子メールでお送りいたします。」などのメッセージを、情報処理端末102に送信する。 As an example, the web service Si is referred to as "address change (asynchronous processing)", and the other means is referred to as "email service". In this case, first, the response unit 705 sends a message such as "The result of the requested procedure will be sent by e-mail after the procedure is completed" in a conversation format with the chatbot. Send to 102.
 ウェブサービスSiを運用するシステムにおいて、処理依頼された「住所変更」が完了すると、例えば、処理サーバ104から処理部品群PG(例えば、RPA制御部crまたはロボットrb)に、その旨が通知される。処理部品群PGは、処理依頼した「住所変更」の完了通知を受け取ると、情報処理装置101にウェブサービスSiの処理結果(例えば、住所変更が完了したことを示す状態通知)を送信する。 In the system that operates the web service Si, when the processing request "address change" is completed, for example, the processing server 104 notifies the processing parts group PG (for example, RPA control unit cr or robot rb) to that effect. .. When the processing component group PG receives the completion notification of the "address change" requested for processing, the processing component group PG transmits the processing result of the Web service Si (for example, the status notification indicating that the address change is completed) to the information processing apparatus 101.
 そして、応答部705は、RPAの処理部品群PG(例えば、RPA制御部cr)から、ウェブサービスSiの処理結果を受信すると、情報処理端末102への応答として電子メールを送信する。電子メールの宛先は、例えば、メモリ202、ディスク204などの記憶装置に記憶された、情報処理端末102に対応するユーザ情報から特定することができる。 Then, when the response unit 705 receives the processing result of the web service Si from the RPA processing component group PG (for example, the RPA control unit cr), the response unit 705 transmits an e-mail as a response to the information processing terminal 102. The destination of the e-mail can be specified from the user information corresponding to the information processing terminal 102 stored in the storage device such as the memory 202 and the disk 204, for example.
 ここで、図8を用いて、情報処理端末102のユーザ宛に送信される電子メールの具体例について説明する。 Here, a specific example of an e-mail sent to the user of the information processing terminal 102 will be described with reference to FIG.
 図8は、電子メールの具体例を示す説明図である。図8において、電子メール800は、情報処理端末102においてウェブサービス「住所変更」を利用したユーザに対して、住所変更完了を知らせる通知である。 FIG. 8 is an explanatory diagram showing a specific example of e-mail. In FIG. 8, the e-mail 800 is a notification notifying the user who has used the web service “address change” on the information processing terminal 102 that the address change has been completed.
 電子メール800によれば、ユーザは、チャットボットと対話しながら利用したウェブサービス「住所変更」が非同期処理であっても、住所変更処理が完了したタイミングで、2020年1月1日に依頼した手続(住所変更)が完了したことを知ることができる。なお、電子メール800は、例えば、応答部705が、処理部品群PGに指示して、処理部品群PGから情報処理端末102のユーザ宛に送信させることにしてもよい。 According to E-mail 800, the user requested on January 1, 2020 when the address change process was completed, even if the web service "address change" used while interacting with the chatbot was an asynchronous process. You can know that the procedure (address change) has been completed. In the e-mail 800, for example, the response unit 705 may instruct the processing component group PG to transmit the e-mail 800 from the processing component group PG to the user of the information processing terminal 102.
 また、応答部705は、ウェブサービスSiの種別が「同期処理」を示す場合、ウェブサービスSiに対応する処理サーバ104からの応答を受信したか否かに応じて決定されるメッセージを、チャットボットとの会話形式で情報処理端末102に送信することにしてもよい。 Further, when the type of the web service Si indicates "synchronous processing", the response unit 705 sends a message determined according to whether or not a response from the processing server 104 corresponding to the web service Si is received to the chatbot. It may be transmitted to the information processing terminal 102 in a conversational format with the information processing terminal 102.
 処理サーバ104からの応答は、例えば、ウェブサービスSiの進捗状況や処理結果である。情報処理装置101は、処理サーバ104からの応答を、例えば、RPAの処理部品群PGを介して受信する。しかし、ネットワーク障害等のエラーにより、処理サーバ104からの応答を規定時間内(例えば、数分以内)に受信できない場合がある。 The response from the processing server 104 is, for example, the progress status of the web service Si and the processing result. The information processing device 101 receives the response from the processing server 104 via, for example, the processing component group PG of the RPA. However, due to an error such as a network failure, the response from the processing server 104 may not be received within a specified time (for example, within a few minutes).
 このため、応答部705は、例えば、ウェブサービスSiの種別が「同期処理」を示す場合に、処理サーバ104からの応答を規定時間内に受信していないときは、「ウェブサービスの不具合により処理が正常に行われませんでした。」などのメッセージを、チャットボットとの会話形式で送信することにしてもよい。 Therefore, for example, when the type of the web service Si indicates "synchronous processing" and the response from the processing server 104 is not received within the specified time, the response unit 705 "processes due to a defect in the web service". Could not be successfully performed. ”, Etc. may be sent in a conversational format with the chatbot.
 この際、ウェブサービスSiの進捗状況が「エラー(例えば、ネットワーク障害)」のため、情報処理端末102への応答を、電子メールサービス等で送信すると決定されている場合がある。この場合、応答部705は、さらに、「ご依頼いただきましたお手続の結果につきましては、処理結果を受信次第、電子メールでお送りいたします。」などのメッセージを、チャットボットとの会話形式で送信することにしてもよい。そして、応答部705は、RPAの処理部品群PGから、ウェブサービスSiの処理結果を受信すると、情報処理端末102への応答として、電子メール(ウェブサービスSiの処理結果を含む)を送信する。 At this time, because the progress status of the web service Si is "error (for example, network failure)", it may be decided to send a response to the information processing terminal 102 by an e-mail service or the like. In this case, the response unit 705 further sends a message such as "The result of the requested procedure will be sent by e-mail as soon as the processing result is received" in a conversational format with the chatbot. You may decide to do it. Then, when the response unit 705 receives the processing result of the web service Si from the processing component group PG of the RPA, the response unit 705 transmits an e-mail (including the processing result of the web service Si) as a response to the information processing terminal 102.
 また、応答部705は、ウェブサービスSiの種別が「同期処理」を示す場合に、処理サーバ104からの応答を規定時間内に受信したときは、「処理が正常に行われました。」などのメッセージを処理結果とともに、チャットボットとの会話形式で送信することにしてもよい。 Further, when the response unit 705 receives the response from the processing server 104 within the specified time when the type of the web service Si indicates "synchronous processing", "the processing has been performed normally" or the like. Message may be sent together with the processing result in a conversational format with the chatbot.
 また、処理サーバ104の不具合(故障、障害等)により、ウェブサービスSiの種別が「非同期処理」のときに、チャットボットとの会話形式手段で送信すると決定される場合がある。この場合、応答部705は、情報処理端末102への応答として、「処理サーバの不具合により、現在処理を実行できない状態です。日を改めてサービスを利用するようお願いいたします。」などのメッセージを、チャットボットとの会話形式で送信することにしてもよい。 Also, due to a malfunction (malfunction, failure, etc.) of the processing server 104, when the type of web service Si is "asynchronous processing", it may be decided to transmit by conversational means with the chatbot. In this case, the response unit 705 responds to the information processing terminal 102 by sending a message such as "The processing cannot be executed at present due to a malfunction of the processing server. Please use the service again." It may be sent in a conversational format with a chatbot.
 また、ウェブサービスSiの種別が「非同期処理」の場合に、入力エラーにより処理が正常に行われないことがある。この場合、応答部705は、例えば、その旨をユーザに伝えて、ウェブサービスSiの利用を最初からやり直すよう促すメッセージを、チャットボットとの会話形式で送信することにしてもよい。 Also, when the type of web service Si is "asynchronous processing", processing may not be performed normally due to an input error. In this case, the response unit 705 may, for example, send a message to the user in a conversational manner with the chatbot, informing the user to that effect and urging the user to restart the use of the Web service Si from the beginning.
 なお、入力情報に個人情報等が含まれる場合は、入力情報を暗号化することにしてもよい。入力情報の暗号化には、例えば、公開鍵暗号方式を用いることができる。より具体的には、例えば、情報処理端末102が公開鍵を用いて入力情報を暗号化し、RPAの処理部品群PG(例えば、ロボットrb)が秘密鍵を用いて、暗号化された入力情報を復号する。これにより、入力情報に含まれる個人情報等が平文で送受信されるのを防ぐことができる。 If the input information includes personal information, etc., the input information may be encrypted. For example, a public key cryptosystem can be used for encrypting the input information. More specifically, for example, the information processing terminal 102 encrypts the input information using the public key, and the RPA processing component group PG (for example, the robot rb) uses the private key to encrypt the encrypted input information. Decrypt. As a result, it is possible to prevent personal information and the like included in the input information from being transmitted and received in plain text.
(サービス連携システム100の動作例)
 つぎに、図9および図10を用いて、サービス連携システム100の動作例について説明する。ここでは、情報処理装置101の各機能部を、チャットボットbtのサービス連携機能scにより実現する場合を例に挙げて説明する。
(Operation example of service cooperation system 100)
Next, an operation example of the service cooperation system 100 will be described with reference to FIGS. 9 and 10. Here, a case where each functional unit of the information processing device 101 is realized by the service cooperation function sc of the chatbot bt will be described as an example.
 図9は、サービス連携システム100の動作例を示す説明図である。図10は、入力処理の一実施例を示す説明図である。図9において、チャットボットbtのサービス連携機能scは、情報処理端末102から、チャットウィンドウ600において選択されたウェブサービスSiの選択情報および入力情報を受け付ける。 FIG. 9 is an explanatory diagram showing an operation example of the service cooperation system 100. FIG. 10 is an explanatory diagram showing an embodiment of the input process. In FIG. 9, the service cooperation function sc of the chatbot bt receives the selection information and the input information of the web service Si selected in the chat window 600 from the information processing terminal 102.
 サービス連携機能scは、項目読替テーブル140を参照して、受け付けた入力情報が、ウェブサービスSiにおけるいずれの入力項目に対応するかを特定する。サービス連携機能scは、ウェブサービスSiに対応するRPAの処理部品群PGを用いて、特定した入力項目に対する入力情報の入力処理を実行する。 The service cooperation function sc refers to the item reading table 140 and specifies which input item in the web service Si the received input information corresponds to. The service cooperation function sc executes the input processing of the input information for the specified input item by using the processing component group PG of the RPA corresponding to the web service Si.
 ここでは、チャットウィンドウ600において、ウェブサービス「残高照会」が選択され、各入力項目(chat_userid、chat_refFrom、chat_refTo)についての各入力情報が入力された場合を想定する。 Here, it is assumed that the web service "balance inquiry" is selected in the chat window 600 and each input information for each input item (chat_userid, chat_refFrom, chat_refTo) is input.
 この場合、サービス連携機能scは、項目読替テーブル140を参照して、各入力情報に含まれるチャットボットでの入力項目の変数名を、ウェブページでの入力項目の変数名に変換する。例えば、チャットボットでの入力項目の変数名「chat_userid」は、ウェブページでの入力項目の変数名「userid」に変換される。チャットボットでの入力項目の変数名「chat_refFrom」は、ウェブページでの入力項目の変数名「kikanFrom」に変換される。チャットボットでの入力項目の変数名「chat_refTo」は、ウェブページでの入力項目の変数名「kikanTo」に変換される。 In this case, the service cooperation function sc refers to the item reading table 140 and converts the variable name of the input item in the chatbot included in each input information into the variable name of the input item in the web page. For example, the variable name "chat_userid" of the input item in the chatbot is converted into the variable name "userid" of the input item in the web page. The variable name "chat_refFrom" of the input item in the chatbot is converted into the variable name "kikanFrom" of the input item in the web page. The variable name "chat_refTo" of the input item in the chatbot is converted into the variable name "kikanTo" of the input item in the web page.
 サービス連携機能scは、変換後の変数名を含む各入力情報(userid「aaaaa●●●」、kikanFrom「2019/01/01」およびkikanTo「2019/12/31」)を、RPAの処理部品群PGのRPA制御部crに送信する。RPAの処理部品群PGのロボットrbは、RPA制御部crの制御に従って、ウェブサービス「残高照会」に対応するウェブページwpを開いて、入力項目に対する情報の入力を行う。 The service linkage function sc processes each input information (userid "aaaaaa ●●●", kikanFrom "2019/01/01" and kikanTo "2019/12/31") including the converted variable name in the RPA processing component group. It is transmitted to the RPA control unit cr of the PG. The robot rb of the RPA processing component group PG opens the web page wp corresponding to the web service "balance inquiry" and inputs information for the input item under the control of the RPA control unit cr.
 具体的には、例えば、まず、ロボットrbは、ウェブサービス「残高照会」に対応するウェブページwp1を開いて、入力項目useridに対する情報「aaaaa●●●」の入力を行い、ログインボタンb1を選択する。この結果、処理サーバ104において、userid「aaaaa●●●」に基づくログイン処理が行われ、認証OKの場合に、ウェブページwp2が開かれる。 Specifically, for example, first, the robot rb opens the web page wp1 corresponding to the web service "balance inquiry", inputs the information "aaaaaa ●●●" for the input item user, and selects the login button b1. To do. As a result, the processing server 104 performs the login process based on the user "aaaaaa ●●●", and when the authentication is OK, the web page wp2 is opened.
 つぎに、ロボットrbは、ウェブページwp2において、入力項目kikanFromに対する情報「2019/01/01」の入力を行うとともに、入力項目kikanToに対する情報「2019/12/31」の入力を行い、照会ボタンb2を選択する。この結果、処理サーバ104において、kikanFrom「2019/01/01」およびkikanTo「2019/12/31」に基づく残高照会が行われる。 Next, the robot rb inputs the information "2019/01/01" for the input item kikanFrom and the information "2019/12/31" for the input item kikanTo on the web page wp2, and the inquiry button b2. Select. As a result, the processing server 104 performs a balance inquiry based on kikanFrom "2019/01/01" and kikanTo "2019/12/31".
 RPA制御部crは、ロボットrbが処理サーバ104からウェブサービス「残高照会」の処理結果を受信すると、その処理結果をチャットボットbtのサービス連携機能scに送信する。サービス連携機能scは、RPA制御部crからウェブサービス「残高照会」の処理結果を受信する。 When the robot rb receives the processing result of the web service "balance inquiry" from the processing server 104, the RPA control unit cr transmits the processing result to the service cooperation function sc of the chatbot bt. The service cooperation function sc receives the processing result of the web service "balance inquiry" from the RPA control unit cr.
 サービス連携機能scは、ウェブサービス「残高照会」の処理結果を受信すると、情報処理端末102への応答を、チャットボットとの会話形式手段、または、チャットボットとの会話形式とは異なる他の手段(例えば、電子メールサービス)のいずれの手段で送信するかを決定する。 When the service linkage function sc receives the processing result of the web service "balance inquiry", the response to the information processing terminal 102 is sent by a conversational means with the chatbot or another means different from the conversational form with the chatbot. Determine by which means (eg, email service) the transmission is made.
 ここでは、ウェブサービス「残高照会」の種別が「同期処理」であり、かつ、ウェブサービス「残高照会」の進捗状況が「処理結果を受信」のため、チャットボットとの会話形式手段で送信すると決定される。この場合、サービス連携機能scは、チャットコントローラ(不図示)を介して、ウェブサービス「残高照会」の処理結果を、チャットボットbtとの会話形式で送信する。 Here, since the type of the web service "balance inquiry" is "synchronous processing" and the progress status of the web service "balance inquiry" is "receive the processing result", it is sent by conversational means with the chatbot. It is determined. In this case, the service cooperation function sc transmits the processing result of the web service "balance inquiry" in a conversation format with the chatbot bt via the chat controller (not shown).
(情報処理装置101のサービス連携処理手順)
 つぎに、図11~図13を用いて、情報処理装置101のサービス連携処理手順について説明する。
(Service cooperation processing procedure of information processing device 101)
Next, the service cooperation processing procedure of the information processing apparatus 101 will be described with reference to FIGS. 11 to 13.
 図11~図13は、情報処理装置101のサービス連携処理手順の一例を示すフローチャートである。図11のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からウェブサービスSiの選択情報を受信したか否かを判断する(ステップS1101)。ウェブサービスSiの選択情報は、情報処理端末102におけるチャットボットとの会話形式でウェブサービスS1~Snの中から選択されたウェブサービスSiを特定する情報である。 11 to 13 are flowcharts showing an example of the service cooperation processing procedure of the information processing apparatus 101. In the flowchart of FIG. 11, first, the information processing apparatus 101 determines whether or not the selection information of the web service Si is received from the information processing terminal 102 (step S1101). The selection information of the web service Si is information for identifying the web service Si selected from the web services S1 to Sn in a conversation format with the chatbot in the information processing terminal 102.
 ここで、情報処理装置101は、ウェブサービスSiの選択情報を受信するのを待つ(ステップS1101:No)。情報処理装置101は、ウェブサービスSiの選択情報を受信した場合(ステップS1101:Yes)、サービス種別テーブル130を参照して、受信した選択情報に基づいて、ウェブサービスSiの種別を特定する(ステップS1102)。 Here, the information processing device 101 waits for receiving the selection information of the web service Si (step S1101: No). When the information processing apparatus 101 receives the selection information of the web service Si (step S1101: Yes), the information processing apparatus 101 refers to the service type table 130 and specifies the type of the web service Si based on the received selection information (step S1101: Yes). S1102).
 つぎに、情報処理装置101は、情報処理端末102からウェブサービスSiに対応する入力情報を受信したか否かを判断する(ステップS1103)。ウェブサービスSiに対応する入力情報は、情報処理端末102におけるチャットボットとの会話形式で入力されたウェブサービスSiに対応する情報である。 Next, the information processing device 101 determines whether or not the input information corresponding to the web service Si is received from the information processing terminal 102 (step S1103). The input information corresponding to the web service Si is the information corresponding to the web service Si input in the conversation format with the chatbot in the information processing terminal 102.
 ここで、情報処理装置101は、ウェブサービスSiに対応する入力情報を受信するのを待つ(ステップS1103:No)。情報処理装置101は、ウェブサービスSiに対応する入力情報を受信した場合(ステップS1103:Yes)、項目読替テーブル140を参照して、ウェブサービスSiについて、受信した入力情報が、ウェブサービスSiに対応するウェブページのいずれの入力項目に対応するかを特定する(ステップS1104)。 Here, the information processing device 101 waits for receiving the input information corresponding to the web service Si (step S1103: No). When the information processing device 101 receives the input information corresponding to the web service Si (step S1103: Yes), the information processing device 101 refers to the item reading table 140, and the received input information corresponds to the web service Si. It is specified which input item of the web page to be processed corresponds to (step S1104).
 そして、情報処理装置101は、入力情報に対応するチャットウィンドウでの入力項目の変数名を、特定したウェブページでの入力項目の変数名に変換する(ステップS1105)。つぎに、情報処理装置101は、特定したウェブサービスSiの種別が同期処理または非同期処理のいずれであるかを判断する(ステップS1106)。 Then, the information processing device 101 converts the variable name of the input item in the chat window corresponding to the input information into the variable name of the input item in the specified web page (step S1105). Next, the information processing apparatus 101 determines whether the specified web service Si type is synchronous processing or asynchronous processing (step S1106).
 ここで、ウェブサービスSiの種別が非同期処理の場合(ステップS1106:非同期処理)、情報処理装置101は、図12に示すステップS1201に移行する。一方、ウェブサービスSiの種別が同期処理の場合(ステップS1106:同期処理)、情報処理装置101は、図13に示すステップS1301に移行する。 Here, when the type of the web service Si is asynchronous processing (step S1106: asynchronous processing), the information processing apparatus 101 shifts to step S1201 shown in FIG. On the other hand, when the type of the web service Si is synchronous processing (step S1106: synchronous processing), the information processing apparatus 101 shifts to step S1301 shown in FIG.
 なお、情報処理装置101は、情報処理端末102からウェブサービスSiの選択情報およびウェブサービスSiに対応する入力情報を一括して受信することにしてもよい。また、ウェブサービスSiに対応する入力情報が複数存在する場合は、例えば、ステップS1103において、情報処理装置101は、ウェブサービスSiに対応する複数の入力情報を受信するのを待つことにしてもよい。 The information processing device 101 may collectively receive the selection information of the web service Si and the input information corresponding to the web service Si from the information processing terminal 102. When there are a plurality of input information corresponding to the web service Si, for example, in step S1103, the information processing device 101 may wait for receiving the plurality of input information corresponding to the web service Si. ..
 図12のフローチャートにおいて、まず、情報処理装置101は、ウェブサービスSiに対応するRPAの処理部品群PGを特定する(ステップS1201)。つぎに、情報処理装置101は、特定したRPAの処理部品群PGを起動する(ステップS1202)。 In the flowchart of FIG. 12, first, the information processing apparatus 101 identifies the processing component group PG of the RPA corresponding to the web service Si (step S1201). Next, the information processing device 101 activates the processing component group PG of the specified RPA (step S1202).
 そして、情報処理装置101は、起動したRPAの処理部品群PGと情報連携して、変換後の入力項目の変数名を含む入力情報を送信する(ステップS1203)。つぎに、情報処理装置101は、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段で送信すると決定する(ステップS1204)。 Then, the information processing device 101 links the information with the activated RPA processing component group PG and transmits the input information including the variable name of the input item after conversion (step S1203). Next, the information processing device 101 determines that the response to the information processing terminal 102 is transmitted by another means different from the conversation format with the chatbot (step S1204).
 そして、情報処理装置101は、チャットボットとの会話形式とは異なる他の手段で処理結果を送信する旨のメッセージをチャットウィンドウに表示して(ステップS1205)、本フローチャートによる一連の処理を終了する。 Then, the information processing device 101 displays a message to the effect that the processing result is transmitted by another means different from the conversation format with the chatbot in the chat window (step S1205), and ends the series of processing according to this flowchart. ..
 これにより、ウェブサービスSiの種別が「非同期処理」の場合は、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段(例えば、電子メールサービス等)で送信することができる。例えば、情報処理装置101は、ステップS1205のあと、RPAの処理部品群PGから処理結果を受信した場合は、受信した処理結果を、電子メールサービスを利用して情報処理端末102のユーザ宛に送信する。 As a result, when the type of the web service Si is "asynchronous processing", the response to the information processing terminal 102 is transmitted by another means (for example, an e-mail service) different from the conversation format with the chatbot. Can be done. For example, when the information processing apparatus 101 receives the processing result from the processing component group PG of the RPA after step S1205, the information processing apparatus 101 transmits the received processing result to the user of the information processing terminal 102 by using the e-mail service. To do.
 なお、RPAの処理部品群PGと情報連携した結果、処理サーバ104の故障等により処理が正常に行われない場合がある。この場合、ステップS1204において、情報処理装置101は、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定してもよい。そして、情報処理装置101は、処理サーバ104が故障のため、日を改めてウェブサービスSiを利用するよう促すメッセージをチャットウィンドウに表示することにしてもよい。また、ステップS1204において、情報処理装置101は、例えば、特定したRPAの処理部品群PGに基づいて、チャットボットとの会話形式とは異なる他の手段で送信すると決定してもよい。 As a result of information linkage with the RPA processing component group PG, processing may not be performed normally due to a failure of the processing server 104 or the like. In this case, in step S1204, the information processing apparatus 101 may decide to transmit the response to the information processing terminal 102 by means of conversation with the chatbot. Then, the information processing device 101 may display a message in the chat window prompting the user to use the Web service Si again due to the failure of the processing server 104. Further, in step S1204, the information processing apparatus 101 may decide to transmit by other means different from the conversation format with the chatbot, for example, based on the specified RPA processing component group PG.
 図13のフローチャートにおいて、まず、情報処理装置101は、ウェブサービスSiに対応するRPAの処理部品群PGを特定する(ステップS1301)。つぎに、情報処理装置101は、特定したRPAの処理部品群PGを起動する(ステップS1302)。 In the flowchart of FIG. 13, first, the information processing apparatus 101 identifies the processing component group PG of the RPA corresponding to the web service Si (step S1301). Next, the information processing device 101 activates the processing component group PG of the specified RPA (step S1302).
 そして、情報処理装置101は、起動したRPAの処理部品群PGと情報連携して、変換後の入力項目の変数名を含む入力情報を送信する(ステップS1303)。つぎに、情報処理装置101は、RPAの処理部品群PGから応答があったか否かを判断する(ステップS1304)。 Then, the information processing device 101 links the information with the activated RPA processing component group PG and transmits the input information including the variable name of the input item after conversion (step S1303). Next, the information processing apparatus 101 determines whether or not there is a response from the processing component group PG of the RPA (step S1304).
 ここで、処理部品群PGから応答があった場合(ステップS1304:Yes)、情報処理装置101は、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定する(ステップS1305)。そして、情報処理装置101は、チャットウィンドウに処理結果を表示して(ステップS1306)、本フローチャートによる一連の処理を終了する。 Here, when there is a response from the processing component group PG (step S1304: Yes), the information processing apparatus 101 determines that the response to the information processing terminal 102 is transmitted by a conversational means with the chatbot (step S1305). ). Then, the information processing device 101 displays the processing result in the chat window (step S1306), and ends the series of processing according to this flowchart.
 また、ステップS1304において、処理部品群PGから応答がない場合(ステップS1304:No)情報処理装置101は、RPAの処理部品群PGと情報連携してから規定時間が経過したか否かを判断する(ステップS1307)。ここで、規定時間が経過していない場合(ステップS1307:No)、情報処理装置101は、ステップS1304に戻る。 Further, in step S1304, when there is no response from the processing component group PG (step S1304: No), the information processing apparatus 101 determines whether or not the specified time has elapsed since the information was linked with the processing component group PG of the RPA. (Step S1307). Here, if the specified time has not elapsed (step S1307: No), the information processing apparatus 101 returns to step S1304.
 一方、規定時間が経過した場合(ステップS1307:Yes)、情報処理装置101は、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段で送信すると決定する(ステップS1308)。 On the other hand, when the specified time has elapsed (step S1307: Yes), the information processing apparatus 101 determines that the response to the information processing terminal 102 is transmitted by another means different from the conversation format with the chatbot (step S1308). ).
 そして、情報処理装置101は、チャットボットとの会話形式とは異なる他の手段で処理結果を送信する旨のメッセージをチャットウィンドウに表示して(ステップS1309)、本フローチャートによる一連の処理を終了する。 Then, the information processing device 101 displays a message to the effect that the processing result is transmitted by another means different from the conversation format with the chatbot in the chat window (step S1309), and ends the series of processing according to this flowchart. ..
 これにより、ウェブサービスSiの種別が「同期処理」の場合は、情報処理端末102への応答を、チャットボットとの会話形式で送信することができる。また、ウェブサービスSiの種別が「同期処理」の場合であっても、ネットワーク障害等により規定時間内に処理結果が得られない場合は、情報処理端末102への応答を、チャットボットとの会話形式とは異なる他の手段(例えば、電子メールサービス等)で送信することができる。この場合、情報処理装置101は、ステップS1309のあと、RPAの処理部品群PGから処理結果を受信した場合は、受信した処理結果を、電子メールサービスを利用して情報処理端末102のユーザ宛に送信する。また、ステップS1305において、情報処理装置101は、例えば、特定したRPAの処理部品群PGに基づいて、チャットボットとの会話形式手段で送信すると決定してもよい。 As a result, when the type of the web service Si is "synchronous processing", the response to the information processing terminal 102 can be transmitted in a conversational format with the chatbot. Even if the type of web service Si is "synchronous processing", if the processing result cannot be obtained within the specified time due to a network failure or the like, a response to the information processing terminal 102 is sent to a conversation with the chatbot. It can be sent by other means (eg, e-mail service, etc.) different from the format. In this case, when the information processing apparatus 101 receives the processing result from the processing component group PG of the RPA after step S1309, the information processing device 101 sends the received processing result to the user of the information processing terminal 102 by using the e-mail service. Send. Further, in step S1305, the information processing apparatus 101 may decide to transmit, for example, by means of conversation with a chatbot, based on the specified RPA processing component group PG.
 以上説明したように、実施の形態にかかる情報処理装置101によれば、情報処理端末102におけるチャットボットとの会話形式でウェブサービスS1~Snの中から選択されたウェブサービスSiの選択情報、および、チャットボットとの会話形式で入力されたウェブサービスSiに対応する入力情報を取得することができる。また、情報処理装置101によれば、取得した入力情報が、ウェブサービスSiにおけるいずれの入力項目に対応するかを特定し、特定した入力項目に対する入力情報の入力処理を実行して、入力項目に対する入力情報の入力に基づくウェブサービスSiの進捗状況を特定することができる。また、情報処理装置101によれば、取得した選択情報から特定されるウェブサービスSiの種別と、特定した進捗状況とに応じて、情報処理端末102への進捗状況の情報を含む応答を、チャットボットとの会話形式手段、または、チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定することができる。他の手段は、例えば、電子メールサービス、SMS、自動電話サービスなどである。そして、情報処理装置101によれば、決定した手段で情報処理端末102への応答を送信することができる。 As described above, according to the information processing apparatus 101 according to the embodiment, the selection information of the web service Si selected from the web services S1 to Sn in the conversation format with the chatbot in the information processing terminal 102, and the selection information of the web service Si. , It is possible to acquire the input information corresponding to the web service Si input in the conversation format with the chatbot. Further, according to the information processing apparatus 101, it is specified which input item in the web service Si the acquired input information corresponds to, and the input information input process for the specified input item is executed for the input item. The progress status of the web service Si based on the input of the input information can be specified. Further, according to the information processing device 101, a response including progress status information to the information processing terminal 102 is chatted according to the type of the web service Si specified from the acquired selection information and the specified progress status. It is possible to decide whether to transmit by a means of talking with the bot or other means different from the way of talking with the chatbot. Other means include, for example, e-mail services, SMS, automatic telephone services and the like. Then, according to the information processing device 101, the response to the information processing terminal 102 can be transmitted by the determined means.
 これにより、ウェブサービスSiの種別を考慮して、情報処理端末102へのウェブサービスSiの進捗状況の情報を含む応答を、チャットボットとの会話形式手段、または、他の手段(例えば、電子メールサービス)のいずかの手段で送信することができる。 Thereby, in consideration of the type of the web service Si, the response including the progress information of the web service Si to the information processing terminal 102 is sent by a conversational means with the chatbot or other means (for example, e-mail). It can be sent by any means of service).
 また、情報処理装置101によれば、ウェブサービスSiの種別が、同期処理または非同期処理のいずれであるかを特定することができる。 Further, according to the information processing device 101, it is possible to specify whether the type of the web service Si is synchronous processing or asynchronous processing.
 これにより、ウェブサービスSiが、即座に処理結果が得られる「同期処理」なのか、即座には処理結果が得られない「非同期処理」なのかを考慮して、情報処理端末102への応答を、チャットボットとの会話形式手段で送信するのか、他の手段(例えば、電子メールサービス)で送信するのかを決定することができる。 As a result, the response to the information processing terminal 102 is made in consideration of whether the web service Si is "synchronous processing" in which the processing result can be obtained immediately or "asynchronous processing" in which the processing result cannot be obtained immediately. , You can decide whether to send by conversational means with the chatbot or by other means (eg, email service).
 例えば、情報処理装置101は、ウェブサービスSiの種別が「同期処理」を示す場合に、ウェブサービスSiの処理結果を規定時間内に取得したときは、情報処理端末102への応答を、チャットボットとの会話形式手段で送信すると決定することができる。一方、情報処理装置101は、ウェブサービスSiの種別が「同期処理」を示す場合であっても、ウェブサービスSiの処理結果を規定時間内に取得できなかったときは、情報処理端末102への応答を、他の手段(例えば、電子メールサービス)で送信すると決定することができる。 For example, when the type of the web service Si indicates "synchronous processing" and the processing result of the web service Si is acquired within the specified time, the information processing device 101 sends a response to the information processing terminal 102 as a chatbot. It can be decided to send by means of conversation with. On the other hand, even when the type of the web service Si indicates "synchronous processing", the information processing device 101 sends the processing result of the web service Si to the information processing terminal 102 when the processing result cannot be acquired within the specified time. It can be determined that the response will be sent by other means (eg, an email service).
 また、情報処理装置101は、ウェブサービスSiの種別が「非同期処理」を示す場合、情報処理端末102への応答を、他の手段(例えば、電子メールサービス)で送信すると決定することができる。一方、情報処理装置101は、ウェブサービスSiの種別が「非同期処理」を示す場合であっても、処理サーバ104の不具合(故障や障害等)により処理が正常に行われないときは、情報処理端末102への応答(例えば、日を改めてウェブサービスSiを利用するよう促すメッセージ)を、チャットボットとの会話形式手段で送信すると決定することができる。 Further, when the type of the web service Si indicates "asynchronous processing", the information processing device 101 can determine that the response to the information processing terminal 102 is transmitted by another means (for example, an e-mail service). On the other hand, even when the type of the web service Si indicates "asynchronous processing", the information processing device 101 processes information when the processing is not normally performed due to a malfunction (failure, failure, etc.) of the processing server 104. It can be determined that the response to the terminal 102 (for example, a message prompting the user to use the Web service Si again) is transmitted by a conversational means with the chatbot.
 また、情報処理装置101は、ウェブサービスSiの種別が「同期処理」を示す場合、ウェブサービスSiに対応する処理サーバ104からの応答を受信したか否かに応じて決定されるメッセージを、チャットボットとの会話形式で情報処理端末102に送信することができる。 Further, when the type of the web service Si indicates "synchronous processing", the information processing device 101 chats with a message determined according to whether or not a response from the processing server 104 corresponding to the web service Si is received. It can be transmitted to the information processing terminal 102 in the form of conversation with the bot.
 これにより、例えば、ネットワーク障害等のエラーにより、処理サーバ104からの応答を規定時間内に受信できない場合に、その旨をチャットボットとの会話形式でユーザに通知することができる。 Thereby, for example, when the response from the processing server 104 cannot be received within the specified time due to an error such as a network failure, the user can be notified to that effect in a conversation format with the chatbot.
 また、情報処理装置101は、ウェブサービスSiに対応する入力情報の入力処理を、ウェブサービスSiに対応するRPAの処理部品群PGを用いて実行することができる。 Further, the information processing device 101 can execute the input processing of the input information corresponding to the web service Si by using the processing component group PG of the RPA corresponding to the web service Si.
 これにより、情報処理端末102においてチャットボットとの会話形式で入力された情報のウェブページへの入力作業を自動化することができる。 As a result, it is possible to automate the input work of the information input in the conversation format with the chatbot on the web page in the information processing terminal 102.
 また、情報処理装置101は、ウェブサービスSiに対応する入力情報の入力処理を実行するにあたり、入力情報に含まれるチャットボットでの入力項目の変数名を、ウェブサービスSiに対応するウェブページでの入力項目の変数名に変換することができる。 Further, when the information processing apparatus 101 executes the input processing of the input information corresponding to the web service Si, the variable name of the input item in the chatbot included in the input information is set on the web page corresponding to the web service Si. It can be converted to the variable name of the input item.
 これにより、RPAの処理部品群PGにおいて入力項目の変数名の読み替えを行う必要がないため、既存のRPAの処理部品群PGに手を加えることなく、ウェブページへの入力作業を自動化することができる。 As a result, it is not necessary to replace the variable name of the input item in the RPA processing component group PG, so that the input work to the web page can be automated without modifying the existing RPA processing component group PG. it can.
 また、情報処理装置101は、他の手段(例えば、電子メールサービス)で送信すると決定した場合、情報処理端末102への応答を他の手段で送信する旨のメッセージを情報処理端末102に送信することができる。 Further, when the information processing device 101 decides to transmit by another means (for example, an e-mail service), the information processing device 101 transmits a message to the information processing terminal 102 to transmit a response to the information processing terminal 102 by the other means. be able to.
 これにより、ウェブサービスSiの処理結果は、電子メール等で後日送られてくることをユーザに知らせることができる。 This makes it possible to notify the user that the processing result of the web service Si will be sent at a later date by e-mail or the like.
 また、情報処理装置101は、情報処理端末102においてチャットボットとの会話形式で入力された情報を取得し、取得した情報をチャットボットに対応するウェブサービスSiの入力項目に入力処理する処理部品群PGを特定することができる。チャットボットに対応するウェブサービスSiは、例えば、チャットボットとの会話形式で選択されたウェブサービスである。そして、情報処理装置101によれば、特定した処理部品群PGに基づいて、入力処理に対する応答処理を決定し、決定した応答処理により情報処理端末102へ応答することができる。 Further, the information processing device 101 acquires information input in a conversation format with the chatbot at the information processing terminal 102, and inputs the acquired information to the input items of the web service Si corresponding to the chatbot. The PG can be identified. The web service Si corresponding to the chatbot is, for example, a web service selected in a conversational manner with the chatbot. Then, according to the information processing apparatus 101, the response processing for the input processing can be determined based on the specified processing component group PG, and the determined response processing can be used to respond to the information processing terminal 102.
 これにより、例えば、既存のRPA製品(処理部品群PG)の機能に応じて、情報処理端末102への応答を、チャットボットとの会話形式手段、または、他の手段(例えば、電子メールサービス)のいずれの手段で送信するのかを決定することができる。 As a result, for example, depending on the function of the existing RPA product (processing component group PG), the response to the information processing terminal 102 can be sent by a conversational means with a chatbot or another means (for example, an e-mail service). It is possible to decide which means of transmission.
 これらのことから、実施の形態にかかるサービス連携システム100および情報処理装置101によれば、ウェブサービスSiを利用するにあたり、情報処理端末102から入力しやすいインターフェースを提供しつつ、ウェブサービスSiの種別に応じた制御を実現することができる。これにより、ウェブサービスSiを提供する既存システムを変更することなく、情報処理端末102からのウェブサービスSiの利便性を向上させることができる。また、情報処理端末102では、チャット用のアプリケーションをインストールするだけで、様々なウェブサービスを利用可能となるため、個々のウェブサービスを利用するために専用のアプリケーションをインストールする手間を省くことができる。 From these facts, according to the service cooperation system 100 and the information processing apparatus 101 according to the embodiment, when using the web service Si, the type of the web service Si is provided while providing an interface that is easy to input from the information processing terminal 102. It is possible to realize the control according to the above. As a result, the convenience of the web service Si from the information processing terminal 102 can be improved without changing the existing system that provides the web service Si. Further, in the information processing terminal 102, various web services can be used only by installing a chat application, so that it is possible to save the trouble of installing a dedicated application for using each web service. ..
 なお、本実施の形態で説明したサービス連携方法は、予め用意されたプログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。本サービス連携プログラムは、ハードディスク、フレキシブルディスク、CD-ROM、DVD、USBメモリ等のコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また、本サービス連携プログラムは、インターネット等のネットワークを介して配布してもよい。 The service cooperation method described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This service cooperation program is executed by being recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, a DVD, or a USB memory, and being read from the recording medium by the computer. In addition, this service cooperation program may be distributed via a network such as the Internet.
 また、本実施の形態で説明した情報処理装置101は、スタンダードセルやストラクチャードASIC(Application Specific Integrated Circuit)などの特定用途向けICやFPGAなどのPLD(Programmable Logic Device)によっても実現することができる。 Further, the information processing apparatus 101 described in the present embodiment can also be realized by a standard cell, an IC for a specific purpose such as a structured ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device) such as an FPGA.
 100 サービス連携システム
 101 情報処理装置
 102 情報処理端末
 103 RPAサーバ
 104 処理サーバ
 110 ネットワーク
 120 FAQマスタ
 130 サービス種別テーブル
 140 項目読替テーブル
 200,300 バス
 201,301 CPU
 202,302 メモリ
 203 ディスクドライブ
 204 ディスク
 205,305 通信I/F
 206 可搬型記録媒体I/F
 207 可搬型記録媒体
 303 ディスプレイ
 304 入力装置
 306 カメラ
 307 スピーカ
 308 マイクロフォン
 600 チャットウィンドウ
 701 取得部
 702 特定部
 703 実行制御部
 704 決定部
 705 応答部
 710 記憶部
 800 電子メール
 cr RPA制御部
 PG 処理部品群
 rb ロボット
 S1~Sn,Si ウェブサービス
100 Service cooperation system 101 Information processing device 102 Information processing terminal 103 RPA server 104 Processing server 110 Network 120 FAQ master 130 Service type table 140 Item replacement table 200, 300 Bus 201, 301 CPU
202, 302 Memory 203 Disk drive 204 Disk 205, 305 Communication I / F
206 Portable recording medium I / F
207 Portable recording medium 303 Display 304 Input device 306 Camera 307 Speaker 308 Microphone 600 Chat window 701 Acquisition unit 702 Specific unit 703 Execution control unit 704 Decision unit 705 Response unit 710 Storage unit 800 E-mail cr RPA control unit PG processing parts group rb Robot S1-Sn, Si Web service

Claims (12)

  1.  情報処理端末におけるチャットボットとの会話形式で複数のウェブサービスの中から選択されたいずれかのウェブサービスの選択情報、および、前記チャットボットとの会話形式で入力された前記いずれかのウェブサービスに対応する入力情報を取得し、
     取得した前記入力情報が、前記いずれかのウェブサービスにおけるいずれの入力項目に対応するかを特定し、
     特定した前記入力項目に対する前記入力情報の入力処理を実行して、前記入力項目に対する前記入力情報の入力に基づく前記いずれかのウェブサービスの進捗状況を特定し、
     取得した前記選択情報から特定される前記いずれかのウェブサービスの種別と、特定した前記進捗状況とに応じて、前記情報処理端末への前記進捗状況の情報を含む応答を、前記チャットボットとの会話形式手段、または、前記チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定し、
     決定した前記手段で前記応答を送信する、
     処理をコンピュータに実行させることを特徴とするサービス連携プログラム。
    To the selection information of one of the web services selected from a plurality of web services in the conversation format with the chatbot on the information processing terminal, and to any of the web services input in the conversation format with the chatbot. Get the corresponding input information and
    Identify which input item in any of the above web services the acquired input information corresponds to.
    The input process of the input information for the specified input item is executed, and the progress status of any of the above web services based on the input of the input information for the input item is specified.
    Depending on the type of any of the web services specified from the acquired selection information and the specified progress status, a response including the progress status information to the information processing terminal is sent to the chatbot. Decide whether to transmit by a conversational means or another means different from the conversational means with the chatbot.
    Sending the response by the determined means,
    A service cooperation program characterized by having a computer execute processing.
  2.  前記種別は、前記いずれかのウェブサービスが同期処理または非同期処理のいずれであるかを示す情報である、ことを特徴とする請求項1に記載のサービス連携プログラム。 The service cooperation program according to claim 1, wherein the type is information indicating whether any of the web services is synchronous processing or asynchronous processing.
  3.  前記種別が同期処理を示す場合、前記いずれかのウェブサービスに対応するサーバからの応答を受信したか否かに応じて決定されるメッセージを、前記チャットボットとの会話形式で前記情報処理端末に送信する、ことを特徴とする請求項2に記載のサービス連携プログラム。 When the type indicates synchronous processing, a message determined depending on whether or not a response from a server corresponding to any of the web services is received is sent to the information processing terminal in a conversation format with the chatbot. The service cooperation program according to claim 2, wherein the service is transmitted.
  4.  前記入力情報の入力処理は、前記いずれかのウェブサービスに対応するRPA(Robotic Process Automation)の処理部品群を用いて実行される、ことを特徴とする請求項1に記載のサービス連携プログラム。 The service cooperation program according to claim 1, wherein the input processing of the input information is executed using a processing component group of RPA (Robotic Process Automation) corresponding to any of the web services.
  5.  前記入力情報の入力処理は、前記入力情報に含まれるチャットボットでの入力項目の変数名を、前記いずれかのウェブサービスに対応するウェブページでの入力項目の変数名に変換する処理を含む、ことを特徴とする請求項4に記載のサービス連携プログラム。 The input processing of the input information includes a process of converting the variable name of the input item in the chatbot included in the input information into the variable name of the input item in the web page corresponding to any of the web services. The service cooperation program according to claim 4, wherein the service cooperation program is characterized in that.
  6.  前記他の手段で送信すると決定した場合、前記応答を前記他の手段で送信する旨のメッセージを前記情報処理端末に送信する、ことを特徴とする請求項1に記載のサービス連携プログラム。 The service cooperation program according to claim 1, wherein when it is determined to be transmitted by the other means, a message to the effect that the response is transmitted by the other means is transmitted to the information processing terminal.
  7.  前記他の手段は、電子メールサービス、SMS(Short Message Service)および自動電話サービスのいずれかである、ことを特徴とする請求項1に記載のサービス連携プログラム。 The service cooperation program according to claim 1, wherein the other means is one of an e-mail service, SMS (Short Message Service), and an automatic telephone service.
  8.  情報処理端末においてチャットボットとの会話形式で入力された情報を取得し、
     取得した前記情報を前記チャットボットに対応するウェブサービスの入力項目に入力処理する処理部品群を特定し、
     特定した前記処理部品群に基づいて、前記入力処理に対する応答処理を決定し、
     決定した前記応答処理により前記情報処理端末へ応答する、
     処理をコンピュータに実行させることを特徴とするサービス連携プログラム。
    Acquires the information entered in the conversation format with the chatbot on the information processing terminal,
    Identify the processing parts group that inputs and processes the acquired information into the input items of the web service corresponding to the chatbot.
    Based on the identified processing component group, the response processing to the input processing is determined.
    Respond to the information processing terminal by the determined response process.
    A service cooperation program characterized by having a computer execute processing.
  9.  情報処理端末におけるチャットボットとの会話形式で複数のウェブサービスの中から選択されたいずれかのウェブサービスの選択情報、および、前記チャットボットとの会話形式で入力された前記いずれかのウェブサービスに対応する入力情報を取得し、
     取得した前記入力情報が、前記いずれかのウェブサービスにおけるいずれの入力項目に対応するかを特定し、
     特定した前記入力項目に対する前記入力情報の入力処理を実行して、前記入力項目に対する前記入力情報の入力に基づく前記いずれかのウェブサービスの進捗状況を特定し、
     取得した前記選択情報から特定される前記いずれかのウェブサービスの種別と、特定した前記進捗状況とに応じて、前記情報処理端末への前記進捗状況の情報を含む応答を、前記チャットボットとの会話形式手段、または、前記チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定し、
     決定した前記手段で前記応答を送信する、
     処理をコンピュータが実行することを特徴とするサービス連携方法。
    To the selection information of one of the web services selected from a plurality of web services in the conversation format with the chatbot on the information processing terminal, and to any of the web services input in the conversation format with the chatbot. Get the corresponding input information and
    Identify which input item in any of the above web services the acquired input information corresponds to.
    The input process of the input information for the specified input item is executed, and the progress status of any of the above web services based on the input of the input information for the input item is specified.
    Depending on the type of any of the web services specified from the acquired selection information and the specified progress status, a response including the progress status information to the information processing terminal is sent to the chatbot. Decide whether to transmit by a conversational means or another means different from the conversational means with the chatbot.
    Sending the response by the determined means,
    A service linkage method characterized in that a computer executes processing.
  10.  情報処理端末においてチャットボットとの会話形式で入力された情報を取得し、
     取得した前記情報を前記チャットボットに対応するウェブサービスの入力項目に入力処理する処理部品群を特定し、
     特定した前記処理部品群に基づいて、前記入力処理に対する応答処理を決定し、
     決定した前記応答処理により前記情報処理端末へ応答する、
     処理をコンピュータが実行することを特徴とするサービス連携方法。
    Acquires the information entered in the conversation format with the chatbot on the information processing terminal,
    Identify the processing parts group that inputs and processes the acquired information into the input items of the web service corresponding to the chatbot.
    Based on the identified processing component group, the response processing to the input processing is determined.
    Respond to the information processing terminal by the determined response process.
    A service linkage method characterized in that a computer executes processing.
  11.  情報処理端末におけるチャットボットとの会話形式で複数のウェブサービスの中から選択されたいずれかのウェブサービスの選択情報、および、前記チャットボットとの会話形式で入力された前記いずれかのウェブサービスに対応する入力情報を取得し、
     取得した前記入力情報が、前記いずれかのウェブサービスにおけるいずれの入力項目に対応するかを特定し、
     特定した前記入力項目に対する前記入力情報の入力処理を実行して、前記入力項目に対する前記入力情報の入力に基づく前記いずれかのウェブサービスの進捗状況を特定し、
     取得した前記選択情報から特定される前記いずれかのウェブサービスの種別と、特定した前記進捗状況とに応じて、前記情報処理端末への前記進捗状況の情報を含む応答を、前記チャットボットとの会話形式手段、または、前記チャットボットとの会話形式とは異なる他の手段のいずれの手段で送信するかを決定し、
     決定した前記手段で前記応答を送信する、
     制御部を有することを特徴とする情報処理装置。
    To the selection information of one of the web services selected from a plurality of web services in the conversation format with the chatbot on the information processing terminal, and to any of the web services input in the conversation format with the chatbot. Get the corresponding input information and
    Identify which input item in any of the above web services the acquired input information corresponds to.
    The input process of the input information for the specified input item is executed, and the progress status of any of the above web services based on the input of the input information for the input item is specified.
    Depending on the type of any of the web services specified from the acquired selection information and the specified progress status, a response including the progress status information to the information processing terminal is sent to the chatbot. Decide whether to transmit by a conversational means or another means different from the conversational means with the chatbot.
    Sending the response by the determined means,
    An information processing device characterized by having a control unit.
  12.  情報処理端末においてチャットボットとの会話形式で入力された情報を取得し、
     取得した前記情報を前記チャットボットに対応するウェブサービスの入力項目に入力処理する処理部品群を特定し、
     特定した前記処理部品群に基づいて、前記入力処理に対する応答処理を決定し、
     決定した前記応答処理により前記情報処理端末へ応答する、
     制御部を有することを特徴とする情報処理装置。
    Acquires the information entered in the conversation format with the chatbot on the information processing terminal,
    Identify the processing parts group that inputs and processes the acquired information into the input items of the web service corresponding to the chatbot.
    Based on the identified processing component group, the response processing to the input processing is determined.
    Respond to the information processing terminal by the determined response process.
    An information processing device characterized by having a control unit.
PCT/JP2019/044964 2019-11-15 2019-11-15 Service linkage program, service linkage method, and information processing device WO2021095263A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2021555772A JP7327504B2 (en) 2019-11-15 2019-11-15 Service linking program, service linking method, and information processing device
PCT/JP2019/044964 WO2021095263A1 (en) 2019-11-15 2019-11-15 Service linkage program, service linkage method, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/044964 WO2021095263A1 (en) 2019-11-15 2019-11-15 Service linkage program, service linkage method, and information processing device

Publications (1)

Publication Number Publication Date
WO2021095263A1 true WO2021095263A1 (en) 2021-05-20

Family

ID=75911405

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/044964 WO2021095263A1 (en) 2019-11-15 2019-11-15 Service linkage program, service linkage method, and information processing device

Country Status (2)

Country Link
JP (1) JP7327504B2 (en)
WO (1) WO2021095263A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115941782A (en) * 2023-01-09 2023-04-07 杭州实在智能科技有限公司 Message pushing method and system based on RPA and chat robot

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003157288A (en) * 2001-11-21 2003-05-30 Hitachi Ltd Method for relating information, terminal equipment, server device, and program
JP2014052967A (en) * 2012-09-10 2014-03-20 Ricoh Co Ltd Information processing apparatus, program, and system
US20180026919A1 (en) * 2016-07-19 2018-01-25 American Innovative Applications Corporation Multi-functional integrated communications system application

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003157288A (en) * 2001-11-21 2003-05-30 Hitachi Ltd Method for relating information, terminal equipment, server device, and program
JP2014052967A (en) * 2012-09-10 2014-03-20 Ricoh Co Ltd Information processing apparatus, program, and system
US20180026919A1 (en) * 2016-07-19 2018-01-25 American Innovative Applications Corporation Multi-functional integrated communications system application

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115941782A (en) * 2023-01-09 2023-04-07 杭州实在智能科技有限公司 Message pushing method and system based on RPA and chat robot
CN115941782B (en) * 2023-01-09 2023-06-13 杭州实在智能科技有限公司 Message pushing method and system based on RPA and chat robot

Also Published As

Publication number Publication date
JPWO2021095263A1 (en) 2021-05-20
JP7327504B2 (en) 2023-08-16

Similar Documents

Publication Publication Date Title
JP6110983B2 (en) Integrated communication application
EP3565192A1 (en) Computing device with remote contact list
CN103443852A (en) Audio-interactive message exchange
CN114270338A (en) System and method for facilitating robotic communication
US20100291913A1 (en) Remote control method between mobile phones
JP6802893B1 (en) Scenario execution device, scenario execution method and program
KR20160058920A (en) Multi-channel delivery platform
WO2021095263A1 (en) Service linkage program, service linkage method, and information processing device
JP7287497B2 (en) response processing system
JP6068604B1 (en) Task management method, terminal, information processing apparatus, and program
JPWO2021095263A5 (en)
JPWO2021117101A5 (en)
CN113055485A (en) Remote control method and system, electronic device and storage medium
CN101292256A (en) Dialog authoring and execution framework
US20090307001A1 (en) Crm client architecture conducive to interaction with other applications executing in the same client system
US20140297755A1 (en) Method and system for switching between collaborative applications
JP6362055B1 (en) Management server, message communication method, and message communication program
TW202037142A (en) Voice call recording method, real-time communication device and computer program product
JP5852826B2 (en) Diagnostic code generation terminal, diagnostic method, and diagnostic code generation terminal program
CN102468979A (en) Associated contact information work management system and method
US11037218B1 (en) Prioritized ordering system and method
JP5747745B2 (en) Mobile terminal device, control method of mobile terminal device, and program thereof
JP5759853B2 (en) Diagnostic method, diagnostic code generation system, and diagnostic code generation system program
JP2006139384A (en) Information processor and program
Dyatmika et al. Untethering the Queue based on Multi-Channel Access (MCA) Technology at Hospital Radiology Section

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19952876

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021555772

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19952876

Country of ref document: EP

Kind code of ref document: A1