JP7367870B2 - Conversation control program, conversation control method, and information processing device - Google Patents

Conversation control program, conversation control method, and information processing device Download PDF

Info

Publication number
JP7367870B2
JP7367870B2 JP2022530399A JP2022530399A JP7367870B2 JP 7367870 B2 JP7367870 B2 JP 7367870B2 JP 2022530399 A JP2022530399 A JP 2022530399A JP 2022530399 A JP2022530399 A JP 2022530399A JP 7367870 B2 JP7367870 B2 JP 7367870B2
Authority
JP
Japan
Prior art keywords
information
conversation
input information
chatbot
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2022530399A
Other languages
Japanese (ja)
Other versions
JPWO2021250778A1 (en
JPWO2021250778A5 (en
Inventor
貴宏 前川
洋晃 村岡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Publication of JPWO2021250778A1 publication Critical patent/JPWO2021250778A1/ja
Publication of JPWO2021250778A5 publication Critical patent/JPWO2021250778A5/ja
Application granted granted Critical
Publication of JP7367870B2 publication Critical patent/JP7367870B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules

Description

本発明は、会話制御プログラム、会話制御方法および情報処理装置に関する。 The present invention relates to a conversation control program, a conversation control method, and an information processing device.

近年、チャットボットと呼ばれる技術を利用した自動応答システムを導入する企業が増えている。チャットボットは、人工知能を利用して、人間との対話やメッセージのやりとりを行うコンピュータシステムである。例えば、チャットボットと連携した双方向コミュニケーションを利用して、従来は人が対応していた窓口業務をチャットボットにより行う場合がある。 In recent years, an increasing number of companies have introduced automated response systems that utilize technology called chatbots. A chatbot is a computer system that uses artificial intelligence to interact and exchange messages with humans. For example, two-way communication in conjunction with a chatbot may be used to perform counter operations that were traditionally handled by humans.

先行技術としては、例えば、ユーザ端末から送信されたチャットデータをネットワークを介してチャットボットへ転送し、ユーザ端末から送信されたチャットデータが個人情報に関連する内容を含むことを検出した場合に、当該チャットデータに対して所定のフィルタ処理を実行するチャットシステムがある。 As a prior art, for example, when chat data sent from a user terminal is transferred to a chatbot via a network, and it is detected that the chat data sent from the user terminal includes content related to personal information, There is a chat system that performs a predetermined filtering process on the chat data.

特開2018-200602号公報Japanese Patent Application Publication No. 2018-200602

しかしながら、従来技術では、チャットボットと連携した双方向コミュニケーションを利用したサービスを行うにあたり、個人を特定可能な情報の入力が必要となり、チャットボットを利用したサービスの利用の妨げとなる場合がある。 However, in the conventional technology, when providing a service using two-way communication in cooperation with a chatbot, it is necessary to input personally identifiable information, which may impede the use of the service using the chatbot.

一つの側面では、本発明は、チャットボットを利用したサービスの円滑な利用を図ることを目的とする。 In one aspect, the present invention aims to facilitate the use of a service using a chatbot.

1つの実施態様では、情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、会話制御プログラムが提供される。 In one embodiment, input information accepted in a chat bot conversation is received from an information processing terminal, a response process is executed based on the input information, and when a masking process request for the input information is received, the chat bot A conversation control program is provided that executes a masking process for not recording or anonymizing the input information in the log related to the conversation when recording a log related to the conversation in the bot.

本発明の一側面によれば、チャットボットを利用したサービスの円滑な利用を図ることができるという効果を奏する。 According to one aspect of the present invention, it is possible to smoothly utilize a service using a chatbot.

図1は、実施の形態1にかかる会話制御システム100のシステム構成例を示す説明図である。FIG. 1 is an explanatory diagram showing an example of a system configuration of a conversation control system 100 according to the first embodiment. 図2は、情報処理装置101のハードウェア構成例を示すブロック図である。FIG. 2 is a block diagram showing an example of the hardware configuration of the information processing apparatus 101. 図3は、情報処理端末102のハードウェア構成例を示すブロック図である。FIG. 3 is a block diagram showing an example of the hardware configuration of the information processing terminal 102. 図4は、スクリプトテーブル130の記憶内容の一例を示す説明図である。FIG. 4 is an explanatory diagram showing an example of the stored contents of the script table 130. 図5は、チャットログDB140の記憶内容の一例を示す説明図である。FIG. 5 is an explanatory diagram showing an example of the content stored in chat log DB 140. 図6は、スクリプトの具体例を示す説明図である。FIG. 6 is an explanatory diagram showing a specific example of a script. 図7は、チャット画面の画面例を示す説明図(その1)である。FIG. 7 is an explanatory diagram (part 1) showing an example of a chat screen. 図8は、実施の形態1にかかる情報処理装置101の機能的構成例を示すブロック図である。FIG. 8 is a block diagram showing an example of the functional configuration of the information processing apparatus 101 according to the first embodiment. 図9は、チャット画面の画面例を示す説明図(その2)である。FIG. 9 is an explanatory diagram (part 2) showing an example of the chat screen. 図10は、情報処理装置101の動作例を示す説明図である。FIG. 10 is an explanatory diagram showing an example of the operation of the information processing apparatus 101. 図11は、実施の形態1にかかる情報処理装置101の会話制御処理手順の一例を示すフローチャート(その1)である。FIG. 11 is a flowchart (Part 1) illustrating an example of a conversation control processing procedure of the information processing apparatus 101 according to the first embodiment. 図12は、実施の形態1にかかる情報処理装置101の会話制御処理手順の一例を示すフローチャート(その2)である。FIG. 12 is a flowchart (part 2) illustrating an example of the conversation control processing procedure of the information processing apparatus 101 according to the first embodiment. 図13は、実施の形態2にかかる情報処理装置101の機能的構成例を示すブロック図である。FIG. 13 is a block diagram showing an example of the functional configuration of information processing apparatus 101 according to the second embodiment. 図14は、回数カウンターテーブル1400の記憶内容の一例を示す説明図である。FIG. 14 is an explanatory diagram showing an example of the stored contents of the number counter table 1400. 図15は、実施の形態2にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャート(その1)である。FIG. 15 is a flowchart (Part 1) illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. 図16は、実施の形態2にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャート(その2)である。FIG. 16 is a flowchart (part 2) illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. 図17は、実施の形態2にかかる情報処理装置101の第2の会話制御処理手順の一例を示すフローチャート(その1)である。FIG. 17 is a flowchart (part 1) illustrating an example of the second conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. 図18は、実施の形態2にかかる情報処理装置101の第2の会話制御処理手順の一例を示すフローチャート(その2)である。FIG. 18 is a flowchart (Part 2) illustrating an example of the second conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. 図19は、実施の形態3にかかる情報処理装置101の機能的構成例を示すブロック図である。FIG. 19 is a block diagram showing an example of the functional configuration of information processing apparatus 101 according to the third embodiment. 図20は、個人特定情報マスタ2000の記憶内容の一例を示す説明図である。FIG. 20 is an explanatory diagram showing an example of the storage contents of the personal identification information master 2000. 図21は、学習データの具体例を示す説明図である。FIG. 21 is an explanatory diagram showing a specific example of learning data. 図22は、パスワードの判定例を示す説明図である。FIG. 22 is an explanatory diagram showing an example of password determination. 図23は、チャット画面の画面例を示す説明図(その3)である。FIG. 23 is an explanatory diagram (part 3) showing an example of the chat screen. 図24は、チャット画面の画面例を示す説明図(その4)である。FIG. 24 is an explanatory diagram (Part 4) showing an example of the chat screen. 図25は、実施の形態3にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャート(その1)である。FIG. 25 is a flowchart (part 1) illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the third embodiment. 図26は、実施の形態3にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャート(その2)である。FIG. 26 is a flowchart (part 2) illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the third embodiment. 図27は、実施の形態3にかかる情報処理装置101の第2の会話制御処理手順の一例を示すフローチャートである。FIG. 27 is a flowchart illustrating an example of the second conversation control processing procedure of the information processing apparatus 101 according to the third embodiment.

以下に図面を参照して、本発明にかかる会話制御プログラム、会話制御方法および情報処理装置の実施の形態を詳細に説明する。 DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of a conversation control program, a conversation control method, and an information processing apparatus according to the present invention will be described in detail below with reference to the drawings.

(実施の形態1)
まず、実施の形態1にかかる情報処理装置101を含む会話制御システム100のシステム構成例について説明する。会話制御システム100は、例えば、チャットボットと連携した双方向コミュニケーションを利用したサービスを提供するコンピュータシステムに適用される。
(Embodiment 1)
First, a system configuration example of the conversation control system 100 including the information processing device 101 according to the first embodiment will be described. The conversation control system 100 is applied, for example, to a computer system that provides a service using two-way communication in cooperation with a chatbot.

図1は、実施の形態1にかかる会話制御システム100のシステム構成例を示す説明図である。図1において、会話制御システム100は、情報処理装置101と、複数の情報処理端末102(図1の例では、3台)と、管理者端末103と、を含む。会話制御システム100において、情報処理装置101、情報処理端末102および管理者端末103は、有線または無線のネットワーク110を介して接続される。ネットワーク110は、例えば、LAN(Local Area Network)、WAN(Wide Area Network)、インターネットなどである。 FIG. 1 is an explanatory diagram showing an example of a system configuration of a conversation control system 100 according to the first embodiment. In FIG. 1, a conversation control system 100 includes an information processing device 101, a plurality of information processing terminals 102 (three in the example of FIG. 1), and an administrator terminal 103. In the conversation control system 100, an information processing device 101, an information processing terminal 102, and an administrator terminal 103 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は、例えば、サーバである。情報処理装置101は、例えば、FAQマスタ120、スクリプトテーブル130およびチャットログDB(Database)140を有する。FAQマスタ120は、FAQ(Frequently Asked Question)を記憶する。 Here, the information processing device 101 is a computer that controls conversations of a chatbot. The information processing device 101 is, for example, a server. The information processing device 101 includes, for example, an FAQ master 120, a script table 130, and a chat log DB (Database) 140. The FAQ master 120 stores FAQs (Frequently Asked Questions).

FAQは、「頻繁に尋ねられる質問」の意味であり、あらかじめ予想される質問に対して、質問と回答とをまとめたものである。質問は、何らかの問題の解決方法を問うものであってもよく、また、話し言葉による問いかけであってもよい。回答は、質問された問題の解決方法を示す回答や、話し言葉による問いかけに対する回答などである。 FAQ means "frequently asked questions" and is a collection of questions and answers to anticipated questions. The question may ask how to solve some problem, or may be a spoken question. The answers include answers that show how to solve the posed problem and answers to spoken questions.

スクリプトテーブル130は、チャットボットの会話の流れを定義するスクリプトを記憶する。チャットボットでの会話は、スクリプトに従って行われる。チャットログDB140は、チャットログを記憶する。チャットログは、ユーザとチャットボットとの会話に関する会話履歴である。 The script table 130 stores scripts that define the conversation flow of the chatbot. Chatbot conversations occur according to a script. Chat log DB 140 stores chat logs. The chat log is a history of conversations between users and chatbots.

なお、スクリプトテーブル130およびチャットログDB140の記憶内容については、図4および図5を用いて後述する。 Note that the contents of the script table 130 and the chat log DB 140 will be described later using FIGS. 4 and 5.

情報処理端末102は、ユーザがチャットボットでの会話を行う際に利用するコンピュータである。情報処理端末102は、例えば、スマートフォン、タブレットPC(Personal Computer)、PCなどである。また、情報処理端末102は、駅、空港、店舗、商業施設などに設置されるデジタルボードであってもよい。 The information processing terminal 102 is a computer that a user uses when having a conversation with a chatbot. The information processing terminal 102 is, for example, a smartphone, a tablet PC (Personal Computer), a PC, or the like. Further, the information processing terminal 102 may be a digital board installed at a station, an airport, a store, a commercial facility, or the like.

情報処理端末102において、ユーザは、例えば、メッセージを入力したり、選択肢を選択したりすることで、チャットボットと対話しながら所望の回答を探したり、オンライン手続きをしたりすることができる。オンライン手続きは、オンラインで行う手続きである。オンライン手続きとしては、例えば、金融機関が提供する口座開設、残高照会、振り込みなどの手続きや、通信キャリアが提供する通信サービスのプラン変更、機種変更などの手続きがある。 At the information processing terminal 102, the user can search for a desired answer or perform online procedures while interacting with a chatbot by, for example, inputting a message or selecting options. Online procedures are procedures performed online. Examples of online procedures include procedures such as account opening, balance inquiry, and transfer provided by financial institutions, and procedures such as changing communication service plans and model changes provided by communication carriers.

管理者端末103は、会話制御システム100の管理者が使用するコンピュータである。会話制御システム100の管理者は、例えば、チャットボットの会話の流れを定義するスクリプトの設計者である。管理者端末103は、例えば、PCである。管理者端末103において、管理者は、例えば、スクリプトの設計、変更や、各種しきい値の設定などを行うことができる。 The administrator terminal 103 is a computer used by the administrator of the conversation control system 100. The administrator of the conversation control system 100 is, for example, a designer of a script that defines the conversation flow of the chatbot. The administrator terminal 103 is, for example, a PC. At the administrator terminal 103, the administrator can, for example, design and change scripts, set various threshold values, and the like.

なお、図示は省略するが、会話制御システム100にはオペレータ端末が含まれていてもよい。オペレータ端末は、オペレータが使用するコンピュータである。オペレータは、チャットボット対応から有人対応の会話に切り替えた場合に、ユーザへの対応を行う者である。例えば、オペレータは、オペレータ端末の電話機能や、テキストコミュニケーションなどを利用して、ユーザとやり取りすることができる。 Although not shown, the conversation control system 100 may include an operator terminal. An operator terminal is a computer used by an operator. The operator is a person who responds to the user when switching from conversation with a chatbot to conversation with a human. For example, the operator can interact with the user using the telephone function of the operator terminal, text communication, and the like.

ここで、チャットボットと連携した双方向コミュニケーションを利用したサービスにおいて、個人を特定可能な情報の入力を求められることがある。例えば、何らかの相談を行うにあたり、氏名や住所などの個人を特定可能な情報の入力を求められることがある。この場合、誰がどのような相談を行ったのかを特定することが可能となる。 Here, in services that utilize two-way communication in conjunction with chatbots, you may be asked to enter personally identifiable information. For example, when providing some kind of consultation, you may be asked to input personally identifiable information such as your name and address. In this case, it becomes possible to specify who consulted what kind of consultation.

ITリテラシーの高いユーザは、入力した情報がサーバ上にログとして記録されることを知っており、それらの情報がマーケティングや商品レコメンデーションに活用される可能性があることを認識していることが多い。自身の情報が活用されることを嫌ったユーザは、情報の入力を求められると、サービスの利用をやめてしまうおそれがある。 Users with high IT literacy are aware that the information they enter is logged on servers, and that this information may be used for marketing and product recommendations. many. Users who do not want their information to be used may stop using the service if they are asked to input information.

なお、ユーザにとって知られたくない可能性がある情報は全てログに記録しないようにすることも考えられる。しかし、事業者側は、データを受け取って活用したいのが実情であり、ユーザにとって知られたくない可能性がある情報を一律に記録しないようにすることは望ましくない。 Note that it may be possible to avoid recording in the log any information that the user may not want to know. However, the reality is that business operators want to receive and utilize data, and it is not desirable to uniformly avoid recording information that users may not want to know.

そこで、実施の形態1では、情報処理装置101は、チャットボットでの会話において受け付けた入力情報を受信すると、入力情報に基づく応答処理を実行し、入力情報のマスキング処理依頼を受信した場合は、チャットボットでの会話に関するログを記録する際に、会話に関するログのうち入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する。これにより、ユーザが安心してサービスを利用できるように、ユーザ自身がログへの記録をコントロール可能にして、チャットボットを利用したサービスの円滑な利用を図る会話制御方法について説明する。 Therefore, in the first embodiment, when the information processing apparatus 101 receives input information accepted in a chatbot conversation, the information processing apparatus 101 executes response processing based on the input information, and when receiving a request for masking processing of the input information, When recording logs related to conversations in a chatbot, a masking process is performed to not record or conceal input information in the logs related to the conversations. In this way, we will explain a conversation control method that allows users to control recording in logs themselves so that users can use services with peace of mind, and aims to smoothly use services using chatbots.

(情報処理装置101のハードウェア構成例)
つぎに、情報処理装置101のハードウェア構成例について説明する。
(Example of hardware configuration of information processing device 101)
Next, an example of the hardware configuration of the information processing device 101 will be described.

図2は、情報処理装置101のハードウェア構成例を示すブロック図である。図2において、情報処理装置101は、CPU(Central Processing Unit)201と、メモリ202と、ディスクドライブ203と、ディスク204と、通信I/F(Interface)205と、可搬型記録媒体I/F206と、可搬型記録媒体207と、を有する。また、各構成部は、バス200によってそれぞれ接続される。 FIG. 2 is a block diagram showing an example of the hardware configuration of the information processing apparatus 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 to each other 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 is in charge of overall control of the information processing apparatus 101. CPU 201 may have multiple 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, a flash ROM stores an OS (Operating System) program, a ROM stores an application program, and a RAM is used as a work area for the CPU 201. The program stored in the memory 202 is loaded into the CPU 201 and causes the CPU 201 to execute the coded processing.

ディスクドライブ203は、CPU201の制御に従ってディスク204に対するデータのリード/ライトを制御する。ディスク204は、ディスクドライブ203の制御で書き込まれたデータを記憶する。ディスク204としては、例えば、磁気ディスク、光ディスクなどが挙げられる。 The disk drive 203 controls reading/writing of data to/from the disk 204 under the control of the CPU 201 . The disk 204 stores 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、管理者端末103)に接続される。そして、通信I/F205は、ネットワーク110と装置内部とのインターフェースを司り、外部のコンピュータからのデータの入出力を制御する。通信I/F205には、例えば、モデムやLANアダプタなどを採用することができる。 The communication I/F 205 is connected to a network 110 through a communication line, and is connected to an external computer (for example, the information processing terminal 102 and the administrator terminal 103 shown in FIG. 1) via the network 110. The communication I/F 205 serves as an interface between the network 110 and the inside of the device, and controls data input/output from an external computer. For example, a modem or a LAN adapter can be used as the communication I/F 205.

可搬型記録媒体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 reading/writing of data to/from the portable recording medium 207 under 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 Disk), and a USB (Universal Serial Bus) memory.

なお、情報処理装置101は、上述した構成部のほかに、例えば、SSD(Solid State Drive)、入力装置、ディスプレイ等を有することにしてもよい。また、情報処理装置101は、上述した構成部のうち、例えば、ディスクドライブ203、ディスク204、可搬型記録媒体I/F206、可搬型記録媒体207を有していなくてもよい。 Note that the information processing device 101 may include, for example, an SSD (Solid State Drive), an input device, a display, etc. in addition to the above-described components. Further, the information processing apparatus 101 does not need to include, for example, the disk drive 203, the disk 204, the portable recording medium I/F 206, and the portable recording medium 207 among the above-mentioned components.

(情報処理端末102のハードウェア構成例)
つぎに、情報処理端末102のハードウェア構成例について説明する。
(Example of hardware configuration of information processing terminal 102)
Next, an example of the hardware configuration of the information processing terminal 102 will be described.

図3は、情報処理端末102のハードウェア構成例を示すブロック図である。図3において、情報処理端末102は、CPU301と、メモリ302と、ディスプレイ303と、入力装置304と、通信I/F305と、カメラ306と、スピーカ307と、マイクロフォン308と、GPS(Global Positioning System)ユニット309と、を有する。また、各構成部はバス300によってそれぞれ接続される。 FIG. 3 is a block diagram showing an example of the hardware configuration 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, a microphone 308, and a GPS (Global Positioning System). unit 309. Further, each component is connected to each other by a bus 300.

ここで、CPU301は、情報処理端末102の全体の制御を司る。CPU301は、複数のコアを有していてもよい。メモリ302は、例えば、ROM、RAMおよびフラッシュROMなどを有する記憶部である。具体的には、例えば、フラッシュROMやROMが各種プログラムを記憶し、RAMがCPU301のワークエリアとして使用される。メモリ302に記憶されるプログラムは、CPU301にロードされることで、コーディングされている処理をCPU301に実行させる。 Here, the CPU 301 is in charge of overall control of the information processing terminal 102. CPU 301 may have multiple cores. The memory 302 is a storage unit including, for example, ROM, RAM, and flash ROM. Specifically, for example, a flash ROM or ROM stores various programs, and a RAM is used as a work area for the CPU 301. The program stored in the memory 302 is loaded into the CPU 301 and causes the CPU 301 to execute the coded processing.

ディスプレイ303は、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する表示装置である。ディスプレイ303としては、例えば、液晶ディスプレイや有機EL(Electroluminescence)ディスプレイなどを採用することができる。 The display 303 is a display device that displays data such as cursors, icons, tool boxes, documents, images, and functional information. As the display 303, for example, a liquid crystal display, an organic EL (electroluminescence) display, or the like can be used.

入力装置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, the information processing device 101) via the network 110. The communication I/F 305 serves as an interface between the network 110 and the inside of the device itself, and controls input/output of data from external devices.

カメラ306は、画像(静止画または動画)を撮影して画像データを出力する撮影装置である。スピーカ307は、電気信号を音声に変換して、音声を出力する。マイクロフォン308は、音声を受音して電気信号に変換する。 The camera 306 is a photographing device that photographs images (still images or moving images) and outputs image data. The speaker 307 converts the electrical signal into sound and outputs the sound. Microphone 308 receives audio and converts it into an electrical signal.

GPSユニット309は、GPS衛星からの電波を受信し、情報処理端末102の位置情報を出力する。情報処理端末102の位置情報は、例えば、緯度、経度などの地球上の1点を特定する情報である。また、衛星として、例えば、準天頂衛星システムの衛星を用いることにしてもよい。 The GPS unit 309 receives radio waves from GPS satellites and outputs position information of the information processing terminal 102. The location information of the information processing terminal 102 is, for example, information specifying a point on the earth, such as latitude and longitude. Further, as the satellite, for example, a satellite of the quasi-zenith satellite system may be used.

なお、情報処理端末102は、上述した構成部のほかに、例えば、HDD(Hard Disk Drive)、SSD、近距離無線通信I/F、可搬型記録媒体I/F、可搬型記録媒体などを有することにしてもよい。また、図1に示した管理者端末103についても、情報処理端末102と同様のハードウェア構成により実現することができる。 In addition to the above-described components, the information processing terminal 102 includes, for example, an HDD (Hard Disk Drive), an SSD, a short-range wireless communication I/F, a portable recording medium I/F, a portable recording medium, and the like. You can decide. Further, the administrator terminal 103 shown in FIG. 1 can also be realized with the same hardware configuration as the information processing terminal 102.

(スクリプトテーブル130の記憶内容)
つぎに、図4を用いて、情報処理装置101が有するスクリプトテーブル130の記憶内容について説明する。スクリプトテーブル130は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。
(Memory contents of script table 130)
Next, the stored contents of the script table 130 included in the information processing apparatus 101 will be explained using FIG. 4. The script table 130 is realized, for example, by a storage device such as the memory 202 and the disk 204 shown in FIG. 2.

図4は、スクリプトテーブル130の記憶内容の一例を示す説明図である。図4において、スクリプトテーブル130は、サービスおよびスクリプトのフィールドを有し、各フィールドに情報を設定することで、スクリプト管理情報400-1~400-nをレコードとして記憶する。 FIG. 4 is an explanatory diagram showing an example of the stored contents of the script table 130. In FIG. 4, the script table 130 has service and script fields, and by setting information in each field, script management information 400-1 to 400-n is stored as records.

ここで、サービスは、チャットボットと連携した双方向コミュニケーションを利用したサービスを示す。ここでは、サービスを識別する手続きID(例えば、A1,A2)のみ表記している。サービスとしては、例えば、チャットボットと連携した双方向コミュニケーションを利用して、健康、進学、キャリアアップなどの相談を行ったり、各種のオンライン手続きを行ったりするものがある。 Here, the service refers to a service that utilizes two-way communication in cooperation with a chatbot. Here, only procedure IDs (for example, A1, A2) that identify services are shown. Examples of services include those that utilize two-way communication in conjunction with chatbots to provide consultation on matters such as health, higher education, and career advancement, as well as to perform various online procedures.

スクリプトは、チャットボットの会話の流れを定義した情報(シナリオ)であり、サービスに対応付けて用意される。ただし、ここでは、スクリプトを識別するスクリプトID(例えば、S1,S2)のみ表記している。例えば、スクリプト管理情報400-1は、サービスA1に対応するスクリプトS1を示す。 A script is information (scenario) that defines the flow of a chatbot's conversation, and is prepared in association with a service. However, only script IDs (for example, S1, S2) for identifying scripts are shown here. For example, script management information 400-1 indicates script S1 corresponding to service A1.

(チャットログDB140の記憶内容)
つぎに、図5を用いて、情報処理装置101が有するチャットログDB140の記憶内容について説明する。チャットログDB140は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。
(Memorized content of chat log DB140)
Next, the storage contents of the chat log DB 140 included in the information processing apparatus 101 will be explained using FIG. 5. Chat log DB 140 is realized, for example, by a storage device such as memory 202 and disk 204 shown in FIG. 2.

図5は、チャットログDB140の記憶内容の一例を示す説明図である。図5において、チャットログDB140は、chat_id、talklog_id、time stamp、script、labelおよびmessageのフィールドを有する。各フィールドに情報を設定することで、チャットログ(例えば、チャットログ500-1~500-5)がレコードとして記憶される。 FIG. 5 is an explanatory diagram showing an example of the content stored in chat log DB 140. In FIG. 5, chat log DB 140 has fields of chat_id, talklog_id, time stamp, script, label, and message. By setting information in each field, chat logs (for example, chat logs 500-1 to 500-5) are stored as records.

ここで、chat_idは、チャットを行うルームのIDを示す。chat_idによれば、チャットボットでの一連の会話を特定することができる。talklog_idは、チャットログを識別する識別子である。time stampは、スクリプトに定義されたトーク処理(ステップ)が実行された日時(GMT+9時間)を示す。GMTは、Greenwich Mean Timeである。 Here, chat_id indicates the ID of the room where the chat is performed. According to chat_id, a series of conversations in the chatbot can be specified. talklog_id is an identifier that identifies a chat log. The time stamp indicates the date and time (GMT+9 hours) when the talk process (step) defined in the script was executed. GMT is Greenwich Mean Time.

トーク処理は、チャットボットの動作(挙動)を実現するための処理である。例えば、トーク処理は、発話する処理、選択肢を表示する処理、ユーザ操作に応じて選択肢を選択する処理、選択された選択肢や入力された情報に応じた手続を行う処理、トーク処理を終了する処理などを含む。 The talk process is a process for realizing the operation (behavior) of the chatbot. For example, the talk process includes the process of speaking, the process of displaying options, the process of selecting options according to user operations, the process of performing procedures according to the selected options and input information, and the process of terminating the talk process. Including.

scriptは、チャットボットでの会話に適用されたスクリプト(シナリオ)を示す。labelは、スクリプト内の複数のステップのうちトーク処理が実行されたステップの名前を示す。messageは、実行されたトーク処理で発話された文章、選択された選択肢、入力された情報、あるいは、システム側の処理内容、エラーメッセージなどを示す。 script indicates a script (scenario) applied to a chatbot conversation. label indicates the name of the step in which the talk process was executed among multiple steps in the script. The message indicates sentences uttered in the executed talk process, selected options, input information, processing contents on the system side, error messages, and the like.

例えば、チャットログ500-2は、chat_id「100」、talklog_id「15044」およびtime stamp「2020-01-08T14:25:43+09:00」のログである。チャットログ500-2によれば、script「S10」のlabel「VRB-1」のトーク処理(ステップ)が実行されて、message「お名前を教えてください。」が表示されたことを特定することができる。 For example, the chat log 500-2 is a log with chat_id "100", talklog_id "15044", and time stamp "2020-01-08T14:25:43+09:00". According to the chat log 500-2, it is specified that the talk process (step) of the script "S10" with the label "VRB-1" was executed and the message "Please tell me your name." was displayed. Can be done.

なお、チャットログには、例えば、システムログであるか否かを示す情報や、チャットボットまたはユーザのいずれに関するログであるかを示す情報が含まれていてもよい。また、チャットログには、例えば、ユーザが使用する情報処理端末102のIP(Internet Protocol)アドレスが含まれていてもよい。 Note that the chat log may include, for example, information indicating whether it is a system log or information indicating whether the log is related to a chatbot or a user. Further, the chat log may include, for example, the IP (Internet Protocol) address of the information processing terminal 102 used by the user.

ここで、図6を用いて、スクリプトの具体例について説明する。ここでは、サービスA100に対応するスクリプトS100を例に挙げて説明する。 Here, a specific example of the script will be described using FIG. 6. Here, the script S100 corresponding to the service A100 will be described as an example.

図6は、スクリプトの具体例を示す説明図である。図6において、スクリプトS100は、チャットボットの会話の流れを定義した情報(シナリオ)である。ただし、図6では、スクリプトS100の一部を抜粋して表示している。具体的には、例えば、スクリプトS100は、チャットのトーク処理を定義した情報である。 FIG. 6 is an explanatory diagram showing a specific example of a script. In FIG. 6, a script S100 is information (scenario) that defines the conversation flow of the chatbot. However, in FIG. 6, a part of the script S100 is excerpted and displayed. Specifically, for example, the script S100 is information that defines chat processing.

スクリプトS100は、ステップ601~605を含む。ここで、ステップ601は、トーク処理の開始を示す。ステップ602,603は、メッセージを発話する処理を示す。ステップ604は、選択肢を表示する処理を示す。ステップ605は、トーク処理の終了を示す。 Script S100 includes steps 601-605. Here, step 601 indicates the start of talk processing. Steps 602 and 603 show processing for speaking a message. Step 604 shows processing for displaying options. Step 605 indicates the end of the talk process.

なお、複数のステップに同一のlabel(図5参照)が設定されることがある。例えば、ステップ602,603には、同一の「VRB-1」が設定される。また、図示は省略するが、スクリプトS100には、ステップ601~605のほかに、例えば、選択された選択肢や入力された情報に応じた手続やFAQの検索を行う処理などを実行するステップが含まれる。 Note that the same label (see FIG. 5) may be set for multiple steps. For example, the same "VRB-1" is set in steps 602 and 603. Although not shown, the script S100 includes, in addition to steps 601 to 605, a step of executing a procedure according to a selected option or input information, a process of searching an FAQ, etc. It will be done.

(チャット画面の画面例)
つぎに、情報処理端末102のディスプレイ303(図3)に表示されるチャット画面の画面例について説明する。
(Example of chat screen)
Next, an example of a chat screen displayed on the display 303 (FIG. 3) of the information processing terminal 102 will be described.

図7は、チャット画面の画面例を示す説明図(その1)である。図7において、チャット画面700は、情報処理端末102におけるチャットボットでの会話を表示する操作画面の一例である。図7中、アバターavは、チャットボットを表すキャラクターである。 FIG. 7 is an explanatory diagram (part 1) showing an example of a chat screen. In FIG. 7, a chat screen 700 is an example of an operation screen that displays a chatbot conversation on the information processing terminal 102. In FIG. 7, avatar av is a character representing a chatbot.

チャット画面700において、例えば、図3に示した入力装置304を用いたユーザの操作入力により、ボックス710を選択することで、メッセージを入力することができる。メッセージの入力は、例えば、図3に示したマイクロフォン308を用いた音声入力により行われることにしてもよい。また、チャット画面700において、送信ボタン711を選択することで、ボックス710に入力されたメッセージをチャットボット側(情報処理装置101)に送信することができる。 On the chat screen 700, for example, a message can be input by selecting a box 710 by a user's operation input using the input device 304 shown in FIG. The message may be input by voice input using the microphone 308 shown in FIG. 3, for example. Furthermore, by selecting a send button 711 on the chat screen 700, the message entered in the box 710 can be sent to the chatbot side (information processing device 101).

チャット画面700には、アバターavの発言を表すメッセージm1が表示されている。メッセージm1は、ユーザの名前の入力を促すメッセージの一例である。また、チャット画面700には、ユーザの発言を表すメッセージm2が表示されている。メッセージm2は、アバターavのメッセージm1に対して入力された名前の一例である。 On the chat screen 700, a message m1 representing a statement of the avatar av is displayed. Message m1 is an example of a message prompting the user to input the user's name. Additionally, a message m2 representing a user's comment is displayed on the chat screen 700. Message m2 is an example of the name input for message m1 of avatar av.

また、チャット画面700には、秘密ボタン720が表示されている。秘密ボタン720は、入力情報のログへの記録を許可するか否かを問い合わせる情報の一例である。入力情報は、チャットボットでの会話において、入力された情報や、選択された選択肢を示す情報である。 Additionally, a secret button 720 is displayed on the chat screen 700. The secret button 720 is an example of information that inquires whether or not recording of input information in a log is permitted. Input information is information that is input and indicates options that are selected in a chatbot conversation.

チャット画面700において、例えば、ユーザの操作入力により、秘密ボタン720を選択すると、オフレコモードを設定することができる。オフレコモードとは、チャットボットでの会話に関するログ(チャットログ)を記録する際に、入力情報をログに記録しない、または、秘匿化するモードである。 On the chat screen 700, for example, when a secret button 720 is selected by the user's operation input, the off-the-record mode can be set. The off-the-record mode is a mode in which input information is not recorded in the log or is anonymized when recording a log (chat log) related to a chatbot conversation.

これにより、チャットボットでの会話において入力される情報のうち、ログに記録しない、または、秘匿化する情報をユーザ自身がコントロールすることが可能となる。 This allows the user to control what information is not recorded in the log or is anonymized, out of the information input during chatbot conversations.

(情報処理装置101の機能的構成例)
図8は、実施の形態1にかかる情報処理装置101の機能的構成例を示すブロック図である。図8において、情報処理装置101は、受付部801と、会話制御部802と、記録制御部803と、を含む。具体的には、例えば、受付部801~記録制御部803は、図2に示したメモリ202、ディスク204、可搬型記録媒体207などの記憶装置に記憶されたプログラムをCPU201に実行させることにより、または、通信I/F205により、その機能を実現する。各機能部の処理結果は、例えば、メモリ202、ディスク204などの記憶装置に記憶される。
(Functional configuration example of information processing device 101)
FIG. 8 is a block diagram showing an example of the functional configuration of the information processing apparatus 101 according to the first embodiment. In FIG. 8, the information processing apparatus 101 includes a reception section 801, a conversation control section 802, and a recording control section 803. Specifically, for example, the reception unit 801 to the recording control unit 803 cause the CPU 201 to execute a program stored in a storage device such as the memory 202, the disk 204, or the portable recording medium 207 shown in FIG. Alternatively, the function is realized by the communication I/F 205. The processing results of each functional unit are stored in a storage device such as the memory 202 or the disk 204, for example.

受付部801は、情報処理端末102からチャットの開始指示を受け付ける。ここで、チャットの開始指示は、ユーザとチャットボットとの会話を開始するためのものであり、例えば、チャットボットを利用したサービスの開始を要求するものである。チャットの開始指示には、例えば、サービスIDが含まれる。 The reception unit 801 receives a chat start instruction from the information processing terminal 102. Here, the chat start instruction is for starting a conversation between the user and the chatbot, and is, for example, requesting the start of a service using the chatbot. The chat start instruction includes, for example, a service ID.

例えば、チャットの開始指示は、情報処理端末102においてユーザの操作入力により行われ、情報処理端末102から情報処理装置101に送信される。具体的には、例えば、受付部801は、情報処理端末102からチャットの開始指示を受信することにより、チャットの開始指示を受け付ける。 For example, an instruction to start a chat is performed by a user's operation input on the information processing terminal 102, and is transmitted from the information processing terminal 102 to the information processing apparatus 101. Specifically, for example, the reception unit 801 receives the chat start instruction by receiving the chat start instruction from the information processing terminal 102 .

会話制御部802は、情報処理端末102からのチャットの開始指示に応じて、情報処理端末102におけるチャットボットでの会話を開始する。具体的には、例えば、会話制御部802は、図4に示したスクリプトテーブル130を参照して、チャットの開始指示に含まれるサービスIDに対応するスクリプトを特定する。 The conversation control unit 802 starts a chatbot conversation on the information processing terminal 102 in response to a chat start instruction from the information processing terminal 102 . Specifically, for example, the conversation control unit 802 refers to the script table 130 shown in FIG. 4 and identifies the script corresponding to the service ID included in the chat start instruction.

つぎに、会話制御部802は、特定したスクリプトを、情報処理端末102におけるチャットボットの会話に適用するトークスクリプトに決定する。そして、会話制御部802は、決定したトークスクリプトを用いて、情報処理端末102におけるサービスに関するチャットを開始する。 Next, the conversation control unit 802 determines the specified script as a talk script to be applied to the chatbot conversation on the information processing terminal 102. The conversation control unit 802 then starts a chat regarding the service on the information processing terminal 102 using the determined talk script.

例えば、チャットの開始指示にサービスID「A1」が含まれるとする。この場合、会話制御部802は、スクリプトテーブル130を参照して、サービスID「A1」に対応するスクリプトS1をトークスクリプトに決定する。そして、会話制御部802は、決定したトークスクリプトS1を用いて、情報処理端末102におけるサービスS1に関するチャットボットでの会話を開始する。 For example, assume that the chat start instruction includes the service ID "A1". In this case, the conversation control unit 802 refers to the script table 130 and determines the script S1 corresponding to the service ID "A1" as the talk script. Then, the conversation control unit 802 starts a chatbot conversation regarding the service S1 on the information processing terminal 102 using the determined talk script S1.

なお、会話制御部802は、情報処理端末102からのチャットの開始指示に応じて、あらかじめ決められたスクリプトをトークスクリプトに決定することにしてもよい。また、会話制御部802は、例えば、情報処理端末102のユーザ属性や外部環境に基づいて、トークスクリプトを決定することにしてもよい。ユーザ属性は、情報処理端末102のユーザの特徴を表す情報である。ユーザ属性は、例えば、年代、性別、使用言語などを表す。外部環境は、情報処理端末102の外部の環境を表す情報である。外部環境は、例えば、天気、温度、湿度、時間、位置などを表す。 Note that the conversation control unit 802 may determine a predetermined script as the talk script in response to a chat start instruction from the information processing terminal 102. Furthermore, the conversation control unit 802 may determine the talk script based on, for example, the user attributes of the information processing terminal 102 or the external environment. The user attribute is information representing the characteristics of the user of the information processing terminal 102. User attributes include, for example, age, gender, and language used. The external environment is information representing the external environment of the information processing terminal 102. The external environment represents, for example, weather, temperature, humidity, time, location, and the like.

会話制御部802は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信した場合、入力情報に基づく応答処理を実行する。ここで、入力情報は、チャットボットでの会話において、例えば、図3に示した入力装置304を用いたユーザの操作により入力された情報である。また、入力情報は、チャットボットでの会話において、ユーザの操作により選択された選択肢を示す情報であってもよい。 When the conversation control unit 802 receives input information accepted in a chatbot conversation from the information processing terminal 102, it executes response processing based on the input information. Here, the input information is information input by a user's operation using the input device 304 shown in FIG. 3, for example, during a chatbot conversation. Further, the input information may be information indicating an option selected by a user's operation in a chatbot conversation.

入力情報に基づく応答処理は、例えば、チャットボットでの会話において入力された情報に応じてFAQを検索して結果を出力する処理である。FAQの検索は、例えば、図1に示したFAQマスタ120を用いて行われる。また、入力情報に基づく応答処理は、チャットボットでの会話において入力された情報に応じた手続を行う処理であってもよい。 The response process based on input information is, for example, a process of searching an FAQ in accordance with information input in a chatbot conversation and outputting the results. The FAQ search is performed using, for example, the FAQ master 120 shown in FIG. Further, the response process based on input information may be a process of performing a procedure according to information input in a chatbot conversation.

記録制御部803は、会話制御部802によって情報処理端末102におけるチャットボットでの会話が開始された結果、チャットボットでの会話に関するログを記録する。具体的には、例えば、記録制御部803は、ユーザまたはチャットボットが発言したり、システムの内部処理が行われたりすると、チャットログを記録する。チャットボットでの会話において受け付けた入力情報は、例えば、チャットログのmessageに含まれる(図5参照)。 The recording control unit 803 records a log regarding the chatbot conversation as a result of the conversation control unit 802 starting the chatbot conversation on the information processing terminal 102 . Specifically, for example, the recording control unit 803 records a chat log when a user or a chatbot speaks or when internal processing of the system is performed. The input information received in the conversation with the chatbot is included in the message of the chat log, for example (see FIG. 5).

また、記録制御部803は、情報処理端末102からチャットボットでの会話において受け付けた入力情報のマスキング処理依頼を受信した場合は、チャットボットでの会話に関するログを記録する際に、入力情報に対するマスキング処理を実行する。ここで、マスキング処理依頼は、マスキング処理の実行を依頼するものである。 In addition, when the recording control unit 803 receives a request for masking processing of input information received in a chatbot conversation from the information processing terminal 102, the recording control unit 803 performs masking processing on the input information when recording a log related to the chatbot conversation. Execute processing. Here, the masking process request is a request for execution of masking process.

マスキング処理は、チャットボットでの会話に関するログのうち入力情報に関するログに記録しない又は秘匿化する処理である。ログに記録しないとは、例えば、messageに入力情報を設定せず、messageを空(カラ)とするチャットログを作成することであってもよい。また、ログに記録しないとは、messageに入力情報を設定したチャットログを一旦作成した後、そのチャットログから入力情報を削除することであってもよい。 The masking process is a process of not recording or anonymizing input information in logs related to chatbot conversations. Not recording in the log may mean, for example, not setting input information in message and creating a chat log with message blank. Moreover, not recording in a log may mean that a chat log in which input information is set in a message is once created, and then the input information is deleted from the chat log.

秘匿化とは、例えば、入力情報を類推不能な情報に変換することである。類推不能な情報は、例えば、アスタリスク(*)や墨塗などである。秘匿化するとは、入力情報を類推不能な情報に変換してからmessageに設定することであってもよく、また、messageに設定した入力情報を類推不能な情報に変換することであってもよい。 Concealment means, for example, converting input information into information that cannot be inferred. Information that cannot be inferred is, for example, an asterisk (*) or a blackout. Anonymizing may mean converting input information into information that cannot be inferred and then setting it as a message, or may mean converting input information set in a message to information that cannot be inferred. .

なお、情報処理装置101は、例えば、チャットボットでの会話において、入力情報およびマスキング処理依頼を同時に受信することにしてもよい。また、情報処理装置101は、入力情報を受信した後に、その入力情報のマスキング処理依頼を受信することにしてもよい。また、情報処理装置101は、マスキング処理依頼を受信した後に、マスキング処理対象の情報となる入力情報を受信することにしてもよい。 Note that the information processing apparatus 101 may receive input information and a masking process request at the same time, for example, in a chatbot conversation. Furthermore, after receiving input information, the information processing apparatus 101 may decide to receive a request for masking processing of the input information. Further, the information processing apparatus 101 may decide to receive input information that is information to be subjected to masking processing after receiving a masking processing request.

具体的には、例えば、会話制御部802は、チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力する。マスキング処理依頼は、例えば、情報処理端末102において問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、情報処理端末102から送信される。 Specifically, for example, the conversation control unit 802 outputs, to the information processing terminal 102, inquiry information regarding whether or not to permit recording of input information in a log in a chatbot conversation. The masking processing request is transmitted from the information processing terminal 102, for example, when an operation is performed on the information processing terminal 102 to disallow recording to a log in response to inquiry information.

問い合わせ情報は、入力情報のログへの記録を許可するか否かを問い合わせるためのメッセージやアイコンなどであり、例えば、図7に示した秘密ボタン720である。より詳細に説明すると、例えば、情報処理端末102におけるチャットボットでの会話を開始するにあたり、秘密ボタン720を含むチャット画面700を、情報処理端末102に表示させる。 The inquiry information is a message, an icon, or the like for inquiring whether to permit recording of input information in a log, and is, for example, the secret button 720 shown in FIG. 7. To explain in more detail, for example, when starting a conversation with a chatbot on the information processing terminal 102, a chat screen 700 including a secret button 720 is displayed on the information processing terminal 102.

チャット画面700において、ユーザの操作入力により、秘密ボタン720が選択されると、情報処理端末102から情報処理装置101にオフレコ設定指示が送信される。オフレコ設定指示は、マスキング処理依頼に相当する。記録制御部803は、情報処理端末102からオフレコ設定指示を受信すると、オフレコモードを設定(ON)する。 When the secret button 720 is selected by the user's operation input on the chat screen 700, an off-the-record setting instruction is transmitted from the information processing terminal 102 to the information processing apparatus 101. The off-the-record setting instruction corresponds to a masking processing request. Upon receiving the off-record setting instruction from the information processing terminal 102, the recording control unit 803 sets the off-record mode (ON).

オフレコモードとは、チャットボットでの会話に関するログ(チャットログ)を記録する際に、入力情報をログに記録しない、または、秘匿化するモードである。すなわち、オフレコモードでは、ユーザの発言がマスキング処理対象の情報として、ログに記録されない、あるいは、秘匿化してログに記録される。 The off-the-record mode is a mode in which input information is not recorded in the log or is anonymized when recording a log (chat log) related to a chatbot conversation. That is, in the off-the-record mode, the user's comments are not recorded in the log as information subject to masking processing, or are recorded in the log in an anonymized manner.

具体的には、例えば、記録制御部803は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信した場合に、オフレコモードが設定されているか否かを判断する。ここで、オフレコモードが設定されていない場合、記録制御部803は、チャットログを記録する際に、受信した入力情報に対するマスキング処理を実行しない。 Specifically, for example, when the recording control unit 803 receives input information accepted in a chatbot conversation from the information processing terminal 102, it determines whether the off-the-record mode is set. Here, if the off-the-record mode is not set, the recording control unit 803 does not perform masking processing on the received input information when recording the chat log.

一方、オフレコモードが設定されている場合、記録制御部803は、チャットログを記録する際に、受信した入力情報に対するマスキング処理を実行する。より詳細に説明すると、例えば、記録制御部803は、チャットボットでの会話に関するチャットログのうち、受信した入力情報に関するチャットログから当該入力情報を削除してもよく、また、受信した入力情報に関するチャットログにおける当該入力情報をアスタリスク、墨塗などの類推不能な情報に変換して秘匿化してもよい。 On the other hand, when the off-the-record mode is set, the recording control unit 803 performs masking processing on the received input information when recording the chat log. To explain in more detail, for example, the recording control unit 803 may delete the input information from the chat log regarding the received input information among the chat logs regarding the conversation in the chatbot, and may delete the input information from the chat log regarding the received input information. The input information in the chat log may be concealed by converting it into information that cannot be guessed, such as an asterisk or redacting.

なお、ここでは、マスキング処理対象の情報の入力前に秘密ボタン720を押す場合を例に挙げて説明したが、これに限らない。例えば、マスキング処理対象の情報の入力後に秘密ボタン720を押すことにしてもよい。この場合、記録制御部803は、オフレコ設定指示(マスキング処理依頼)を受信した後に受信される入力情報に対するマスキング処理を実行する。 In addition, although the case where the secret button 720 is pressed before inputting the information to be masked is described here as an example, the present invention is not limited to this. For example, the secret button 720 may be pressed after inputting the information to be masked. In this case, the recording control unit 803 executes the masking process on the input information received after receiving the off-the-record setting instruction (masking process request).

また、チャットボットでの会話において受け付けた入力情報のうちの一部の情報を、マスキング処理対象の情報として指定可能であってもよい。例えば、チャット画面700において、入力装置304を用いたユーザの操作入力により、ボックス710に入力されたメッセージのうちの一部の情報を、マスキング処理対象の情報として指定可能であってもよい。この場合、記録制御部803は、例えば、受信した入力情報のうち、マスキング処理対象の情報として指定された情報(例えば、住所の一部)に対するマスキング処理を実行することにしてもよい。入力情報のうち指定された情報以外の情報は、例えば、そのままログに記録される。 Furthermore, it may be possible to specify part of the input information received in a chatbot conversation as information to be masked. For example, in the chat screen 700, it may be possible to designate part of the information in the message input in the box 710 as the information to be masked by the user's operation input using the input device 304. In this case, the recording control unit 803 may, for example, perform a masking process on information (for example, a part of an address) specified as information to be masked among the received input information. Information other than the specified information among the input information is, for example, recorded as is in the log.

また、チャットログは、図5に示したチャットログDB140に記録される。具体的には、例えば、チャットボットでの会話中に記録されたチャットログは、例えば、メモリ202内のバッファに一旦格納される。チャットボットでの会話が終了すると、バッファ内の全チャットログが、チャットログDB140に出力される。図5に示したチャットログ500-1は、マスキング処理された入力情報を含むログの一例である。 Further, the chat log is recorded in the chat log DB 140 shown in FIG. 5. Specifically, for example, a chat log recorded during a conversation with a chatbot is temporarily stored in a buffer in the memory 202, for example. When the conversation with the chatbot ends, all chat logs in the buffer are output to the chat log DB 140. Chat log 500-1 shown in FIG. 5 is an example of a log that includes masked input information.

また、例えば、チャット画面700において、マスキング処理対象外の情報として既に入力済みの情報について、チャットボットでの会話が終了する前に、マスキング処理対象の情報として追加で指定可能にしてもよい。この場合、記録制御部803は、例えば、メモリ202内のバッファに一旦格納されたログのうち、追加で指定されたマスキング処理対象の情報を含むログから当該情報を削除したり秘匿化したりするマスキング処理を実行する。 Further, for example, on the chat screen 700, information that has already been input as information not subject to masking processing may be additionally designated as information subject to masking processing before the conversation in the chatbot ends. In this case, the recording control unit 803 performs masking, for example, by deleting or anonymizing information from a log that includes additionally specified information to be masked, from among the logs that have been temporarily stored in the buffer in the memory 202. Execute processing.

上述した情報処理装置101の各機能部は、会話制御システム100内の複数のコンピュータ(例えば、情報処理装置101と情報処理端末102)により実現されることにしてもよい。また、上述した情報処理装置101の各機能部は、情報処理端末102により実現されることにしてもよい。 Each functional unit of the information processing device 101 described above may be realized by a plurality of computers (for example, the information processing device 101 and the information processing terminal 102) within the conversation control system 100. Further, each functional unit of the information processing device 101 described above may be realized by the information processing terminal 102.

(情報処理装置101の動作例)
つぎに、図9および図10を用いて、実施の形態1にかかる情報処理装置101の動作例について説明する。ここでは、チャットボットと連携した双方向コミュニケーションを利用して、健康相談を行う場合に表示されるチャット画面を例に挙げて説明する。
(Example of operation of information processing device 101)
Next, an example of the operation of the information processing apparatus 101 according to the first embodiment will be described using FIGS. 9 and 10. Here, we will explain an example of a chat screen that is displayed when providing health consultation using two-way communication linked to a chatbot.

図9は、チャット画面の画面例を示す説明図(その2)である。図10は、情報処理装置101の動作例を示す説明図である。図9において、チャット画面700には、アバターavの発言を表すメッセージm3が表示されている。メッセージm3は、ユーザの相談内容の入力を促すメッセージの一例である。 FIG. 9 is an explanatory diagram (part 2) showing an example of the chat screen. FIG. 10 is an explanatory diagram showing an example of the operation of the information processing apparatus 101. In FIG. 9, a message m3 representing a statement made by avatar av is displayed on chat screen 700. Message m3 is an example of a message prompting the user to input consultation details.

ここでは、ユーザの相談内容の入力に先立って、ユーザの名前「富士太郎」が入力されている。名前「富士太郎」は、個人を特定可能な情報である。このため、メッセージm3に対してユーザの相談内容を入力されると、誰がどのような相談をしたのかを特定可能な情報がログに記録されてしまう。 Here, the user's name "Fujitaro" is input prior to inputting the user's consultation details. The name "Fujitaro" is personally identifiable information. For this reason, when the content of a user's consultation is input in response to message m3, information that allows identification of who consulted and what kind of consultation is recorded in the log.

ここで、ユーザが自身の相談内容をログに残したくないと判断したため、チャット画面700において、秘密ボタン720が選択された場合を想定する。この場合、情報処理端末102から情報処理装置101にオフレコ設定指示が送信され、オフレコモードが設定(ON)される。 Here, it is assumed that the user selects the secret button 720 on the chat screen 700 because the user has determined that he or she does not want to record the contents of his/her consultation in the log. In this case, an off-the-record setting instruction is transmitted from the information processing terminal 102 to the information processing apparatus 101, and off-the-record mode is set (ON).

なお、秘密ボタン720が選択されると、例えば、オフレコモードが設定中であることを判別可能に秘密ボタン720の表示態様が変更される(例えば、図10参照)。また、秘密ボタン720が選択されると、例えば、オフレコモードが設定中であることを示すアイコンが表示されることにしてもよい。 Note that when the secret button 720 is selected, the display mode of the secret button 720 is changed so that it can be determined that the off-the-record mode is being set, for example (see, for example, FIG. 10). Further, when the secret button 720 is selected, for example, an icon indicating that the off-the-record mode is being set may be displayed.

また、チャット画面700において、秘密ボタン720が選択された後、秘密ボタン720が再度選択されると、例えば、情報処理端末102から情報処理装置101にオフレコ解除指示が送信され、オフレコモードが解除(OFF)される。また、オフレコモードは、情報処理端末102から情報処理装置101に入力情報が送信されると、その都度、自動で解除されることにしてもよい。 Furthermore, when the secret button 720 is selected on the chat screen 700 and then selected again, an off-the-record release instruction is sent from the information processing terminal 102 to the information processing apparatus 101, and the off-the-record mode is released ( OFF). Further, the off-record mode may be automatically canceled each time input information is transmitted from the information processing terminal 102 to the information processing apparatus 101.

図10において、チャット画面700には、ユーザの発言を表すメッセージm4が表示されている。メッセージm4は、アバターavのメッセージm3に対して入力された相談内容の一例である。入力されたメッセージm4は、情報処理端末102から情報処理装置に送信される。 In FIG. 10, a message m4 representing a user's comment is displayed on a chat screen 700. Message m4 is an example of the consultation content input in response to message m3 of avatar av. The input message m4 is transmitted from the information processing terminal 102 to the information processing device.

情報処理装置101は、例えば、メッセージm4を受信すると、FAQマスタ120を参照して、メッセージm4に基づいてFAQの検索を行う。そして、情報処理装置101は、検索した結果を情報処理端末102に出力する。この結果、チャット画面700において、アバターavの発言として、例えば、検索された結果(不図示)が選択可能に表示される。 For example, upon receiving the message m4, the information processing device 101 refers to the FAQ master 120 and searches for FAQs based on the message m4. The information processing device 101 then outputs the search results to the information processing terminal 102. As a result, on the chat screen 700, search results (not shown), for example, are displayed in a selectable manner as the utterances of the avatar av.

これにより、ユーザは、自身が入力した相談内容(質問)に対する回答(FAQ)を得ることができる。 Thereby, the user can obtain answers (FAQ) to the consultation details (questions) input by the user.

また、ここでは、オフレコモードが設定されている。このため、情報処理装置101は、チャットボットでの会話において受け付けたメッセージm4に関するチャットログを記録する際に、メッセージm4に対するマスキング処理を実行する。 In addition, an off-the-record mode is set here. For this reason, the information processing apparatus 101 performs a masking process on the message m4 when recording a chat log regarding the message m4 received in the chatbot conversation.

具体的には、例えば、情報処理装置101は、受信したメッセージm4を削除したチャットログ500-5を記録する。チャットログ500-5のmessage「***deleted***」は、入力情報が削除されたことを示している。なお、図10では、チャットログの一部を抜粋して表示している。 Specifically, for example, the information processing apparatus 101 records a chat log 500-5 in which the received message m4 is deleted. The message “***deleted***” in the chat log 500-5 indicates that the input information has been deleted. In addition, in FIG. 10, a part of the chat log is excerpted and displayed.

(情報処理装置101の会話制御処理手順)
つぎに、図11および図12を用いて、実施の形態1にかかる情報処理装置101の会話制御処理手順について説明する。
(Conversation control processing procedure of information processing device 101)
Next, the conversation control processing procedure of the information processing apparatus 101 according to the first embodiment will be explained using FIGS. 11 and 12.

図11および図12は、実施の形態1にかかる情報処理装置101の会話制御処理手順の一例を示すフローチャートである。図11のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットの開始指示を受信したか否かを判断する(ステップS1101)。 11 and 12 are flowcharts illustrating an example of a conversation control processing procedure of the information processing apparatus 101 according to the first embodiment. In the flowchart of FIG. 11, first, the information processing apparatus 101 determines whether a chat start instruction has been received from the information processing terminal 102 (step S1101).

ここで、情報処理装置101は、チャットの開始指示を受信するのを待つ(ステップS1101:No)。情報処理装置101は、チャットの開始指示を受信した場合(ステップS1101:Yes)、スクリプトテーブル130を参照して、受信したチャットの開始指示に含まれるサービスIDに対応するスクリプトを、トークスクリプトに決定する(ステップS1102)。 Here, the information processing apparatus 101 waits to receive a chat start instruction (step S1101: No). When the information processing apparatus 101 receives a chat start instruction (step S1101: Yes), the information processing apparatus 101 refers to the script table 130 and determines the script corresponding to the service ID included in the received chat start instruction as a talk script. (Step S1102).

そして、情報処理装置101は、決定したトークスクリプトを用いて、情報処理端末102におけるチャットボットでの会話を開始する(ステップS1103)。この際、情報処理装置101は、入力情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力する。問い合わせ情報は、例えば、図7に示した秘密ボタン720である。 Then, the information processing apparatus 101 starts a chatbot conversation on the information processing terminal 102 using the determined talk script (step S1103). At this time, the information processing apparatus 101 outputs to the information processing terminal 102 inquiry information regarding whether to permit recording of the input information in the log. The inquiry information is, for example, the secret button 720 shown in FIG.

つぎに、情報処理装置101は、情報処理端末102からオフレコ設定指示を受信したか否かを判断する(ステップS1104)。ここで、情報処理端末102からオフレコ設定指示を受信した場合(ステップS1104:Yes)、情報処理装置101は、オフレコモードをONにして(ステップS1105)、図12に示すステップS1201に移行する。 Next, the information processing apparatus 101 determines whether an off-the-record setting instruction has been received from the information processing terminal 102 (step S1104). Here, if an off-the-record setting instruction is received from the information processing terminal 102 (step S1104: Yes), the information processing apparatus 101 turns on the off-the-record mode (step S1105), and proceeds to step S1201 shown in FIG. 12.

一方、情報処理端末102からオフレコ設定指示を受信していない場合(ステップS1104:No)、情報処理装置101は、情報処理端末102からオフレコ解除指示を受信したか否かを判断する(ステップS1106)。 On the other hand, if an off-the-record setting instruction has not been received from the information processing terminal 102 (step S1104: No), the information processing apparatus 101 determines whether an off-the-record cancellation instruction has been received from the information processing terminal 102 (step S1106). .

ここで、情報処理端末102からオフレコ解除指示を受信していない場合(ステップS1106:No)、情報処理装置101は、図12に示すステップS1201に移行する。一方、情報処理端末102からオフレコ解除指示を受信した場合には(ステップS1106:Yes)、情報処理装置101は、オフレコモードをOFFにして(ステップS1107)、図12に示すステップS1201に移行する。 Here, if the off-the-record cancellation instruction has not been received from the information processing terminal 102 (step S1106: No), the information processing apparatus 101 moves to step S1201 shown in FIG. 12. On the other hand, if an off-record cancellation instruction is received from the information processing terminal 102 (step S1106: Yes), the information processing apparatus 101 turns off the off-record mode (step S1107), and proceeds to step S1201 shown in FIG. 12.

図12のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信したか否かを判断する(ステップS1201)。ここで、入力情報を受信していない場合(ステップS1201:No)、情報処理装置101は、ステップS1206に移行する。 In the flowchart of FIG. 12, first, the information processing apparatus 101 determines whether input information received in a chatbot conversation is received from the information processing terminal 102 (step S1201). Here, if input information has not been received (step S1201: No), the information processing apparatus 101 moves to step S1206.

一方、入力情報を受信した場合(ステップS1201:Yes)、情報処理装置101は、受信した入力情報に基づく応答処理を実行する(ステップS1202)。つぎに、情報処理装置101は、オフレコモードがONであるか否かを判断する(ステップS1203)。 On the other hand, when input information is received (step S1201: Yes), the information processing apparatus 101 executes response processing based on the received input information (step S1202). Next, the information processing apparatus 101 determines whether the off-the-record mode is ON (step S1203).

ここで、オフレコモードがONの場合(ステップS1203:Yes)、情報処理装置101は、受信した入力情報に対するマスキング処理を実行して、入力情報がマスキングされたチャットログを出力し(ステップS1204)、ステップS1206に移行する。 Here, if the off-the-record mode is ON (step S1203: Yes), the information processing apparatus 101 performs masking processing on the received input information, and outputs a chat log with the input information masked (step S1204), The process moves to step S1206.

一方、オフレコモードがOFFの場合には(ステップS1203:No)、情報処理装置101は、受信した入力情報を含むチャットログを出力する(ステップS1205)。そして、情報処理装置101は、情報処理端末102におけるチャットボットでの会話を終了するか否かを判断する(ステップS1206)。 On the other hand, if the off-the-record mode is OFF (step S1203: No), the information processing apparatus 101 outputs a chat log including the received input information (step S1205). The information processing apparatus 101 then determines whether to end the chatbot conversation on the information processing terminal 102 (step S1206).

ここで、会話を終了しない場合(ステップS1206:No)、情報処理装置101は、図11に示したステップS1104に戻る。一方、会話を終了する場合(ステップS1206:Yes)、情報処理装置101は、本フローチャートによる一連の処理を終了する。なお、チャットボットでの会話は、例えば、トークスクリプトに従って、または、ユーザの強制終了操作に応じて終了する。 Here, if the conversation is not ended (step S1206: No), the information processing apparatus 101 returns to step S1104 shown in FIG. 11. On the other hand, if the conversation is to be ended (step S1206: Yes), the information processing apparatus 101 ends the series of processes according to this flowchart. Note that the chatbot conversation ends, for example, according to the talk script or in response to a user's forced termination operation.

これにより、情報処理端末102からオフレコ設定指示に応じて、チャットボットでの会話において受け付けた入力情報をマスキング処理してログ出力することができる。 Thereby, in response to an off-the-record setting instruction from the information processing terminal 102, input information received in a chatbot conversation can be masked and output as a log.

以上説明したように、実施の形態1にかかる情報処理装置101によれば、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信し、入力情報に基づく応答処理を実行することができる。また、情報処理装置101によれば、入力情報のマスキング処理依頼を受信した場合は、チャットボットでの会話に関するログを記録する際に、当該会話に関するログのうち入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行することができる。 As described above, according to the information processing apparatus 101 according to the first embodiment, it is possible to receive input information accepted in a chatbot conversation from the information processing terminal 102 and execute response processing based on the input information. can. Further, according to the information processing apparatus 101, when a request for masking input information is received, when recording a log related to a conversation in the chatbot, the information processing apparatus 101 does not record in the log related to the input information among the log related to the conversation, or hides the input information. It is possible to perform masking processing to reduce

これにより、ユーザからのマスキング処理依頼に応じて、チャットボットでの会話において受け付けた入力情報に基づく応答処理(例えば、FAQの検索など)を実行しつつ、その入力情報をログに残さないようにすることができる。 As a result, in response to a request for masking processing from a user, response processing (for example, FAQ search) based on the input information received in the chatbot conversation can be executed, but the input information will not be left in the log. can do.

また、情報処理装置101によれば、チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報を情報処理端末102に出力することができる。そして、情報処理装置101によれば、情報処理端末102において問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、情報処理端末102からマスキング処理依頼を受信することができる。 Furthermore, the information processing device 101 can output inquiry information to the information processing terminal 102 regarding whether or not to permit recording of input information in a log during a chatbot conversation. According to the information processing device 101, when an operation to disallow recording to a log is performed in response to the inquiry information on the information processing terminal 102, a masking processing request is received from the information processing terminal 102. I can do it.

これにより、チャットボットでの会話において、例えば、ユーザが情報の入力前に秘密ボタン720(例えば、図7参照)を押すという簡単な操作を行うだけで、入力した情報をログに残さないようにすることが可能となる。 As a result, during a conversation with a chatbot, for example, the user can perform a simple operation such as pressing the secret button 720 (for example, see Figure 7) before inputting information, so that the input information will not be recorded in the log. It becomes possible to do so.

このように、情報処理装置101によれば、チャットボットでの会話において入力した情報のログへの記録をユーザ自身がコントロールすることが可能となる。これにより、ユーザにとって知られたくないような情報の入力をともなうサービスを利用する際の不安を解消することができる。また、たとえ入力情報をマスクしても、トークスクリプト(シナリオ)のどのステップを実行したかの情報はログに残るため、事業者側の動線分析などに役立てることができる。 In this way, according to the information processing apparatus 101, the user himself/herself can control the recording of information input in a chatbot conversation into a log. This eliminates anxiety when using a service that involves inputting information that the user does not want to know. Additionally, even if the input information is masked, the information about which steps in the talk script (scenario) were executed remains in the log, which can be useful for business flow analysis.

(実施の形態2)
つぎに、実施の形態2にかかる情報処理装置101について説明する。実施の形態2では、情報処理装置101は、チャットボットでの会話において情報が入力される箇所と対応付けて、当該箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録する。そして、情報処理装置101は、記録した回数に基づいて、当該箇所において受け付けた入力情報がマスキング処理対象の情報であるか否かを判断する場合について説明する。なお、実施の形態1で説明した箇所と同様の箇所については、同一符号を付して図示および説明を省略する。
(Embodiment 2)
Next, the information processing device 101 according to the second embodiment will be explained. In Embodiment 2, the information processing device 101 associates the information with a location where information is input in a chatbot conversation, receives input information accepted at that location, and receives a masking processing request for the input information. Record the number of times. A case will be described in which the information processing apparatus 101 determines whether the input information received at the location is information to be masked, based on the number of times the information has been recorded. Note that portions similar to those described in Embodiment 1 are designated by the same reference numerals, and illustration and description thereof are omitted.

(情報処理装置101の機能的構成例)
まず、図13を用いて、実施の形態2にかかる情報処理装置101の機能的構成例について説明する。
(Functional configuration example of information processing device 101)
First, an example of the functional configuration of the information processing apparatus 101 according to the second embodiment will be described using FIG. 13.

図13は、実施の形態2にかかる情報処理装置101の機能的構成例を示すブロック図である。図13において、情報処理装置101は、受付部801と、会話制御部802と、記録制御部803と、計数部1301と、を含む。具体的には、例えば、受付部801~記録制御部803および計数部1301は、図2に示したメモリ202、ディスク204、可搬型記録媒体207などの記憶装置に記憶されたプログラムをCPU201に実行させることにより、または、通信I/F205により、その機能を実現する。各機能部の処理結果は、例えば、メモリ202、ディスク204などの記憶装置に記憶される。 FIG. 13 is a block diagram showing an example of the functional configuration of information processing apparatus 101 according to the second embodiment. In FIG. 13, the information processing apparatus 101 includes a reception section 801, a conversation control section 802, a recording control section 803, and a counting section 1301. Specifically, for example, the reception unit 801 to the recording control unit 803 and the counting unit 1301 cause the CPU 201 to execute a program stored in a storage device such as the memory 202, the disk 204, or the portable recording medium 207 shown in FIG. This function is realized by the communication I/F 205 or by the communication I/F 205. The processing results of each functional unit are stored in a storage device such as the memory 202 or the disk 204, for example.

以下、実施の形態2にかかる情報処理装置101の機能部のうち、実施の形態1にかかる情報処理装置101の機能部と異なる部分について説明する。 Hereinafter, of the functional units of the information processing apparatus 101 according to the second embodiment, parts that are different from the functional units of the information processing apparatus 101 according to the first embodiment will be described.

計数部1301は、チャットボットでの会話内の第1の箇所と対応付けて、第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録する。ここで、第1の箇所は、チャットボットでの会話において情報が入力される箇所である。 The counting unit 1301 receives the input information accepted at the first location in association with the first location in the conversation in the chatbot, and records the number of times a masking processing request for the input information has been received. Here, the first location is a location where information is input during a conversation with the chatbot.

例えば、第1の箇所は、スクリプト内の複数のステップのうち、情報の入力や、選択肢の選択を受け付けて、入力された情報や、選択された選択肢を示す情報を発話するトーク処理が実行されるステップである。第1の箇所に対応する回数は、例えば、図14に示すような回数カウンターテーブル1400に記憶される。 For example, in the first part, among multiple steps in the script, a talk process is executed that accepts input of information and selection of options, and then utters the input information and information indicating the selected options. This is a step to The number of times corresponding to the first location is stored, for example, in a number of times counter table 1400 as shown in FIG. 14.

ここで、回数カウンターテーブル1400の記憶内容について説明する。回数カウンターテーブル1400は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。 Here, the stored contents of the number counter table 1400 will be explained. The number counter table 1400 is realized, for example, by a storage device such as the memory 202 and the disk 204 shown in FIG.

図14は、回数カウンターテーブル1400の記憶内容の一例を示す説明図である。図14において、回数カウンターテーブル1400は、script、labelおよび回数のフィールドを有し、各フィールドに情報を設定することで、回数情報(例えば、回数情報1400-1~1400-4)をレコードとして記憶する。 FIG. 14 is an explanatory diagram showing an example of the stored contents of the number counter table 1400. In FIG. 14, the number counter table 1400 has fields of script, label, and number of times, and by setting information in each field, number of times information (for example, number of times information 1400-1 to 1400-4) is stored as a record. do.

ここで、scriptは、チャットボットでの会話に適用されたスクリプト(シナリオ)を示す。labelは、スクリプト内の複数のステップのうちトーク処理が実行されたステップの名前を示す。回数は、ステップで受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を示す。 Here, script indicates a script (scenario) applied to a conversation in the chatbot. label indicates the name of the step in which the talk process was executed among multiple steps in the script. The number of times indicates the number of times the input information accepted in the step has been received and a masking processing request for the input information has been received.

例えば、回数情報1400-1は、スクリプトP100内のlabel「VRB-1」のステップで受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数「5」を示す。 For example, the number of times information 1400-1 indicates "5" the number of times the input information accepted in the step labeled "VRB-1" in the script P100 has been received and a masking processing request for the input information has been received.

一例として、トークスクリプトP100に基づくチャットボットでの会話において、label「VRB-1」のステップで受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した場合を想定する。この場合、計数部1301は、回数カウンターテーブル1400内のscript「P100」およびlabel「VRB-1」に対応する回数情報1400-1の回数をインクリメントする。 As an example, assume that in a chatbot conversation based on the talk script P100, input information accepted in a step with label "VRB-1" is received, and a request for masking processing of the input information is received. In this case, the counting unit 1301 increments the number of times in the number of times information 1400-1 corresponding to the script “P100” and the label “VRB-1” in the number of times counter table 1400.

記録制御部803は、情報処理端末102からチャットボットでの会話内の第1の箇所において受け付けた入力情報を受信した場合、第1の箇所と対応付けて記録された回数に基づいて、受信した入力情報がマスキング処理対象の情報であるか否かを判断する。ここで、マスキング処理対象の情報とは、チャットボットでの会話に関するログを記録する際に、ログに記録しない又は秘匿化する情報である。 When the recording control unit 803 receives the input information accepted at the first location in the conversation in the chatbot from the information processing terminal 102, the recording control unit 803 determines the input information received based on the number of times it is recorded in association with the first location. It is determined whether the input information is information to be subjected to masking processing. Here, the information to be masked is information that is not recorded in the log or is made confidential when recording a log related to a chatbot conversation.

具体的には、例えば、記録制御部803は、第1の箇所と対応付けて記録された回数が第1のしきい値以上の場合に、受信した入力情報がマスキング処理対象の情報であると判断する。第1のしきい値は、任意に設定可能であり、例えば、第1の箇所に対応する回数を記録した期間長に応じて設定される。 Specifically, for example, the recording control unit 803 determines that the received input information is information to be masked when the number of times it has been recorded in association with the first location is equal to or greater than a first threshold. to decide. The first threshold value can be set arbitrarily, and is set, for example, according to the length of the period in which the number of times corresponding to the first location is recorded.

一例として、第1の箇所に対応する回数を、1日の期間記録した場合を想定する。この場合、第1のしきい値は、例えば、10程度の値に設定される。また、第1の箇所に対応する回数を、1週間の期間記録した場合を想定する。この場合、第1のしきい値は、例えば、100程度の値に設定される。 As an example, assume that the number of times corresponding to the first location is recorded for a period of one day. In this case, the first threshold is set to a value of about 10, for example. Further, assume that the number of times corresponding to the first location is recorded for a period of one week. In this case, the first threshold is set to a value of about 100, for example.

また、記録制御部803は、第1の箇所において受け付けた入力情報を受信した総回数に対する、記録した回数の割合が第2のしきい値以上の場合に、受信した入力情報がマスキング処理対象の情報であると判断することにしてもよい。第2のしきい値は、任意に設定可能であり、例えば、0.6(60%)~0.8(80%)程度の値に設定される。 Further, the recording control unit 803 controls whether the received input information is subject to masking processing if the ratio of the number of times the input information received at the first location is recorded to the total number of times the input information is received is equal to or higher than the second threshold. It may be determined that the information is information. The second threshold value can be set arbitrarily, and is set to a value of about 0.6 (60%) to 0.8 (80%), for example.

ここで、マスキング処理対象の情報であると判断した場合、記録制御部803は、チャットボットでの会話に関するログを記録する際に、受信した入力情報に対するマスキング処理を実行する。一方、マスキング処理対象の情報ではないと判断した場合、記録制御部803は、受信した入力情報に対するマスキング処理を実行しない。 Here, if it is determined that the information is subject to masking processing, the recording control unit 803 executes masking processing on the received input information when recording a log related to the conversation in the chatbot. On the other hand, if it is determined that the information is not subject to masking processing, the recording control unit 803 does not perform masking processing on the received input information.

また、会話制御部802は、チャットボットでの会話内の第1の箇所と対応付けて記録された回数が第1のしきい値以上となった場合に、第1の箇所で入力される情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力することにしてもよい。 Additionally, the conversation control unit 802 controls information input at the first location when the number of times recorded in association with the first location in the conversation in the chatbot exceeds a first threshold. Inquiry information regarding whether or not to permit recording in the log may be output to the information processing terminal 102.

そして、記録制御部803は、情報処理端末102から第1の箇所において受け付けた入力情報を受信し、入力情報のマスキング処理依頼を受信した場合に、チャットボットでの会話に関するログを記録する際に、その入力情報に対するマスキング処理を実行することにしてもよい。 Then, when the recording control unit 803 receives the input information accepted at the first location from the information processing terminal 102 and receives a masking processing request for the input information, the recording control unit 803 performs a process when recording a log related to the conversation in the chatbot. , a masking process may be performed on the input information.

(情報処理装置101の会話制御処理手順)
つぎに、実施の形態2にかかる情報処理装置101の会話制御処理手順について説明する。実施の形態2にかかる情報処理装置101では、例えば、所定の期間、第1の会話制御処理を実施した後、第2の会話制御処理が実施される。
(Conversation control processing procedure of information processing device 101)
Next, a conversation control processing procedure of the information processing apparatus 101 according to the second embodiment will be explained. In the information processing apparatus 101 according to the second embodiment, for example, after performing the first conversation control process for a predetermined period, the second conversation control process is performed.

まず、図15および図16を用いて、実施の形態2にかかる情報処理装置101の第1の会話制御処理手順について説明する。 First, the first conversation control processing procedure of the information processing apparatus 101 according to the second embodiment will be described using FIGS. 15 and 16.

図15および図16は、実施の形態2にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャートである。図15のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットの開始指示を受信したか否かを判断する(ステップS1501)。 15 and 16 are flowcharts illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. In the flowchart of FIG. 15, first, the information processing apparatus 101 determines whether a chat start instruction has been received from the information processing terminal 102 (step S1501).

ここで、情報処理装置101は、チャットの開始指示を受信するのを待つ(ステップS1501:No)。情報処理装置101は、チャットの開始指示を受信した場合(ステップS1501:Yes)、スクリプトテーブル130を参照して、受信したチャットの開始指示に含まれるサービスIDに対応するスクリプトを、トークスクリプトに決定する(ステップS1502)。 Here, the information processing apparatus 101 waits to receive a chat start instruction (step S1501: No). When the information processing apparatus 101 receives a chat start instruction (step S1501: Yes), the information processing apparatus 101 refers to the script table 130 and determines the script corresponding to the service ID included in the received chat start instruction as a talk script. (Step S1502).

そして、情報処理装置101は、決定したトークスクリプトを用いて、情報処理端末102におけるチャットボットでの会話を開始する(ステップS1503)。この際、情報処理装置101は、入力情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力する。問い合わせ情報は、例えば、図7に示した秘密ボタン720である。 Then, the information processing apparatus 101 starts a chatbot conversation on the information processing terminal 102 using the determined talk script (step S1503). At this time, the information processing apparatus 101 outputs to the information processing terminal 102 inquiry information regarding whether to permit recording of the input information in the log. The inquiry information is, for example, the secret button 720 shown in FIG.

つぎに、情報処理装置101は、情報処理端末102からオフレコ設定指示を受信したか否かを判断する(ステップS1504)。ここで、情報処理端末102からオフレコ設定指示を受信した場合(ステップS1504:Yes)、情報処理装置101は、オフレコモードをONにして(ステップS1505)、図16に示すステップS1601に移行する。 Next, the information processing apparatus 101 determines whether an off-the-record setting instruction has been received from the information processing terminal 102 (step S1504). Here, when the off-the-record setting instruction is received from the information processing terminal 102 (step S1504: Yes), the information processing apparatus 101 turns on the off-the-record mode (step S1505), and proceeds to step S1601 shown in FIG. 16.

一方、情報処理端末102からオフレコ設定指示を受信していない場合(ステップS1504:No)、情報処理装置101は、情報処理端末102からオフレコ解除指示を受信したか否かを判断する(ステップS1506)。 On the other hand, if an off-the-record setting instruction has not been received from the information processing terminal 102 (step S1504: No), the information processing apparatus 101 determines whether an off-the-record cancellation instruction has been received from the information processing terminal 102 (step S1506). .

ここで、情報処理端末102からオフレコ解除指示を受信していない場合(ステップS1506:No)、情報処理装置101は、図16に示すステップS1601に移行する。一方、情報処理端末102からオフレコ解除指示を受信した場合には(ステップS1506:Yes)、情報処理装置101は、オフレコモードをOFFにして(ステップS1507)、図16に示すステップS1601に移行する。 Here, if the off-the-record release instruction has not been received from the information processing terminal 102 (step S1506: No), the information processing apparatus 101 moves to step S1601 shown in FIG. 16. On the other hand, if an off-record release instruction is received from the information processing terminal 102 (step S1506: Yes), the information processing apparatus 101 turns off the off-record mode (step S1507), and proceeds to step S1601 shown in FIG. 16.

図16のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信したか否かを判断する(ステップS1601)。ここで、入力情報を受信していない場合(ステップS1601:No)、情報処理装置101は、ステップS1607に移行する。 In the flowchart of FIG. 16, first, the information processing apparatus 101 determines whether input information received in a chatbot conversation is received from the information processing terminal 102 (step S1601). Here, if input information has not been received (step S1601: No), the information processing apparatus 101 moves to step S1607.

一方、入力情報を受信した場合(ステップS1601:Yes)、情報処理装置101は、受信した入力情報に基づく応答処理を実行する(ステップS1602)。つぎに、情報処理装置101は、オフレコモードがONであるか否かを判断する(ステップS1603)。 On the other hand, when input information is received (step S1601: Yes), the information processing apparatus 101 executes response processing based on the received input information (step S1602). Next, the information processing apparatus 101 determines whether the off-the-record mode is ON (step S1603).

ここで、オフレコモードがONの場合(ステップS1603:Yes)、情報処理装置101は、受信した入力情報に対するマスキング処理を実行して、入力情報がマスキングされたチャットログを出力する(ステップS1604)。そして、情報処理装置101は、回数カウンターテーブル1400内の該当ラベルの回数をインクリメントして(ステップS1605)、ステップS1607に移行する。 Here, if the off-the-record mode is ON (step S1603: Yes), the information processing apparatus 101 performs masking processing on the received input information, and outputs a chat log with the input information masked (step S1604). Then, the information processing apparatus 101 increments the number of times of the corresponding label in the number of times counter table 1400 (step S1605), and proceeds to step S1607.

一方、オフレコモードがOFFの場合には(ステップS1603:No)、情報処理装置101は、受信した入力情報を含むチャットログを出力する(ステップS1606)。そして、情報処理装置101は、情報処理端末102におけるチャットボットでの会話を終了するか否かを判断する(ステップS1607)。 On the other hand, if the off-the-record mode is OFF (step S1603: No), the information processing apparatus 101 outputs a chat log including the received input information (step S1606). The information processing apparatus 101 then determines whether to end the chatbot conversation on the information processing terminal 102 (step S1607).

ここで、会話を終了しない場合(ステップS1607:No)、情報処理装置101は、図15に示したステップS1504に戻る。一方、会話を終了する場合(ステップS1607:Yes)、情報処理装置101は、本フローチャートによる一連の処理を終了する。 Here, if the conversation is not ended (step S1607: No), the information processing apparatus 101 returns to step S1504 shown in FIG. 15. On the other hand, if the conversation is to be ended (step S1607: Yes), the information processing apparatus 101 ends the series of processes according to this flowchart.

これにより、情報処理端末102からオフレコ設定指示に応じて、チャットボットでの会話において受け付けた入力情報をマスキング処理してログ出力することができる。また、トークスクリプト内のステップ(箇所)において受け付けた入力情報について、マスキング処理依頼された回数をカウントすることができる。 Thereby, in response to an off-the-record setting instruction from the information processing terminal 102, input information received in a chatbot conversation can be masked and output as a log. Furthermore, it is possible to count the number of times a request for masking processing has been made regarding input information received at a step (location) in the talk script.

つぎに、図17および図18を用いて、実施の形態2にかかる情報処理装置101の第2の会話制御処理手順について説明する。 Next, the second conversation control processing procedure of the information processing apparatus 101 according to the second embodiment will be explained using FIGS. 17 and 18.

図17および図18は、実施の形態2にかかる情報処理装置101の第2の会話制御処理手順の一例を示すフローチャートである。図17のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットの開始指示を受信したか否かを判断する(ステップS1701)。 17 and 18 are flowcharts illustrating an example of the second conversation control processing procedure of the information processing apparatus 101 according to the second embodiment. In the flowchart of FIG. 17, first, the information processing apparatus 101 determines whether a chat start instruction has been received from the information processing terminal 102 (step S1701).

ここで、情報処理装置101は、チャットの開始指示を受信するのを待つ(ステップS1701:No)。情報処理装置101は、チャットの開始指示を受信した場合(ステップS1701:Yes)、スクリプトテーブル130を参照して、受信したチャットの開始指示に含まれるサービスIDに対応するスクリプトを、トークスクリプトに決定する(ステップS1702)。 Here, the information processing apparatus 101 waits to receive a chat start instruction (step S1701: No). When the information processing apparatus 101 receives a chat start instruction (step S1701: Yes), the information processing apparatus 101 refers to the script table 130 and determines the script corresponding to the service ID included in the received chat start instruction as a talk script. (Step S1702).

そして、情報処理装置101は、決定したトークスクリプトを用いて、情報処理端末102におけるチャットボットでの会話を開始する(ステップS1703)。つぎに、情報処理装置101は、回数カウンターテーブル1400を参照して、決定したトークスクリプトのうちの現在位置のラベルの回数を取得する(ステップS1704)。 Then, the information processing apparatus 101 starts a chatbot conversation on the information processing terminal 102 using the determined talk script (step S1703). Next, the information processing apparatus 101 refers to the number counter table 1400 and obtains the number of times of the label of the current position in the determined talk script (step S1704).

そして、情報処理装置101は、取得した回数がしきい値以上であるか否かを判断する(ステップS1705)。ここで、回数がしきい値未満の場合(ステップS1705:No)、情報処理装置101は、オフレコモードをOFFにして(ステップS1707)、図18に示すステップS1801に移行する。 Then, the information processing apparatus 101 determines whether the number of times of acquisition is equal to or greater than a threshold value (step S1705). Here, if the number of times is less than the threshold value (step S1705: No), the information processing apparatus 101 turns off the off-record mode (step S1707), and moves to step S1801 shown in FIG. 18.

なお、ステップS1704において、現在位置の回数を取得できなかった場合、情報処理装置101は、ステップS1707に移行する。 Note that if the number of times of the current position cannot be acquired in step S1704, the information processing apparatus 101 moves to step S1707.

一方、回数がしきい値以上の場合(ステップS1705:Yes)、情報処理装置101は、オフレコモードをONにして(ステップS1706)、図18に示すステップS1801に移行する。 On the other hand, if the number of times is equal to or greater than the threshold value (step S1705: Yes), the information processing apparatus 101 turns on the off-record mode (step S1706), and moves to step S1801 shown in FIG. 18.

この際、情報処理装置101は、例えば、図10に示したようにチャット画面700内の秘密ボタン720を有効化することにしてもよい。さらに、情報処理装置101は、チャット画面700内の秘密ボタン720とともに、「オフレコモードになっています。入力された情報はサーバに記録が残りません。」といったメッセージを表示することにしてもよい。また、第2の会話制御処理では、例えば、チャット画面700内に秘密ボタン720を表示しないことにしてもよい。 At this time, the information processing apparatus 101 may, for example, enable the secret button 720 in the chat screen 700 as shown in FIG. 10. Further, the information processing device 101 may display a message such as "You are in off-the-record mode. The information you entered will not be recorded on the server" along with the secret button 720 in the chat screen 700. . Furthermore, in the second conversation control process, for example, the secret button 720 may not be displayed on the chat screen 700.

図18のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信したか否かを判断する(ステップS1801)。ここで、入力情報を受信していない場合(ステップS1801:No)、情報処理装置101は、ステップS1806に移行する。 In the flowchart of FIG. 18, first, the information processing apparatus 101 determines whether input information received in a chatbot conversation is received from the information processing terminal 102 (step S1801). Here, if input information has not been received (step S1801: No), the information processing apparatus 101 moves to step S1806.

一方、入力情報を受信した場合(ステップS1801:Yes)、情報処理装置101は、受信した入力情報に基づく応答処理を実行する(ステップS1802)。つぎに、情報処理装置101は、オフレコモードがONであるか否かを判断する(ステップS1803)。 On the other hand, when input information is received (step S1801: Yes), the information processing apparatus 101 executes response processing based on the received input information (step S1802). Next, the information processing apparatus 101 determines whether the off-the-record mode is ON (step S1803).

ここで、オフレコモードがONの場合(ステップS1803:Yes)、情報処理装置101は、受信した入力情報に対するマスキング処理を実行して、入力情報がマスキングされたチャットログを出力し(ステップS1804)、ステップS1806に移行する。 Here, if the off-the-record mode is ON (step S1803: Yes), the information processing device 101 performs masking processing on the received input information, and outputs a chat log with the input information masked (step S1804), The process moves to step S1806.

一方、オフレコモードがOFFの場合には(ステップS1803:No)、情報処理装置101は、受信した入力情報を含むチャットログを出力する(ステップS1805)。そして、情報処理装置101は、情報処理端末102におけるチャットボットでの会話を終了するか否かを判断する(ステップS1806)。 On the other hand, if the off-the-record mode is OFF (step S1803: No), the information processing device 101 outputs a chat log including the received input information (step S1805). The information processing apparatus 101 then determines whether to end the chatbot conversation on the information processing terminal 102 (step S1806).

ここで、会話を終了しない場合(ステップS1806:No)、情報処理装置101は、図17に示したステップS1704に戻る。一方、会話を終了する場合(ステップS1806:Yes)、情報処理装置101は、本フローチャートによる一連の処理を終了する。 Here, if the conversation is not ended (step S1806: No), the information processing apparatus 101 returns to step S1704 shown in FIG. 17. On the other hand, if the conversation is to be ended (step S1806: Yes), the information processing apparatus 101 ends the series of processes according to this flowchart.

これにより、トークスクリプト内のステップ(箇所)のうち、過去にマスキング処理依頼された回数がしきい値以上となるステップにおいて受け付けた入力情報を、マスキング処理してログ出力することができる。 Thereby, among the steps (locations) in the talk script, the input information received at the step where the number of times the masking process has been requested in the past is equal to or greater than the threshold value can be masked and output as a log.

以上説明したように、実施の形態2にかかる情報処理装置101によれば、チャットボットでの会話内の第1の箇所と対応付けて、当該第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録することができる。 As described above, according to the information processing device 101 according to the second embodiment, input information received at the first location in association with the first location in the chatbot conversation is received, and , the number of times a masking processing request for the input information has been received can be recorded.

これにより、チャットボットでの会話において情報が入力される箇所(スクリプト内のステップ)について、入力情報をログに残さないための操作、例えば、秘密ボタン720が押された回数を記録することができる。 With this, it is possible to record operations to prevent input information from being logged, for example, the number of times the secret button 720 has been pressed, for locations where information is input in a chatbot conversation (steps in the script). .

また、情報処理装置101によれば、情報処理端末102からチャットボットでの会話内の第1の箇所において受け付けた入力情報を受信した場合、記録した回数に基づいて、受信した入力情報がマスキング処理対象の情報であるか否かを判断することができる。そして、情報処理装置101によれば、マスキング処理対象の情報であると判断した場合に、受信した入力情報をログに記録しない又は秘匿化するマスキング処理を実行することができる。 Further, according to the information processing device 101, when input information accepted at the first point in a chatbot conversation is received from the information processing terminal 102, the received input information is subjected to masking processing based on the number of times it has been recorded. It can be determined whether the information is the target information or not. According to the information processing apparatus 101, when it is determined that the information is subject to masking processing, it is possible to perform masking processing in which the received input information is not recorded in a log or is concealed.

これにより、情報が入力される箇所においてログに残さないための操作が過去にどれだけ行われたのかを考慮して、その箇所で入力された情報が、マスキング処理対象の情報であるかを判断することができる。このため、多数のユーザがログに残さないための操作を行った箇所については、ユーザが秘密ボタン720を押すといった操作を行うことなく、入力した情報をログに残さないようにすることが可能となる。 This allows us to determine whether the information entered at that location is subject to masking, considering how many operations have been performed in the past to prevent it from being recorded in the log. can do. Therefore, it is possible to prevent input information from being recorded in the log in areas where many users have performed operations to prevent it from being recorded in the log, without the user having to perform operations such as pressing the secret button 720. Become.

また、情報処理装置101によれば、情報処理装置101は、記録した回数がしきい値以上の場合に、受信した入力情報がマスキング処理対象の情報であると判断することができる。また、情報処理装置101によれば、第1の箇所に入力された入力情報を受信した総回数に対する、記録した回数の割合がしきい値以上の場合に、受信した入力情報がマスキング処理対象の情報であると判断することができる。 Further, according to the information processing apparatus 101, the information processing apparatus 101 can determine that the received input information is information to be subjected to masking processing when the number of times of recording is equal to or greater than a threshold value. Further, according to the information processing device 101, when the ratio of the number of times the input information input to the first location is recorded to the total number of times the input information is received is equal to or higher than the threshold value, the received input information is subject to masking processing. It can be determined that it is information.

これにより、集計期間中に他のユーザがログに残さないための操作を行った回数や割合の多さを考慮して、マスキング処理対象の情報が入力される箇所、すなわち、オフレコモードを自動設定する箇所を決めることができる。 This allows automatic setting of the off-the-record mode where information to be masked is input, taking into account the number and percentage of operations performed by other users to prevent them from being recorded in the log during the aggregation period. You can decide where to go.

(実施の形態3)
つぎに、実施の形態3にかかる情報処理装置101について説明する。実施の形態3では、チャットボットでの会話において受け付けた入力情報に個人特定情報が含まれる場合に注意喚起を行う場合について説明する。なお、実施の形態1,2で説明した箇所と同様の箇所については、同一符号を付して図示および説明を省略する。
(Embodiment 3)
Next, the information processing device 101 according to the third embodiment will be explained. In Embodiment 3, a case will be described in which a warning is given when input information received in a chatbot conversation includes personally identifying information. Note that portions similar to those described in Embodiments 1 and 2 are designated by the same reference numerals, and illustration and description thereof are omitted.

(情報処理装置101の機能的構成例)
まず、図19を用いて、実施の形態3にかかる情報処理装置101の機能的構成例について説明する。
(Functional configuration example of information processing device 101)
First, an example of the functional configuration of the information processing apparatus 101 according to the third embodiment will be described using FIG. 19.

図19は、実施の形態3にかかる情報処理装置101の機能的構成例を示すブロック図である。図19において、情報処理装置101は、受付部801と、会話制御部802と、記録制御部803と、判定部1901と、を含む。具体的には、例えば、受付部801~記録制御部803および判定部1901は、図2に示したメモリ202、ディスク204、可搬型記録媒体207などの記憶装置に記憶されたプログラムをCPU201に実行させることにより、または、通信I/F205により、その機能を実現する。各機能部の処理結果は、例えば、メモリ202、ディスク204などの記憶装置に記憶される。 FIG. 19 is a block diagram showing an example of the functional configuration of information processing apparatus 101 according to the third embodiment. In FIG. 19, the information processing apparatus 101 includes a reception section 801, a conversation control section 802, a recording control section 803, and a determination section 1901. Specifically, for example, the reception unit 801 to the recording control unit 803 and the determination unit 1901 cause the CPU 201 to execute a program stored in a storage device such as the memory 202, the disk 204, or the portable recording medium 207 shown in FIG. This function is realized by the communication I/F 205 or by the communication I/F 205. The processing results of each functional unit are stored in a storage device such as the memory 202 or the disk 204, for example.

以下、実施の形態3にかかる情報処理装置101の機能部のうち、実施の形態1にかかる情報処理装置101の機能部と異なる部分について説明する。 Hereinafter, among the functional units of the information processing apparatus 101 according to the third embodiment, parts that are different from the functional units of the information processing apparatus 101 according to the first embodiment will be explained.

判定部1901は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信した場合、入力情報に個人特定情報が含まれるか否かを判定する。ここで、個人特定情報は、個人を特定可能な情報であり、例えば、苗字(ラストネーム)、名前(ファーストネーム)、メールアドレスなどである。 When receiving input information accepted in a chatbot conversation from the information processing terminal 102, the determination unit 1901 determines whether the input information includes personal identification information. Here, the personal identification information is information that can identify an individual, and includes, for example, a last name, a first name, and an email address.

入力情報に個人特定情報が含まれるか否かの判定は、例えば、図20に示すような個人特定情報マスタ2000を用いて行われる。ここで、個人特定情報マスタ2000の記憶内容について説明する。個人特定情報マスタ2000は、例えば、図2に示したメモリ202、ディスク204などの記憶装置により実現される。 The determination as to whether or not the input information includes personal identification information is performed using, for example, a personal identification information master 2000 as shown in FIG. 20. Here, the contents stored in the personal identification information master 2000 will be explained. The personal identification information master 2000 is realized, for example, by a storage device such as the memory 202 and the disk 204 shown in FIG. 2.

図20は、個人特定情報マスタ2000の記憶内容の一例を示す説明図である。図20において、個人特定情報マスタ2000は、個人を特定可能な情報が含まれるか否かの判定に用いる辞書情報である。個人特定情報マスタ2000には、例えば、苗字、名前、ドメイン名などの文字列が記憶されている。 FIG. 20 is an explanatory diagram showing an example of the storage contents of the personal identification information master 2000. In FIG. 20, a personal identification information master 2000 is dictionary information used to determine whether information that can identify an individual is included. The personal identification information master 2000 stores, for example, character strings such as surnames, first names, and domain names.

具体的には、例えば、判定部1901は、入力情報を解析して、個人特定情報マスタ2000に記憶された文字列が含まれる場合に、入力情報に個人特定情報が含まれると判定する。例えば、入力情報に文字列「佐藤」が含まれる場合、入力情報に個人特定情報が含まれると判定される。 Specifically, for example, the determination unit 1901 analyzes the input information and determines that the input information includes personal identification information if the character string stored in the personal identification information master 2000 is included. For example, if the input information includes the character string "Sato", it is determined that the input information includes personal identification information.

会話制御部802は、判定部1901によって入力情報に個人特定情報が含まれると判定された場合、チャットボットでの会話において入力される情報に対するマスキング処理のレコメンド情報を情報処理端末102に出力する。ここで、レコメンド情報は、マスキング処理の実施をレコメンドするためのメッセージやアイコンなどである。 When the determination unit 1901 determines that the input information includes personal identification information, the conversation control unit 802 outputs recommendation information for masking processing for information input in the chatbot conversation to the information processing terminal 102. Here, the recommendation information is a message, an icon, etc. for recommending implementation of masking processing.

具体的には、例えば、会話制御部802は、チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報と対応付けて、マスキング処理のレコメンド情報を情報処理端末102に出力することにしてもよい。マスキング処理依頼は、例えば、情報処理端末102において問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、情報処理端末102から送信される。 Specifically, for example, in a chatbot conversation, the conversation control unit 802 sends recommendation information for masking processing to the information processing terminal in association with inquiry information regarding whether to permit recording of input information in a log. It is also possible to output the data to 102. The masking processing request is transmitted from the information processing terminal 102, for example, when an operation is performed on the information processing terminal 102 to disallow recording to a log in response to inquiry information.

これにより、個人特定情報が含まれる入力情報が入力された後、それ以降に入力される情報に対してマスキング処理を実施するか否かをユーザが選択することが可能となる。なお、問い合わせ情報と対応付けて出力される、マスキング処理のレコメンド情報の具体例については、図23を用いて後述する。 Thereby, after input information including personal identification information is input, the user can select whether to perform masking processing on information input thereafter. Note that a specific example of recommendation information for masking processing that is output in association with inquiry information will be described later using FIG. 23.

また、判定部1901は、機械学習モデルMを用いて、情報処理端末102におけるチャットボットでの会話において受け付けた入力情報に特定の単語が含まれるか否かを判定することにしてもよい。ここで、特定の単語は、例えば、パスワード、クレジットカード番号などである。機械学習モデルMは、入力された文字列が特定の単語であるか否かを分類するための機械学習のモデルである。 Further, the determination unit 1901 may use the machine learning model M to determine whether a specific word is included in input information received in a chatbot conversation on the information processing terminal 102. Here, the specific word is, for example, a password, a credit card number, etc. The machine learning model M is a machine learning model for classifying whether an input character string is a specific word or not.

具体的には、例えば、判定部1901は、受け付けた入力情報(テキストデータ)を形態素解析して単語に分割する。つぎに、判定部1901は、機械学習モデルMを用いて、分割した各単語が特定の単語であるか否かを判定する。そして、判定部1901は、少なくともいずれかの単語が特定の単語があると判定した場合に、入力情報に特定の単語が含まれると判定する。 Specifically, for example, the determination unit 1901 performs morphological analysis on received input information (text data) and divides it into words. Next, the determining unit 1901 uses the machine learning model M to determine whether each divided word is a specific word. Then, when determining that at least one of the words is a specific word, the determining unit 1901 determines that the input information includes the specific word.

機械学習モデルMは、例えば、特定の単語であるか否かを示すラベルが付与された文字列データを学習データ(教師データ)として、深層学習などの機械学習により生成される。より詳細に説明すると、例えば、機械学習モデルMは、例えば、CNNやLSTMなどのアルゴリズムを用いた深層学習により生成することができる。 The machine learning model M is generated by machine learning such as deep learning, using, as learning data (teacher data), character string data to which a label indicating whether or not the word is a specific word is given, for example. To explain in more detail, for example, the machine learning model M can be generated by deep learning using an algorithm such as CNN or LSTM.

なお、CNNは、Convolutional Neural Networkの略である。LSTMは、Long Short-Term Memoryの略である。機械学習モデルMの生成例については、図21を用いて後述する。また、特定の単語の判定例については、図22を用いて後述する。 Note that CNN is an abbreviation for Convolutional Neural Network. LSTM is an abbreviation for Long Short-Term Memory. An example of generating the machine learning model M will be described later using FIG. 21. Further, an example of determining a specific word will be described later using FIG. 22.

会話制御部802は、判定部1901によって入力情報に特定の単語が含まれると判定された場合、情報処理端末102に注意喚起情報を出力することにしてもよい。ここで、注意喚起情報は、ユーザにとって大切な情報を入力していないかを注意喚起するためのメッセージやアイコンなどである。具体的には、例えば、会話制御部802は、チャットボットでの会話において、特定の単語が含まれると判定された入力情報と対応付けて、注意喚起情報を情報処理端末102に出力することにしてもよい。 The conversation control unit 802 may output alerting information to the information processing terminal 102 when the determination unit 1901 determines that the input information includes a specific word. Here, the alert information is a message, an icon, or the like for alerting the user to whether or not he/she is inputting important information. Specifically, for example, the conversation control unit 802 decides to output alerting information to the information processing terminal 102 in association with input information determined to include a specific word in a chatbot conversation. It's okay.

また、会話制御部802は、特定の単語が含まれると判定された入力情報について、新たな入力情報を情報処理端末102から受信することにしてもよい。この場合、会話制御部802は、情報処理端末102から受信した新たな入力情報に基づいて、応答処理を実行する。また、会話制御部802は、例えば、特定の単語が含まれると判定された入力情報は破棄(削除)する。すなわち、特定の単語が含まれると判定された入力情報については、応答処理が実行されず、ログも記録されない。 Furthermore, the conversation control unit 802 may receive new input information from the information processing terminal 102 regarding the input information determined to include a specific word. In this case, the conversation control unit 802 executes response processing based on new input information received from the information processing terminal 102. Furthermore, the conversation control unit 802 discards (deletes) input information that is determined to include a specific word, for example. That is, for input information determined to include a specific word, response processing is not executed and no log is recorded.

また、注意喚起情報は、特定の単語が含まれると判定された入力情報に対するマスキング処理の実施をレコメンドする情報であってもよい。この場合、記録制御部803は、特定の単語が含まれると判定された入力情報のマスキング処理依頼を受信した場合、チャットボットでの会話に関するログを記録する際に、当該会話に関するログのうち入力情報に関するログにおける当該入力情報に対するマスキング処理を実行する。 Further, the alert information may be information that recommends implementation of masking processing for input information determined to include a specific word. In this case, when the recording control unit 803 receives a request for masking processing of input information determined to include a specific word, when recording a log related to a conversation in the chatbot, the recording control unit 803 inputs the input information from the log related to the conversation Executes masking processing for the input information in the information-related log.

なお、入力情報に特定の単語が含まれると判定された場合に出力される、注意喚起情報の具体例については、図24を用いて後述する。 Note that a specific example of the alert information that is output when it is determined that the input information includes a specific word will be described later using FIG. 24.

(機械学習モデルMの生成例)
つぎに、図21を用いて、機械学習モデルMの生成例について説明する。ここでは、特定の単語として、「パスワード」を例に挙げて説明する。
(Example of generation of machine learning model M)
Next, an example of generating the machine learning model M will be described using FIG. 21. Here, a specific word will be explained using "password" as an example.

図21は、学習データの具体例を示す説明図である。図21において、学習データ2100は、ラベルが付与された教師データの集合(例えば、教師データ2100-1~2100-4)である。例えば、学習データ2100は、ランダム文字列群と英単語群とを含む文字列群(図21中、符号2110)のそれぞれの文字列に関する教師データを含む。 FIG. 21 is an explanatory diagram showing a specific example of learning data. In FIG. 21, learning data 2100 is a set of labeled teacher data (for example, teacher data 2100-1 to 2100-4). For example, the learning data 2100 includes teacher data regarding each character string of a character string group (reference numeral 2110 in FIG. 21) including a random character string group and an English word group.

ランダム文字列群は、パスワードを想定した文字列群であり、例えば、下記パターン1~9の任意の文字列を均等に含む文字列群である。例)は、各パターンに対応する文字列の一例である。 The random character string group is a character string group that is assumed to be a password, and is, for example, a character string group that evenly includes arbitrary character strings of patterns 1 to 9 below. Example) is an example of a character string corresponding to each pattern.

パターン1:数字あり/記号あり/大文字あり、文字列長:4~20
例)w7mG$ijG
Pattern 1: With numbers/with symbols/with uppercase letters, string length: 4-20
Example) w7mG$ijG

パターン2:数字あり/記号なし/大文字なし、文字列長:4~20
例)a0r37m6b
Pattern 2: With numbers/no symbols/no capital letters, string length: 4-20
Example) a0r37m6b

パターン3:数字なし/記号あり/大文字なし、文字列長:4~20
例)a.opi|/$
Pattern 3: No numbers/with symbols/no capital letters, string length: 4-20
Example) a. opi|/$

パターン4:数字なし/記号なし/大文字あり、文字列長:4~20
例)GqADkYwH
Pattern 4: No numbers/no symbols/capital letters, string length: 4-20
Example) GqADkYwH

パターン5:数字あり/記号あり/大文字なし、文字列長:4~20
例)|m39)uk#
Pattern 5: With numbers/with symbols/no capital letters, string length: 4-20
Example) | m39) uk#

パターン6:数字あり/記号なし/大文字あり、文字列長:4~20
例)Dm3fGdQo
Pattern 6: With numbers/no symbols/with uppercase letters, string length: 4-20
Example) Dm3fGdQo

パターン7:数字あり/記号あり/大文字なし、文字列長:4~20
例)-z02;sm6
Pattern 7: With numbers/with symbols/no capital letters, string length: 4-20
Example) -z02;sm6

パターン8:数字なし/記号あり/大文字あり、文字列長:4~20
例)fz.Cs{!~
Pattern 8: No numbers/with symbols/with uppercase letters, string length: 4-20
Example) fz. Cs{! ~

パターン9:数字なし/記号なし/大文字なし、文字列長:4~20
例)miqmxyfi
Pattern 9: No numbers/no symbols/no capital letters, string length: 4-20
Example) miqmxyfi

英単語群は、任意の英単語を含む文字列群である。ランダム文字列群および英単語群は、それぞれ数千件程度(例えば、7000~8000件)の文字列を含む。 The English word group is a character string group containing arbitrary English words. The random character string group and the English word group each include approximately several thousand character strings (for example, 7,000 to 8,000 characters).

各文字列(単語)は、ベクトル表現で表される(図21中、符号2120)。例えば、各文字列は、各文字列に含まれる各文字を表すベクトルデータを出現順に並べた連続データ(文字列データ)である。各文字は、例えば、各文字のASCIIコードに対応する列を「1」、それ以外の列を「0」とする128次元のOne-hotベクトルによって表される。ASCIIは、American Standard Code for Information Interchangeの略である。 Each character string (word) is represented by a vector representation (numeral 2120 in FIG. 21). For example, each character string is continuous data (character string data) in which vector data representing each character included in each character string is arranged in the order of appearance. Each character is represented, for example, by a 128-dimensional one-hot vector in which the column corresponding to the ASCII code of each character is "1" and the other columns are "0". ASCII is an abbreviation for American Standard Code for Information Interchange.

ラベルは、文字列がパスワードであるか否かを示す情報である(図21中、符号2130)。ここでは、文字列がパスワードの場合、ラベル「0.0」が付与される。また、文字列が非パスワードの場合、ラベル「1.0」が付与される。 The label is information indicating whether the character string is a password (numeral 2130 in FIG. 21). Here, if the character string is a password, a label "0.0" is assigned. Further, if the character string is a non-password, a label "1.0" is assigned.

判定部1901は、例えば、学習データ2100に基づいて、文字列を時系列の連続データとみなしてRNN/LSTMを形成し、機械学習を行うことにより、機械学習モデルMを生成する。機械学習モデルMは、例えば、ASCII文字(ベクトル表現)の連続データ(配列)を入力として、パスワードである度合いを示す値を出力する。 The determination unit 1901 generates a machine learning model M by, for example, forming an RNN/LSTM based on the learning data 2100, regarding the character string as time-series continuous data, and performing machine learning. The machine learning model M receives, for example, continuous data (array) of ASCII characters (vector representation) as input and outputs a value indicating the degree to which the data is a password.

パスワードである度合いを示す値は、0から1までの数値(小数)によって表される。ここでは、パスワードである度合いを示す値は、0から1までの範囲で、パスワードである度合いが高いほど低い値となり、パスワードである度合いが低いほど高い値となる。 The value indicating the degree to which the password is a password is expressed by a numerical value (decimal number) from 0 to 1. Here, the value indicating the degree of being a password is in the range from 0 to 1, and the higher the degree of being a password, the lower the value, and the lower the degree of being a password, the higher the value.

ここで、図22を用いて、パスワードの判定例について説明する。ここでは、判定対象となる文字列を「hVLVcaWf」とする。 Here, an example of password determination will be described using FIG. 22. Here, the character string to be determined is "hVLVcaWf".

図22は、パスワードの判定例を示す説明図である。図22において、連続データ2200は、文字列「hVLVcaWf」をベクトル表現したものである。具体的には、連続データ2200は、文字列「hVLVcaWf」に含まれる各文字を表すベクトルデータを出現順に並べたものである。 FIG. 22 is an explanatory diagram showing an example of password determination. In FIG. 22, continuous data 2200 is a vector representation of the character string "hVLVcaWf." Specifically, continuous data 2200 is vector data representing each character included in the character string "hVLVcaWf" arranged in the order of appearance.

例えば、文字列「hVLVcaWf」に含まれる文字「h」は、ASCIIコードに対応する104列目の列を「1」、それ以外の列を「0」とするベクトルデータによって表される。また、文字列「hVLVcaWf」に含まれる文字「V」は、ASCIIコードに対応する86列目の列を「1」、それ以外の列を「0」とするベクトルデータによって表される。 For example, the character "h" included in the character string "hVLVcaWf" is represented by vector data in which the 104th column corresponding to the ASCII code is "1" and the other columns are "0". Further, the character "V" included in the character string "hVLVcaWf" is represented by vector data in which the 86th column corresponding to the ASCII code is "1" and the other columns are "0".

ここでは、機械学習モデルMに連続データ2200を入力した結果、出力値「0.00001」が出力された場合を想定する。この場合、判定部1901は、例えば、機械学習モデルMの出力値「0.00001」が、しきい値α未満の場合に、パスワードであると判定する。しきい値αは、任意に設定可能であり、例えば、0.5程度の値に設定される。例えば、しきい値αを「α=0.5」とすると、判定部1901は、出力値「0.00001」がしきい値α未満のため、文字列「hVLVcaWf」がパスワードであると判定する。 Here, it is assumed that as a result of inputting continuous data 2200 to machine learning model M, an output value "0.00001" is output. In this case, the determination unit 1901 determines that it is a password, for example, when the output value "0.00001" of the machine learning model M is less than the threshold value α. The threshold value α can be set arbitrarily, and is set to a value of about 0.5, for example. For example, if the threshold value α is “α=0.5”, the determination unit 1901 determines that the character string “hVLVcaWf” is a password because the output value “0.00001” is less than the threshold value α. .

(マスキング処理のレコメンド情報の具体例)
つぎに、図23を用いて、問い合わせ情報と対応付けて出力される、マスキング処理のレコメンド情報の具体例について説明する。
(Specific example of recommendation information for masking processing)
Next, a specific example of recommendation information for masking processing that is output in association with inquiry information will be described using FIG. 23.

図23は、チャット画面の画面例を示す説明図(その3)である。図23において、チャット画面2300は、情報処理端末102におけるチャットボットでの会話を表示する操作画面の一例である。ここでは、図9に示したチャット画面700と同様に、チャットボットと連携した双方向コミュニケーションを利用して、何らかの相談を行う場合を例に挙げて説明する。 FIG. 23 is an explanatory diagram (part 3) showing an example of the chat screen. In FIG. 23, a chat screen 2300 is an example of an operation screen that displays a chatbot conversation on the information processing terminal 102. Here, similar to the chat screen 700 shown in FIG. 9, a case where some kind of consultation is performed using two-way communication in cooperation with a chatbot will be described as an example.

チャット画面2300において、例えば、図3に示した入力装置304を用いたユーザの操作入力により、ボックス2310を選択することで、メッセージを入力することができる。また、チャット画面2300において、送信ボタン2311を選択することで、ボックス2310に入力されたメッセージをチャットボット側(情報処理装置101)に送信することができる。 On the chat screen 2300, for example, a message can be input by selecting a box 2310 by a user's operation input using the input device 304 shown in FIG. Furthermore, by selecting a send button 2311 on the chat screen 2300, the message entered in the box 2310 can be sent to the chatbot side (information processing device 101).

ここで、チャット画面2300には、アバターavの発言を表すメッセージm11,m13と、ユーザの発言を表すメッセージm12が表示されている。メッセージm11は、ユーザの名前の入力を促すメッセージの一例である。メッセージm12は、アバターavのメッセージm1に対して入力された名前の一例である。メッセージm13は、ユーザの相談内容の入力を促すメッセージの一例である。 Here, the chat screen 2300 displays messages m11 and m13 representing the utterances of the avatar av, and a message m12 representing the user's utterances. Message m11 is an example of a message prompting the user to input the user's name. The message m12 is an example of the name input for the message m1 of the avatar av. The message m13 is an example of a message that prompts the user to input consultation details.

ここでは、ユーザの相談内容の入力に先立って、ユーザの名前「佐藤太郎」が入力されている。この場合、チャットボットでの会話において受け付けた「佐藤太郎」が入力情報として、情報処理端末102から情報処理装置101に送信される。判定部1901は、個人特定情報マスタ2000を参照して、入力情報「佐藤太郎」に個人特定情報が含まれるか否かを判定する。 Here, the user's name "Taro Sato" is input prior to inputting the content of the user's consultation. In this case, "Taro Sato" received in the chatbot conversation is transmitted from the information processing terminal 102 to the information processing apparatus 101 as input information. The determination unit 1901 refers to the personal identification information master 2000 and determines whether or not the input information “Taro Sato” includes personal identification information.

ここでは、入力情報「佐藤太郎」に、個人特定情報マスタ2000に記憶された「佐藤」が含まれるため、入力情報「佐藤太郎」に個人特定情報が含まれると判定される。この場合、会話制御部802は、入力情報のログへの記録を許可するか否かの問い合わせ情報と対応付けて、マスキング処理のレコメンド情報を情報処理端末102に出力する。 Here, since the input information "Taro Sato" includes "Sato" stored in the personal identification information master 2000, it is determined that the input information "Taro Sato" includes personal identification information. In this case, the conversation control unit 802 outputs masking processing recommendation information to the information processing terminal 102 in association with inquiry information regarding whether to permit recording of the input information in the log.

すなわち、チャットボットでの会話において、個人を特定可能な情報が入力されると、それ以降に入力される情報は、個人を特定可能な状態でサーバ上(例えば、情報処理装置101)に記録されることになる。このため、情報処理装置101は、チャットボットでの会話において以降入力される情報に対するマスキング処理をレコメンドする。 That is, when personally identifiable information is input in a chatbot conversation, the information input thereafter is recorded on the server (for example, the information processing device 101) in a state in which the individual can be identified. That will happen. Therefore, the information processing apparatus 101 recommends masking processing for information that will be input later in the chatbot conversation.

図23の例では、チャット画面2300において、秘密ボタン2320と対応付けて、レコメンドメッセージ2330が表示されている。秘密ボタン2320は、入力情報のログへの記録を許可するか否かの問い合わせ情報の一例である。レコメンドメッセージ2330は、マスキング処理のレコメンド情報の一例である。 In the example of FIG. 23, a recommendation message 2330 is displayed in association with a secret button 2320 on the chat screen 2300. The secret button 2320 is an example of inquiry information regarding whether to permit recording of input information in a log. The recommendation message 2330 is an example of recommendation information for masking processing.

レコメンドメッセージ2330によれば、ユーザは、秘密ボタン2320を押せば、入力した情報がログに記録されないことを把握することができる。例えば、ユーザが自身の相談内容をログに残したくないため、チャット画面2300において、秘密ボタン2320を選択したとする。この場合、情報処理端末102から情報処理装置101にオフレコ設定指示が送信され、オフレコモードが設定(ON)される。 According to the recommendation message 2330, if the user presses the secret button 2320, the user can understand that the input information will not be recorded in the log. For example, assume that the user selects the secret button 2320 on the chat screen 2300 because he does not want to record his consultation details in the log. In this case, an off-the-record setting instruction is transmitted from the information processing terminal 102 to the information processing apparatus 101, and off-the-record mode is set (ON).

(注意喚起情報の具体例)
つぎに、図24を用いて、入力情報に特定の単語が含まれると判定された場合に出力される、注意喚起情報の具体例について説明する。
(Specific example of alert information)
Next, a specific example of the alert information that is output when it is determined that the input information includes a specific word will be described using FIG. 24.

図24は、チャット画面の画面例を示す説明図(その4)である。図24において、チャット画面2400は、情報処理端末102におけるチャットボットでの会話を表示する操作画面の一例である。ここでは、図9に示したチャット画面700と同様に、チャットボットと連携した双方向コミュニケーションを利用して、何らかの相談を行う場合を例に挙げて説明する。 FIG. 24 is an explanatory diagram (Part 4) showing an example of the chat screen. In FIG. 24, a chat screen 2400 is an example of an operation screen that displays a chatbot conversation on the information processing terminal 102. Here, similar to the chat screen 700 shown in FIG. 9, a case where some kind of consultation is performed using two-way communication in cooperation with a chatbot will be described as an example.

ここで、チャット画面2400には、アバターavの発言を表すメッセージm21,m23と、ユーザの発言を表すメッセージm22が表示されている。ここでは、アバターavのメッセージm23に対して、ボックス2410にユーザの相談内容が入力され、送信ボタン2411が選択された場合を想定する。 Here, the chat screen 2400 displays messages m21 and m23 representing comments made by the avatar av, and a message m22 representing comments made by the user. Here, it is assumed that the content of the user's consultation is input into the box 2410 and the send button 2411 is selected in response to the message m23 of the avatar AV.

この場合、ボックス2410に入力された相談内容が入力情報として、情報処理端末102から情報処理装置101に送信される。判定部1901は、入力情報(相談内容)を単語に分割し、機械学習モデルMを用いて、分割した各単語にパスワードが含まれるか否かを判定する。 In this case, the content of the consultation input in box 2410 is transmitted from information processing terminal 102 to information processing apparatus 101 as input information. The determination unit 1901 divides the input information (consultation content) into words, and uses the machine learning model M to determine whether each divided word includes a password.

例えば、ボックス2410に入力された相談内容の一部「ちなみにパスワードはhVLVcaWfです。」を例に挙げると、単語「ちなみに」、「パスワード」、「は」、「hVLVcaWf」、「です」、「。」に分割される。そして、単語「hVLVcaWf」が、パスワードであると判定される。 For example, if a part of the consultation content entered in box 2410 is ``By the way, the password is hVLVcaWf.'', the words ``by the way'', ``password'', ``ha'', ``hVLVcaWf'', ``desu'', and ``. ”. Then, the word "hVLVcaWf" is determined to be a password.

この場合、会話制御部802は、パスワードが含まれると判定された入力情報と対応付けて、注意喚起情報を情報処理端末102に出力する。例えば、チャットボットでの会話において、ユーザの相談内容としてパスワードを含む文章が入力されると、誤ってパスワードを入力した可能性があるため、大切な情報を入力していないかを注意喚起する。 In this case, the conversation control unit 802 outputs the alerting information to the information processing terminal 102 in association with the input information determined to include the password. For example, in a conversation with a chatbot, if a sentence that includes a password is input as part of the user's consultation, the system alerts the user to make sure they are not entering important information, as it is possible that the password was entered by mistake.

図24の例では、チャット画面2400において、ボックス2410の横に設けられた秘密ボタン2420と対応付けて、注意喚起情報2430が表示されている。秘密ボタン2420は、入力情報のログへの記録を許可するか否かの問い合わせ情報の一例である。注意喚起情報2430は、大切な情報を入力していないかを注意喚起するとともに、入力情報に対するマスキング処理の実施をレコメンドする情報の一例である。 In the example of FIG. 24, alert information 2430 is displayed on chat screen 2400 in association with secret button 2420 provided next to box 2410. The secret button 2420 is an example of inquiry information regarding whether to permit recording of input information in a log. The alert information 2430 is an example of information that alerts the user to whether important information is being input and recommends that masking processing be performed on the input information.

注意喚起情報2430によれば、ユーザは、大切な情報を入力していないかどうかを確認することができる。例えば、ユーザが誤ってパスワードを入力してしまったことに気付いた場合は、ボックス2410に相談内容を入力し直して、送信ボタン2411を選択することで、新たな入力情報を情報処理端末102から情報処理装置101に送信することができる。 According to the alert information 2430, the user can confirm whether or not he/she has inputted important information. For example, if the user realizes that he or she has entered the password by mistake, the user can re-enter the consultation details in box 2410 and select the send button 2411 to send new input information from the information processing terminal 102. It can be transmitted to the information processing device 101.

この場合、会話制御部802は、情報処理端末102から受信した新たな入力情報に基づいて、応答処理を実行する。また、会話制御部802は、パスワードが含まれると判定された入力情報は破棄する。また、記録制御部803は、パスワードが含まれると判定された入力情報については、ログに記録しない。 In this case, the conversation control unit 802 executes response processing based on new input information received from the information processing terminal 102. Furthermore, the conversation control unit 802 discards input information that is determined to include a password. Further, the recording control unit 803 does not record input information determined to include a password in the log.

また、ユーザが、パスワードが含まれていても問題ないと判断した場合は、例えば、相談内容を入力し直すことなく、送信ボタン2411を再度選択することで、入力情報を確定することができる。この場合、パスワードを含む入力情報に基づく応答処理が実行される。 Furthermore, if the user determines that there is no problem even if the password is included, the input information can be confirmed by selecting the send button 2411 again, for example, without re-entering the consultation details. In this case, response processing based on input information including the password is executed.

また、ユーザが、秘密ボタン2420を選択した上で、送信ボタン2411を再度選択することで、入力情報を確定するとともに、オフレコモードを設定(ON)することができる。この場合、チャットボットでの会話に関するログを記録する際に、入力情報に対するマスキング処理が実行される。 Further, by selecting the secret button 2420 and then selecting the send button 2411 again, the user can confirm the input information and set (ON) the off-the-record mode. In this case, when recording a log related to a chatbot conversation, a masking process is performed on the input information.

(情報処理装置101の会話制御処理手順)
つぎに、実施の形態3にかかる情報処理装置101の会話制御処理手順について説明する。まず、図25および図26を用いて、実施の形態3にかかる情報処理装置101の第1の会話制御処理手順について説明する。第1の会話制御処理では、チャットボットでの会話において受け付けた入力情報に個人特定情報が含まれる場合に、マスキング処理をレコメンドする。
(Conversation control processing procedure of information processing device 101)
Next, a conversation control processing procedure of the information processing apparatus 101 according to the third embodiment will be explained. First, the first conversation control processing procedure of the information processing apparatus 101 according to the third embodiment will be described using FIGS. 25 and 26. In the first conversation control process, if the input information received in the chatbot conversation includes personal identification information, a masking process is recommended.

図25および図26は、実施の形態3にかかる情報処理装置101の第1の会話制御処理手順の一例を示すフローチャートである。図25のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットの開始指示を受信したか否かを判断する(ステップS2501)。 25 and 26 are flowcharts illustrating an example of the first conversation control processing procedure of the information processing apparatus 101 according to the third embodiment. In the flowchart of FIG. 25, first, the information processing apparatus 101 determines whether a chat start instruction has been received from the information processing terminal 102 (step S2501).

ここで、情報処理装置101は、チャットの開始指示を受信するのを待つ(ステップS2501:No)。情報処理装置101は、チャットの開始指示を受信した場合(ステップS2501:Yes)、スクリプトテーブル130を参照して、受信したチャットの開始指示に含まれるサービスIDに対応するスクリプトを、トークスクリプトに決定する(ステップS2502)。 Here, the information processing apparatus 101 waits to receive a chat start instruction (step S2501: No). When the information processing apparatus 101 receives a chat start instruction (step S2501: Yes), the information processing apparatus 101 refers to the script table 130 and determines the script corresponding to the service ID included in the received chat start instruction as a talk script. (Step S2502).

そして、情報処理装置101は、決定したトークスクリプトを用いて、情報処理端末102におけるチャットボットでの会話を開始する(ステップS2503)。この際、情報処理装置101は、入力情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力する。問い合わせ情報は、例えば、図23に示した秘密ボタン2320である。 Then, the information processing apparatus 101 starts a chatbot conversation on the information processing terminal 102 using the determined talk script (step S2503). At this time, the information processing apparatus 101 outputs to the information processing terminal 102 inquiry information regarding whether to permit recording of the input information in the log. The inquiry information is, for example, the secret button 2320 shown in FIG. 23.

つぎに、情報処理装置101は、チャットボットでの会話において個人特定情報が入力済みであるか否かを判断する(ステップS2504)。ここで、個人特定情報が入力済みではない場合(ステップS2504:No)、情報処理装置101は、ステップS2506に移行する。 Next, the information processing apparatus 101 determines whether personal identification information has been input in the chatbot conversation (step S2504). Here, if the personal identification information has not been input (step S2504: No), the information processing apparatus 101 moves to step S2506.

一方、個人特定情報が入力済みの場合(ステップS2504:Yes)、情報処理装置101は、チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報と対応付けて、マスキング処理のレコメンド情報を情報処理端末102に出力する(ステップS2505)。 On the other hand, if the personal identification information has been input (step S2504: Yes), the information processing device 101 associates the input information with inquiry information regarding whether to permit recording of the input information in the log in the chatbot conversation. , outputs recommendation information for the masking process to the information processing terminal 102 (step S2505).

つぎに、情報処理装置101は、情報処理端末102からオフレコ設定指示を受信したか否かを判断する(ステップS2506)。ここで、情報処理端末102からオフレコ設定指示を受信していない場合(ステップS2506:No)、情報処理装置101は、図26に示すステップS2601に移行する。 Next, the information processing apparatus 101 determines whether an off-the-record setting instruction has been received from the information processing terminal 102 (step S2506). Here, if the off-the-record setting instruction has not been received from the information processing terminal 102 (step S2506: No), the information processing apparatus 101 moves to step S2601 shown in FIG. 26.

一方、情報処理端末102からオフレコ設定指示を受信した場合(ステップS2506:Yes)、情報処理装置101は、オフレコモードをONにして(ステップS2507)、図26に示すステップS2601に移行する。 On the other hand, if the off-the-record setting instruction is received from the information processing terminal 102 (step S2506: Yes), the information processing apparatus 101 turns on the off-the-record mode (step S2507), and proceeds to step S2601 shown in FIG. 26.

図26のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信したか否かを判断する(ステップS2601)。ここで、入力情報を受信していない場合(ステップS2601:No)、情報処理装置101は、ステップS2609に移行する。 In the flowchart of FIG. 26, first, the information processing apparatus 101 determines whether input information accepted in a chatbot conversation is received from the information processing terminal 102 (step S2601). Here, if input information has not been received (step S2601: No), the information processing apparatus 101 moves to step S2609.

一方、入力情報を受信した場合(ステップS2601:Yes)、情報処理装置101は、受信した入力情報に基づく応答処理を実行する(ステップS2602)。つぎに、情報処理装置101は、オフレコモードがONであるか否かを判断する(ステップS2603)。 On the other hand, when input information is received (step S2601: Yes), the information processing apparatus 101 executes response processing based on the received input information (step S2602). Next, the information processing apparatus 101 determines whether the off-the-record mode is ON (step S2603).

ここで、オフレコモードがONの場合(ステップS2603:Yes)、情報処理装置101は、受信した入力情報に対するマスキング処理を実行して、入力情報がマスキングされたチャットログを出力する(ステップS2604)。そして、情報処理装置101は、オフレコモードをOFFにして(ステップS2605)、ステップS2607に移行する。 Here, if the off-the-record mode is ON (step S2603: Yes), the information processing apparatus 101 performs masking processing on the received input information, and outputs a chat log with the input information masked (step S2604). Then, the information processing apparatus 101 turns off the off-the-record mode (step S2605), and proceeds to step S2607.

一方、オフレコモードがOFFの場合には(ステップS2603:No)、情報処理装置101は、受信した入力情報を含むチャットログを出力する(ステップS2606)。そして、情報処理装置101は、受信した入力情報に個人特定情報が含まれるか否かを判断する(ステップS2607)。 On the other hand, if the off-the-record mode is OFF (step S2603: No), the information processing apparatus 101 outputs a chat log including the received input information (step S2606). The information processing apparatus 101 then determines whether the received input information includes personal identification information (step S2607).

ここで、入力情報に個人特定情報が含まれない場合(ステップS2607:No)、情報処理装置101は、ステップS2609に移行する。一方、入力情報に個人特定情報が含まれる場合(ステップS2607:Yes)、情報処理装置101は、個人特定情報が入力済みであることを記録する(ステップS2608)。 Here, if the input information does not include personal identification information (step S2607: No), the information processing apparatus 101 moves to step S2609. On the other hand, if the input information includes personal identification information (step S2607: Yes), the information processing apparatus 101 records that the personal identification information has been input (step S2608).

そして、情報処理装置101は、情報処理端末102におけるチャットボットでの会話を終了するか否かを判断する(ステップS2609)。ここで、会話を終了しない場合(ステップS2609:No)、情報処理装置101は、図25に示したステップS2504に戻る。一方、会話を終了する場合(ステップS2609:Yes)、情報処理装置101は、本フローチャートによる一連の処理を終了する。 The information processing apparatus 101 then determines whether to end the chatbot conversation on the information processing terminal 102 (step S2609). Here, if the conversation is not ended (step S2609: No), the information processing apparatus 101 returns to step S2504 shown in FIG. 25. On the other hand, if the conversation is to be ended (step S2609: Yes), the information processing apparatus 101 ends the series of processes according to this flowchart.

これにより、情報処理端末102におけるチャットボットでの会話において受け付けた入力情報に個人特定情報が含まれる場合に、チャットボットでの会話において以降入力される情報をマスキングするようレコメンドすることができる。 Thereby, if the input information received in the chatbot conversation on the information processing terminal 102 includes personal identification information, it is possible to recommend that information input later in the chatbot conversation be masked.

つぎに、図27を用いて、実施の形態3にかかる情報処理装置101の第2の会話制御処理手順について説明する。第2の会話制御処理では、チャットボットでの会話において受け付けた入力情報にパスワードが含まれる場合に、注意喚起情報を出力する。また、図27では、チャットボットでの会話に関するログを記録する処理についての説明は省略する。 Next, the second conversation control processing procedure of the information processing apparatus 101 according to the third embodiment will be explained using FIG. 27. In the second conversation control process, if the input information received in the chatbot conversation includes a password, alerting information is output. Further, in FIG. 27, a description of the process of recording a log related to a chatbot conversation is omitted.

図27は、実施の形態3にかかる情報処理装置101の第2の会話制御処理手順の一例を示すフローチャートである。図27のフローチャートにおいて、まず、情報処理装置101は、情報処理端末102からチャットの開始指示を受信したか否かを判断する(ステップS2701)。 FIG. 27 is a flowchart illustrating an example of the second conversation control processing procedure of the information processing apparatus 101 according to the third embodiment. In the flowchart of FIG. 27, first, the information processing apparatus 101 determines whether a chat start instruction has been received from the information processing terminal 102 (step S2701).

ここで、情報処理装置101は、チャットの開始指示を受信するのを待つ(ステップS2701:No)。情報処理装置101は、チャットの開始指示を受信した場合(ステップS2701:Yes)、スクリプトテーブル130を参照して、受信したチャットの開始指示に含まれるサービスIDに対応するスクリプトを、トークスクリプトに決定する(ステップS2702)。 Here, the information processing apparatus 101 waits to receive a chat start instruction (step S2701: No). When the information processing apparatus 101 receives a chat start instruction (step S2701: Yes), the information processing apparatus 101 refers to the script table 130 and determines the script corresponding to the service ID included in the received chat start instruction as a talk script. (Step S2702).

そして、情報処理装置101は、決定したトークスクリプトを用いて、情報処理端末102におけるチャットボットでの会話を開始する(ステップS2703)。この際、情報処理装置101は、入力情報のログへの記録を許可するか否かの問い合わせ情報を、情報処理端末102に出力することにしてもよい。問い合わせ情報は、例えば、図24に示した秘密ボタン2420である。 Then, the information processing apparatus 101 starts a chatbot conversation on the information processing terminal 102 using the determined talk script (step S2703). At this time, the information processing apparatus 101 may output to the information processing terminal 102 inquiry information regarding whether or not to permit recording of the input information in the log. The inquiry information is, for example, the secret button 2420 shown in FIG. 24.

つぎに、情報処理装置101は、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信したか否かを判断する(ステップS2704)。ここで、入力情報を受信していない場合(ステップS2704:No)、情報処理装置101は、ステップS2711に移行する。 Next, the information processing apparatus 101 determines whether input information accepted in the chatbot conversation is received from the information processing terminal 102 (step S2704). Here, if input information has not been received (step S2704: No), the information processing apparatus 101 moves to step S2711.

一方、入力情報を受信した場合(ステップS2704:Yes)、情報処理装置101は、受信した入力情報に対するパスワード検出処理を実行する(ステップS2705)。パスワード検出処理は、機械学習モデルMを用いて、入力情報に含まれるパスワードを検出する処理である。 On the other hand, when input information is received (step S2704: Yes), the information processing apparatus 101 executes password detection processing for the received input information (step S2705). The password detection process is a process that uses the machine learning model M to detect a password included in input information.

つぎに、情報処理装置101は、パスワードが検出されたか否かを判断する(ステップS2706)。ここで、パスワードが検出されなかった場合(ステップS2706:No)、情報処理装置101は、受信した入力情報に基づく応答処理を実行して(ステップS2707)、ステップS2711に移行する。 Next, the information processing apparatus 101 determines whether a password has been detected (step S2706). Here, if a password is not detected (step S2706: No), the information processing apparatus 101 executes response processing based on the received input information (step S2707), and proceeds to step S2711.

一方、パスワードが検出された場合(ステップS2706:Yes)、情報処理装置101は、注意喚起情報を情報処理端末102に出力する(ステップS2708)。そして、情報処理装置101は、パスワードが検出された入力情報について、新たな入力情報を情報処理端末102から受信したか否かを判断する(ステップS2709)。 On the other hand, if a password is detected (step S2706: Yes), the information processing apparatus 101 outputs alert information to the information processing terminal 102 (step S2708). The information processing apparatus 101 then determines whether new input information has been received from the information processing terminal 102 for the input information for which the password has been detected (step S2709).

ここで、新たな入力情報を受信していない場合(ステップS2709:No)、情報処理装置101は、ステップS2707に移行する。一方、新たな入力情報を受信した場合(ステップS2709:Yes)、情報処理装置101は、受信した新たな入力情報に基づく応答処理を実行する(ステップS2710)。 Here, if new input information has not been received (step S2709: No), the information processing apparatus 101 moves to step S2707. On the other hand, when new input information is received (step S2709: Yes), the information processing apparatus 101 executes response processing based on the received new input information (step S2710).

そして、情報処理装置101は、情報処理端末102におけるチャットボットでの会話を終了するか否かを判断する(ステップS2711)。ここで、会話を終了しない場合(ステップS2711:No)、情報処理装置101は、ステップS2704に戻る。一方、会話を終了する場合(ステップS2711:Yes)、情報処理装置101は、本フローチャートによる一連の処理を終了する。 The information processing apparatus 101 then determines whether to end the chatbot conversation on the information processing terminal 102 (step S2711). Here, if the conversation is not ended (step S2711: No), the information processing apparatus 101 returns to step S2704. On the other hand, if the conversation is to be ended (step S2711: Yes), the information processing apparatus 101 ends the series of processes according to this flowchart.

これにより、チャットボットでの会話において受け付けた入力情報にパスワードが含まれる場合に、誤ってパスワードを入力していないかを注意喚起することができる。 As a result, when a password is included in the input information received in a chatbot conversation, it is possible to alert the user to whether the password has been entered incorrectly.

以上説明したように、実施の形態3にかかる情報処理装置101によれば、情報処理端末102からチャットボットでの会話において受け付けた入力情報を受信した場合、入力情報に個人特定情報が含まれるか否かを判定することができる。そして、情報処理装置101によれば、個人特定情報が含まれると判定した場合、チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を情報処理端末102に出力することができる。 As described above, according to the information processing apparatus 101 according to the third embodiment, when input information accepted in a chatbot conversation is received from the information processing terminal 102, whether the input information includes personally identifying information or not. It can be determined whether or not. According to the information processing device 101, if it is determined that personally identifying information is included, it is possible to output to the information processing terminal 102 information that recommends masking processing for information input in a chatbot conversation.

これにより、情報処理端末102におけるチャットボットでの会話において受け付けた入力情報に個人特定情報が含まれる場合に、チャットボットでの会話において以降入力される情報をマスキングするようレコメンドすることができる。例えば、個人を特定可能な情報が入力されると、それ以降入力された情報は、個人を特定可能な状態でログに記録されることになる。このため、個人を特定可能な情報が入力された場合に、それ以降に入力される情報についてのマスキング処理をレコメンドする。 Thereby, if the input information received in the chatbot conversation on the information processing terminal 102 includes personal identification information, it is possible to recommend that information input later in the chatbot conversation be masked. For example, once personally identifiable information is entered, any information entered thereafter will be recorded in a log in a manner that allows the individual to be identified. Therefore, when personally identifiable information is input, masking processing is recommended for information input after that.

また、情報処理装置101によれば、入力された文字列が特定の単語であるか否かを分類するための機械学習モデル(M)を用いて、情報処理端末102におけるチャットボットでの会話において受け付けた入力情報に特定の単語が含まれるか否かを判定することができる。そして、情報処理装置101によれば、入力情報に特定の単語が含まれると判定した場合、情報処理端末102に注意喚起情報を出力することができる。 Further, according to the information processing device 101, a machine learning model (M) for classifying whether an input character string is a specific word or not is used in a chatbot conversation on the information processing terminal 102. It is possible to determine whether or not the received input information includes a specific word. According to the information processing device 101, when it is determined that the input information includes a specific word, the information processing device 101 can output alert information to the information processing terminal 102.

これにより、チャットボットでの会話において受け付けた入力情報にパスワードなどの特定の単語が含まれる場合に、誤って不必要な情報を入力していないかを注意喚起することができる。 As a result, when input information received in a chatbot conversation includes a specific word such as a password, it is possible to alert the user to whether unnecessary information is being input by mistake.

これらのことから、実施の形態1~3にかかる情報処理装置101によれば、チャットボットを利用したサービスの円滑な利用を図ることができる。実施の形態1~3は、矛盾のないように組み合わせることにしてもよい。例えば、実施の形態1にかかる情報処理装置101が、実施の形態2にかかる情報処理装置101の機能と、実施の形態3にかかる情報処理装置101の機能とを有することにしてもよい。 For these reasons, according to the information processing apparatus 101 according to the first to third embodiments, it is possible to smoothly utilize a service using a chatbot. Embodiments 1 to 3 may be combined without contradiction. For example, the information processing apparatus 101 according to the first embodiment may have the functions of the information processing apparatus 101 according to the second embodiment and the functions of the information processing apparatus 101 according to the third embodiment.

なお、本実施の形態で説明した会話制御方法は、あらかじめ用意されたプログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。本会話制御プログラムは、ハードディスク、フレキシブルディスク、CD-ROM、DVD、USBメモリ等のコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また、本会話制御プログラムは、インターネット等のネットワークを介して配布してもよい。 Note that the conversation control 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 conversation control program is recorded on a computer-readable recording medium such as a hard disk, flexible disk, CD-ROM, DVD, or USB memory, and is executed by being read from the recording medium by the computer. Further, this conversation control 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 device 101 described in this embodiment can also be realized by a specific application IC such as a standard cell or a structured ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device) such as an FPGA.

上述した実施の形態に関し、さらに以下の付記を開示する。 Regarding the embodiments described above, the following additional notes are further disclosed.

(付記1)情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、
処理をコンピュータに実行させることを特徴とする会話制御プログラム。
(Additional Note 1) Receive input information accepted in a chatbot conversation from an information processing terminal, and execute response processing based on the input information,
If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
A conversation control program that causes a computer to perform processing.

(付記2)前記チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報を前記情報処理端末に出力する、処理を前記コンピュータに実行させ、
前記マスキング処理依頼は、前記情報処理端末において前記問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、前記情報処理端末から送信される、ことを特徴とする付記1に記載の会話制御プログラム。
(Supplementary note 2) causing the computer to execute a process of outputting inquiry information to the information processing terminal as to whether or not to permit recording of input information in a log in a conversation with the chatbot;
A supplementary note characterized in that the masking processing request is sent from the information processing terminal when an operation to disallow recording to a log is performed in response to the inquiry information on the information processing terminal. 1. The conversation control program described in 1.

(付記3)前記チャットボットでの会話内の第1の箇所と対応付けて、当該第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録し、
情報処理端末から前記チャットボットでの会話内の前記第1の箇所において受け付けた入力情報を受信した場合、記録した前記回数に基づいて、受信した前記入力情報がマスキング処理対象の情報であるか否かを判断し、
前記マスキング処理対象の情報であると判断した場合に、受信した前記入力情報をログに記録しない又は秘匿化するマスキング処理を実行する、
処理を前記コンピュータに実行させることを特徴とする付記1に記載の会話制御プログラム。
(Additional Note 3) In association with the first part of the conversation in the chatbot, the input information accepted at the first part is received, and the number of times a masking processing request for the input information is received is recorded. ,
When input information accepted at the first location in the conversation in the chatbot is received from an information processing terminal, whether or not the received input information is information to be subjected to masking processing based on the recorded number of times. determine whether
performing a masking process of not recording the received input information in a log or concealing the received input information when it is determined that the information is subject to the masking process;
The conversation control program according to supplementary note 1, which causes the computer to execute the process.

(付記4)前記判断する処理は、
記録した前記回数がしきい値以上の場合、又は、前記第1の箇所に入力された入力情報を受信した総回数に対する前記回数の割合がしきい値以上の場合に、受信した前記入力情報が前記マスキング処理対象の情報であると判断する、ことを特徴とする付記3に記載の会話制御プログラム。
(Additional note 4) The process for determining the above is
If the number of recorded times is equal to or greater than a threshold value, or if the ratio of the number of times to the total number of times the input information inputted to the first location is received is equal to or greater than a threshold value, the input information received is The conversation control program according to appendix 3, characterized in that the conversation control program determines that the information is to be subjected to the masking process.

(付記5)情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に個人特定情報が含まれるか否かを判定し、
前記個人特定情報が含まれると判定した場合、前記チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を前記情報処理端末に出力する、
処理を前記コンピュータに実行させることを特徴とする付記1に記載の会話制御プログラム。
(Additional note 5) When input information accepted in a chatbot conversation is received from an information processing terminal, it is determined whether or not the input information includes personally identifying information,
If it is determined that the personally identifying information is included, outputting information to the information processing terminal that recommends masking processing for the information input in the chatbot conversation;
The conversation control program according to supplementary note 1, which causes the computer to execute the process.

(付記6)前記チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報と対応付けて、前記レコメンドする情報を前記情報処理端末に出力する、処理を前記コンピュータに実行させ、
前記マスキング処理依頼は、前記情報処理端末において前記問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、前記情報処理端末から送信される、ことを特徴とする付記5に記載の会話制御プログラム。
(Additional note 6) In the conversation with the chatbot, the computer performs a process of outputting the recommended information to the information processing terminal in association with inquiry information regarding whether to permit recording of input information in a log. run it,
A supplementary note characterized in that the masking processing request is sent from the information processing terminal when an operation to disallow recording to a log is performed in response to the inquiry information on the information processing terminal. 5. The conversation control program described in 5.

(付記7)入力された文字列が特定の単語であるか否かを分類するための機械学習モデルを用いて、情報処理端末におけるチャットボットでの会話において受け付けた入力情報に前記特定の単語が含まれるか否かを判定し、
前記入力情報に前記特定の単語が含まれると判定した場合、前記情報処理端末に注意喚起情報を出力する、
処理を前記コンピュータに実行させることを特徴とする付記1に記載の会話制御プログラム。
(Additional Note 7) Using a machine learning model to classify whether an input character string is a specific word or not, we will use a machine learning model to classify whether the input character string is a specific word or not. Determine whether it is included,
If it is determined that the input information includes the specific word, outputting alert information to the information processing terminal;
The conversation control program according to supplementary note 1, which causes the computer to execute the process.

(付記8)前記機械学習モデルは、前記特定の単語であることを示すラベルが付与された文字列データと、前記特定の単語ではないことを示すラベルが付与された文字列データとを教師データとして機械学習を行うことにより生成される、ことを特徴とする付記7に記載の会話制御プログラム。 (Additional Note 8) The machine learning model uses the string data that has been given a label indicating that it is the specific word, and the string data that has been given a label that indicates that it is not the specific word, as training data. The conversation control program according to appendix 7, wherein the conversation control program is generated by performing machine learning as follows.

(付記9)情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、
処理をコンピュータが実行することを特徴とする会話制御方法。
(Additional Note 9) Receive input information accepted in a chatbot conversation from an information processing terminal, and execute response processing based on the input information,
If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
A conversation control method characterized in that processing is executed by a computer.

(付記10)情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に基づく応答処理を実行する会話制御部と、
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する記録制御部と、
を有することを特徴とする情報処理装置。
(Additional Note 10) When input information accepted in a chatbot conversation is received from an information processing terminal, a conversation control unit that executes a response process based on the input information;
If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. a recording control unit;
An information processing device comprising:

100 会話制御システム
101 情報処理装置
102 情報処理端末
103 管理者端末
110 ネットワーク
120 FAQマスタ
130 スクリプトテーブル
140 チャットログDB
200,300 バス
201,301 CPU
202,302 メモリ
203 ディスクドライブ
204 ディスク
205,305 通信I/F
206 可搬型記録媒体I/F
207 可搬型記録媒体
303 ディスプレイ
304 入力装置
306 カメラ
307 スピーカ
308 マイクロフォン
309 GPSユニット
700,2300,2400 チャット画面
801 受付部
802 会話制御部
803 記録制御部
1301 計数部
1400 回数カウンターテーブル
1901 判定部
2000 個人特定情報マスタ
2100 学習データ
100 Conversation control system 101 Information processing device 102 Information processing terminal 103 Administrator terminal 110 Network 120 FAQ master 130 Script table 140 Chat log DB
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 309 GPS unit 700, 2300, 2400 Chat screen 801 Reception section 802 Conversation control section 803 Recording control section 1301 Counting section 1400 Number of times counter table 1901 Judgment section 2000 Individual identification Information Master 2100 Learning Data

Claims (13)

情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、
前記チャットボットでの会話内の第1の箇所と対応付けて、当該第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録し、
情報処理端末から前記チャットボットでの会話内の前記第1の箇所において受け付けた入力情報を受信した場合、記録した前記回数に基づいて、受信した前記入力情報がマスキング処理対象の情報であるか否かを判断し、
前記マスキング処理対象の情報であると判断した場合に、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち、受信した前記入力情報をログに記録しない又は秘匿化するマスキング処理を実行する、
処理をコンピュータに実行させることを特徴とする会話制御プログラム。
Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
receiving input information received at the first location in association with a first location in the conversation in the chatbot, and recording the number of times a masking processing request for the input information has been received;
When input information accepted at the first location in the conversation in the chatbot is received from an information processing terminal, whether or not the received input information is information to be subjected to masking processing based on the recorded number of times. determine whether
When it is determined that the information is subject to the masking process, when recording a log related to the conversation in the chatbot, masking that does not record the received input information in the log or conceals the received input information in the log related to the conversation. execute the process,
A conversation control program that causes a computer to perform processing.
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
処理を前記コンピュータに実行させることを特徴とする請求項1に記載の会話制御プログラム。 The conversation control program according to claim 1, which causes the computer to execute the process.
前記チャットボットでの会話において、入力情報のログへの記録を許可するか否かの問い合わせ情報を前記情報処理端末に出力する、処理を前記コンピュータに実行させ、 causing the computer to execute a process of outputting inquiry information to the information processing terminal as to whether or not to permit recording of input information in a log in a conversation with the chatbot;
前記マスキング処理依頼は、前記情報処理端末において前記問い合わせ情報に対応してログへの記録を許可しない旨の操作が行われた場合に、前記情報処理端末から送信される、ことを特徴とする請求項2に記載の会話制御プログラム。 Claim characterized in that the masking processing request is sent from the information processing terminal when an operation to disallow recording to a log is performed in response to the inquiry information at the information processing terminal. The conversation control program according to item 2.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に個人特定情報が含まれるか否かを判定し、
前記個人特定情報が含まれると判定した場合、前記チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を前記情報処理端末に出力する、
処理を前記コンピュータに実行させることを特徴とする請求項2または3に記載の会話制御プログラム。
When input information accepted in a chatbot conversation is received from an information processing terminal, determining whether or not the input information includes personally identifying information,
If it is determined that the personally identifying information is included, outputting information to the information processing terminal that recommends masking processing for the information input in the chatbot conversation;
The conversation control program according to claim 2 or 3, which causes the computer to execute the process.
入力された文字列が特定の単語であるか否かを分類するための機械学習モデルを用いて、情報処理端末におけるチャットボットでの会話において受け付けた入力情報に前記特定の単語が含まれるか否かを判定し、
前記入力情報に前記特定の単語が含まれると判定した場合、前記情報処理端末に注意喚起情報を出力する、
処理を前記コンピュータに実行させることを特徴とする請求項2~4のいずれか一つに記載の会話制御プログラム。
Using a machine learning model to classify whether an input string of characters is a specific word, it is possible to determine whether the specific word is included in the input information received in a chatbot conversation on an information processing terminal. determine whether
If it is determined that the input information includes the specific word, outputting alert information to the information processing terminal;
The conversation control program according to any one of claims 2 to 4, which causes the computer to execute the processing.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、 Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
前記入力情報を受信した場合、前記入力情報に個人特定情報が含まれるか否かを判定し、 When the input information is received, determining whether the input information includes personally identifying information,
前記個人特定情報が含まれると判定した場合、前記チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を前記情報処理端末に出力し、 If it is determined that the personally identifying information is included, outputting information to the information processing terminal that recommends masking processing for the information input in the chatbot conversation;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
処理をコンピュータに実行させることを特徴とする会話制御プログラム。 A conversation control program that causes a computer to perform processing.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、 Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
入力された文字列が特定の単語であるか否かを分類するための機械学習モデルを用いて、前記入力情報に前記特定の単語が含まれるか否かを判定し、 Determining whether the input information includes the specific word using a machine learning model for classifying whether the input character string is a specific word,
前記入力情報に前記特定の単語が含まれると判定した場合、前記情報処理端末に注意喚起情報を出力し、 If it is determined that the input information includes the specific word, outputting alert information to the information processing terminal;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
処理をコンピュータに実行させることを特徴とする会話制御プログラム。 A conversation control program that causes a computer to perform processing.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、 Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
前記チャットボットでの会話内の第1の箇所と対応付けて、当該第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録し、 receiving input information received at the first location in association with a first location in the conversation in the chatbot, and recording the number of times a masking processing request for the input information has been received;
情報処理端末から前記チャットボットでの会話内の前記第1の箇所において受け付けた入力情報を受信した場合、記録した前記回数に基づいて、受信した前記入力情報がマスキング処理対象の情報であるか否かを判断し、 When input information accepted at the first location in the conversation in the chatbot is received from an information processing terminal, whether or not the received input information is information to be subjected to masking processing based on the recorded number of times. determine whether
前記マスキング処理対象の情報であると判断した場合に、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち、受信した前記入力情報をログに記録しない又は秘匿化するマスキング処理を実行する、 When it is determined that the information is subject to the masking process, when recording a log related to the conversation in the chatbot, masking that does not record the received input information in the log or conceals the received input information in the log related to the conversation. execute the process,
処理をコンピュータが実行することを特徴とする会話制御方法。 A conversation control method characterized in that processing is executed by a computer.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、 Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
前記入力情報を受信した場合、前記入力情報に個人特定情報が含まれるか否かを判定し、 When the input information is received, determining whether the input information includes personally identifying information,
前記個人特定情報が含まれると判定した場合、前記チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を前記情報処理端末に出力し、 If it is determined that the personally identifying information is included, outputting information to the information processing terminal that recommends masking processing for the information input in the chatbot conversation;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
処理をコンピュータが実行することを特徴とする会話制御方法。 A conversation control method characterized in that processing is executed by a computer.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信し、前記入力情報に基づく応答処理を実行し、 Receive input information accepted in a chatbot conversation from an information processing terminal, execute response processing based on the input information,
入力された文字列が特定の単語であるか否かを分類するための機械学習モデルを用いて、前記入力情報に前記特定の単語が含まれるか否かを判定し、 Determining whether the input information includes the specific word using a machine learning model for classifying whether the input character string is a specific word,
前記入力情報に前記特定の単語が含まれると判定した場合、前記情報処理端末に注意喚起情報を出力し、 If it is determined that the input information includes the specific word, outputting alert information to the information processing terminal;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. ,
処理をコンピュータが実行することを特徴とする会話制御方法。 A conversation control method characterized in that processing is executed by a computer.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に基づく応答処理を実行する会話制御部と、 a conversation control unit that executes a response process based on the input information when input information accepted in a chatbot conversation is received from an information processing terminal;
前記チャットボットでの会話内の第1の箇所と対応付けて、当該第1の箇所で受け付けた入力情報を受信するとともに、当該入力情報のマスキング処理依頼を受信した回数を記録する計数部と、 a counter that receives input information received at the first location in association with a first location in the conversation in the chatbot, and records the number of times a masking processing request for the input information has been received;
情報処理端末から前記チャットボットでの会話内の前記第1の箇所において受け付けた入力情報を受信した場合、前記計数部が記録した前記回数に基づいて、受信した前記入力情報がマスキング処理対象の情報であるか否かを判断し、前記マスキング処理対象の情報であると判断した場合に、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち、受信した前記入力情報をログに記録しない又は秘匿化するマスキング処理を実行する記録制御部と、 When input information accepted at the first point in the conversation in the chatbot is received from an information processing terminal, the received input information is information to be subjected to masking processing based on the number of times recorded by the counting unit. If it is determined that the information is subject to the masking process, when recording a log related to the conversation in the chatbot, the input information received from the log related to the conversation is a recording control unit that performs masking processing to not record in the log or to conceal it;
を有することを特徴とする情報処理装置。 An information processing device comprising:
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に基づく応答処理を実行する会話制御部と、 a conversation control unit that executes a response process based on the input information when input information accepted in a chatbot conversation is received from an information processing terminal;
前記入力情報を受信した場合、前記入力情報に個人特定情報が含まれるか否かを判定する判定部と、 a determination unit that determines whether personal identification information is included in the input information when the input information is received;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する記録制御部と、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. a recording control unit;
を有し、 has
前記会話制御部は、 The conversation control unit includes:
前記判定部が前記個人特定情報が含まれると判定した場合、前記チャットボットでの会話において入力される情報に対するマスキング処理をレコメンドする情報を前記情報処理端末に出力する、ことを特徴とする情報処理装置。 Information processing characterized in that when the determination unit determines that the personal identification information is included, information that recommends masking processing for information input in the conversation in the chatbot is output to the information processing terminal. Device.
情報処理端末からチャットボットでの会話において受け付けた入力情報を受信した場合、前記入力情報に基づく応答処理を実行する会話制御部と、 a conversation control unit that executes a response process based on the input information when input information accepted in a chatbot conversation is received from an information processing terminal;
入力された文字列が特定の単語であるか否かを分類するための機械学習モデルを用いて、前記入力情報に前記特定の単語が含まれるか否かを判定する判定部と、 a determination unit that determines whether the input information includes the specific word using a machine learning model for classifying whether the input character string is a specific word;
前記入力情報のマスキング処理依頼を受信した場合は、前記チャットボットでの会話に関するログを記録する際に、前記会話に関するログのうち前記入力情報に関するログに記録しない又は秘匿化するマスキング処理を実行する記録制御部と、 If a request for masking processing of the input information is received, when recording a log related to the conversation in the chatbot, perform a masking process to not record or conceal the log related to the input information among the logs related to the conversation. a recording control unit;
を有し、 has
前記会話制御部は、 The conversation control unit includes:
前記判定部が前記入力情報に前記特定の単語が含まれると判定した場合、前記情報処理端末に注意喚起情報を出力する、ことを特徴とする情報処理装置。 An information processing apparatus characterized in that when the determination unit determines that the input information includes the specific word, the information processing apparatus outputs attention-calling information to the information processing terminal.
JP2022530399A 2020-06-09 2020-06-09 Conversation control program, conversation control method, and information processing device Active JP7367870B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/022693 WO2021250778A1 (en) 2020-06-09 2020-06-09 Conversation control program, conversation control method, and information processing device

Publications (3)

Publication Number Publication Date
JPWO2021250778A1 JPWO2021250778A1 (en) 2021-12-16
JPWO2021250778A5 JPWO2021250778A5 (en) 2022-09-15
JP7367870B2 true JP7367870B2 (en) 2023-10-24

Family

ID=78845444

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022530399A Active JP7367870B2 (en) 2020-06-09 2020-06-09 Conversation control program, conversation control method, and information processing device

Country Status (2)

Country Link
JP (1) JP7367870B2 (en)
WO (1) WO2021250778A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005234666A (en) 2004-02-17 2005-09-02 Nec Corp PoC SYSTEM, PoC SERVER AND PoC CLIENT
JP2018200602A (en) 2017-05-29 2018-12-20 パナソニックIpマネジメント株式会社 Data transfer method and computer program
JP2019170657A (en) 2018-03-28 2019-10-10 ファミリーイナダ株式会社 Information processing apparatus and operation method thereof
JP2019207648A (en) 2018-05-30 2019-12-05 株式会社野村総合研究所 Interactive business assistance system
JP6690796B1 (en) 2019-06-07 2020-04-28 富士通株式会社 Information management program, information management method, and information management device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005234666A (en) 2004-02-17 2005-09-02 Nec Corp PoC SYSTEM, PoC SERVER AND PoC CLIENT
JP2018200602A (en) 2017-05-29 2018-12-20 パナソニックIpマネジメント株式会社 Data transfer method and computer program
JP2019170657A (en) 2018-03-28 2019-10-10 ファミリーイナダ株式会社 Information processing apparatus and operation method thereof
JP2019207648A (en) 2018-05-30 2019-12-05 株式会社野村総合研究所 Interactive business assistance system
JP6690796B1 (en) 2019-06-07 2020-04-28 富士通株式会社 Information management program, information management method, and information management device

Also Published As

Publication number Publication date
WO2021250778A1 (en) 2021-12-16
JPWO2021250778A1 (en) 2021-12-16

Similar Documents

Publication Publication Date Title
Steinert-Threlkeld Twitter as data
US20210201195A1 (en) Machine learning models based on altered data and systems and methods for training and using the same
CN111557002A (en) Data transfer in a secure processing environment
KR20190058066A (en) Method and Apparatus for Managing of Consulting Data
US20130253932A1 (en) Conversation supporting device, conversation supporting method and conversation supporting program
CN110892385B (en) Immersive WEB-based simulator for digital assistant-based applications
WO2020077825A1 (en) Forum/community application management method, apparatus and device, as well as readable storage medium
US20200117742A1 (en) Dynamically suppressing query answers in search
Shahin Right to be forgotten: How national identity, political orientation, and capitalist ideology structured a trans-Atlantic debate on information access and control
WO2020240838A1 (en) Conversation control program, conversation control method, and information processing device
US20230244734A1 (en) Systems and methods for processing subjective queries
JPWO2020240839A1 (en) Conversation control program, conversation control method and information processing device
Mols et al. Household intelligent personal assistants in the Netherlands: Exploring privacy concerns around surveillance, security, and platforms
JP7367870B2 (en) Conversation control program, conversation control method, and information processing device
JP7370118B1 (en) Information processing device, information processing method, and program
KR102222637B1 (en) Apparatus for analysis of emotion between users, interactive agent system using the same, terminal apparatus for analysis of emotion between users and method of the same
Nakao et al. Use of machine learning by non-expert dhh people: Technological understanding and sound perception
WO2019143170A1 (en) Method for generating conversation template for conversation-understanding ai service system having predetermined goal, and computer readable recording medium
US20200349948A1 (en) Information processing device, information processing method, and program
JPWO2021250778A5 (en)
Crabtree et al. Digital records and the digital replay system
JP7180767B2 (en) Response processing program, response processing method, and information processing device
US10877964B2 (en) Methods and systems to facilitate the generation of responses to verbal queries
JP6885217B2 (en) User dialogue support system, user dialogue support method and program
KR20170081859A (en) System and method for assisting employment using video

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220726

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220726

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230711

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230831

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230912

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230925

R150 Certificate of patent or registration of utility model

Ref document number: 7367870

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150