JP2023020597A - Information processing device, information processing method, program, and information processing system - Google Patents

Information processing device, information processing method, program, and information processing system Download PDF

Info

Publication number
JP2023020597A
JP2023020597A JP2021126052A JP2021126052A JP2023020597A JP 2023020597 A JP2023020597 A JP 2023020597A JP 2021126052 A JP2021126052 A JP 2021126052A JP 2021126052 A JP2021126052 A JP 2021126052A JP 2023020597 A JP2023020597 A JP 2023020597A
Authority
JP
Japan
Prior art keywords
information
response
response information
display
editing
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.)
Pending
Application number
JP2021126052A
Other languages
Japanese (ja)
Inventor
柚香 米谷
Yuzuka Yonetani
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2021126052A priority Critical patent/JP2023020597A/en
Publication of JP2023020597A publication Critical patent/JP2023020597A/en
Pending legal-status Critical Current

Links

Images

Abstract

To provide an information processing device, an information processing method, a program, and an information processing system capable of more efficiently reducing fluctuations of specific parts of response information to be registered in correction of the specific parts such as end-of-sentence expressions or the like of the response information to be registered.SOLUTION: The information processing device includes: a setting unit that accepts setting information about the display format of response information to be transmitted for inquiry information; a display control unit that causes a terminal device to display first screen information including response information explicitly specifying a specific part, if the specific part included in response information received from the terminal device differs from a corresponding specific part included in first response information according to the display format based on the setting information; and a registration unit that accepts information about editing for the response information in the first screen information.SELECTED DRAWING: Figure 3

Description

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

ユーザからの問合せに対して自動応答するアプリケーションであるチャットボットが開発されている。チャットボットは、自動応答する際の口調を統一化したり、アイコンをキャラクタに設定したりすることを可能にして、ユーザに親しみを持たせ、積極的な利用を促すものも存在する。 Chatbots, which are applications that automatically respond to inquiries from users, have been developed. Some chatbots make it possible to unify the tone of voice when responding automatically, or to set an icon as a character, making the user feel familiar and encouraging active use.

しかしながら、チャットボットに対して質問情報または応答情報を登録する際、例えば、キャラクタの口調を手動で入力する必要があるため、ユーザによって、入力したキャラクタの口調の表現にぶれが生じる場合がある。また、このキャラクタの口調の表現のぶれを、管理者が、その表現のぶれを修正する場合、予め登録されている大量の応答情報の中から、誤った表現の応答情報を見つけ出すには時間と手間がかかる。 However, when registering question information or response information in a chatbot, for example, the character's tone of voice must be manually input, and the user may blur the expression of the input character's tone of voice. In addition, when the manager corrects the blurring of expression of this character's tone of voice, it takes time to find response information of wrong expression from a large amount of pre-registered response information. It takes time and effort.

本発明は、上記に鑑みてなされたものであって、登録する応答情報の文末表現等の特定部分の修正をより効率的に、当該登録する応答情報の特定部分のぶれを減少させることができる情報処理装置、情報処理方法、プログラム、および情報処理システムを提供することを目的とする。 The present invention has been made in view of the above, and is capable of more efficiently correcting a specific portion such as an end-of-sentence expression of response information to be registered and reducing blurring of the specific portion of the response information to be registered. An object is to provide an information processing device, an information processing method, a program, and an information processing system.

上述した課題を解決し、目的を達成するために、本発明は、問合せ情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける設定部と、端末装置から受信する応答情報が含む特定部分が、設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なる場合、特定部分を明示した応答情報を含む第1の画面情報を端末装置に表示させる表示制御部と、第1の画面情報において、応答情報に対する編集に関する情報を受け付ける登録部と、を備える。 In order to solve the above-described problems and achieve the object, the present invention provides a setting unit that receives setting information related to the display format of response information to be transmitted in response to inquiry information, and a specific part included in the response information received from a terminal device. is different from the corresponding specific portion included in the first response information in the display format based on the setting information, a display control unit for causing the terminal device to display first screen information including response information specifying the specific portion; and a registration unit that receives information about editing of the response information in the screen information of 1.

本発明によれば、登録する応答情報の文末表現等の特定部分の修正をより効率的に、当該登録する応答情報の文末表現等の特定部分のぶれを減少させることができる、という効果を奏する。 According to the present invention, it is possible to more efficiently correct a specific part such as an end-of-sentence expression of response information to be registered, and to reduce blurring of a specific part such as an end-of-sentence expression of response information to be registered. .

図1は、本実施の形態にかかる自動応答システムを含むシステム構成の一例を示す図である。FIG. 1 is a diagram showing an example of a system configuration including an automatic response system according to this embodiment. 図2は、本実施の形態にかかるチャットボットサービスサーバのハードウェア構成の一例を示す図である。FIG. 2 is a diagram showing an example of the hardware configuration of the chatbot service server according to this embodiment. 図3は、本実施の形態にかかるチャットボットサービスサーバの機能構成の一例を示す図である。FIG. 3 is a diagram showing an example of the functional configuration of the chatbot service server according to this embodiment. 図4は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の登録処理の流れの一例を示すシーケンス図である。FIG. 4 is a sequence diagram showing an example of the flow of registration processing of question information and response information in the automatic response system according to this embodiment. 図5は、本実施の形態にかかる自動応答システムにおける対話型通信の流れの一例を示すシーケンス図である。FIG. 5 is a sequence diagram showing an example of the flow of interactive communication in the automatic response system according to this embodiment. 図6は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の編集処理の流れの一例を示すシーケンス図である。FIG. 6 is a sequence diagram showing an example of the flow of editing processing of question information and response information in the automatic response system according to this embodiment. 図7は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の編集処理の流れの他の一例を示すシーケンス図である。FIG. 7 is a sequence diagram showing another example of the flow of editing processing of question information and response information in the automatic response system according to this embodiment. 図8は、本実施の形態にかかる自動応答システムにおける応答情報が含む文末表現の確認処理の流れの一例について説明するフローチャートである。FIG. 8 is a flowchart for explaining an example of the flow of confirmation processing of sentence ending expressions included in response information in the automatic response system according to the present embodiment. 図9は、本実施の形態にかかる自動応答システムにより生成される質問回答一覧画面の一例を示す図である。FIG. 9 is a diagram showing an example of a question/answer list screen generated by the automatic response system according to this embodiment.

以下に添付図面を参照して、情報処理装置、情報処理方法、プログラム、および情報処理システムを適用した自動応答システムの実施の形態を詳細に説明する。 Exemplary embodiments of an information processing device, an information processing method, a program, and an automatic response system to which an information processing system is applied will be described in detail below with reference to the accompanying drawings.

図1は、本実施の形態にかかる自動応答システムを含むシステム構成の一例を示す図である。自動応答システム1は、いわゆるチャットボットを利用して、ユーザ端末3を使用するユーザからの質問等に対して自動的または半自動的に応答するためのシステムである。 FIG. 1 is a diagram showing an example of a system configuration including an automatic response system according to this embodiment. The automatic response system 1 is a system for automatically or semi-automatically responding to a question or the like from a user using a user terminal 3 using a so-called chatbot.

図1に示す例においては、自動応答システム1は、ネットワーク2を介してユーザ端末3および管理者端末4と通信可能に接続されている。 In the example shown in FIG. 1, the automatic response system 1 is connected to a user terminal 3 and an administrator terminal 4 via a network 2 so as to be communicable.

ユーザ端末3は、ユーザが使用する端末装置であり、例えば、PC(Personal Computer)、タブレット端末、スマートフォン等である。管理者端末4は、自動応答システム1により実現されるやり取りの内容を管理する管理者が使用する端末装置であり、例えば、PC、タブレット端末、スマートフォン等である。ネットワーク2は、例えば、インターネット、LAN(Local Area Network)等である。ユーザ端末3、および管理者端末4はそれぞれ複数であってもよい。 The user terminal 3 is a terminal device used by a user, and is, for example, a PC (Personal Computer), a tablet terminal, a smart phone, or the like. The administrator terminal 4 is a terminal device used by an administrator who manages the contents of exchanges realized by the automatic response system 1, and is, for example, a PC, a tablet terminal, a smart phone, or the like. The network 2 is, for example, the Internet, a LAN (Local Area Network), or the like. A plurality of user terminals 3 and administrator terminals 4 may be provided.

本実施の形態の自動応答システム1は、チャットボットサービスサーバ11を有する。チャットボットサービスサーバ11は、予め登録されたシナリオ情報に基づきユーザ端末3との間で対話型通信を確立し、ユーザ端末3から送信された質問情報に対する応答情報を、当該質問情報を送信したユーザ端末3に送信するための処理を行う。すなわち、本実施の形態では、チャットボットサービスサーバ11は、ユーザ端末3から送信される質問情報(問合せ情報)に対して応答情報をユーザ端末3に送信するサービスを提供する情報処理装置の一例である。 The automatic response system 1 of this embodiment has a chatbot service server 11 . The chatbot service server 11 establishes interactive communication with the user terminal 3 based on pre-registered scenario information, and sends response information to the question information sent from the user terminal 3 to the user who sent the question information. Processing for transmission to the terminal 3 is performed. That is, in the present embodiment, the chatbot service server 11 is an example of an information processing device that provides a service of transmitting response information to the user terminal 3 in response to question information (inquiry information) transmitted from the user terminal 3. be.

図2は、本実施の形態にかかるチャットボットサービスサーバのハードウェア構成の一例を示す図である。本実施の形態にかかるチャットボットサービスサーバ11は、コンピュータにより構築され、CPU21、ROM22、RAM23、HD24、HDD(Hard Disk Drive)コントローラ25、およびディスプレイ26を有する。また、チャットボットサービスサーバ11は、外部機器接続I/F(Interface)28、ネットワークI/F29、データバス30、キーボード31、ポインティングデバイス32、DVD-RW(Digital Versatile Disk Rewritable)ドライブ34、およびメディアI/F36を備えている。 FIG. 2 is a diagram showing an example of the hardware configuration of the chatbot service server according to this embodiment. The chatbot service server 11 according to this embodiment is constructed by a computer and has a CPU 21 , ROM 22 , RAM 23 , HD 24 , HDD (Hard Disk Drive) controller 25 and display 26 . The chatbot service server 11 also includes an external device connection I/F (Interface) 28, a network I/F 29, a data bus 30, a keyboard 31, a pointing device 32, a DVD-RW (Digital Versatile Disk Rewritable) drive 34, and media It has I/F36.

CPU21は、チャットボットサービスサーバ11全体の動作を制御する。ROM22は、IPL(Initial Program Loader)等のCPU21の駆動に用いられるプログラムを記憶する。RAM23は、CPU21のワークエリアとして使用される。HD24は、プログラム等の各種データを記憶する。HDDコントローラ25は、CPU21の制御に従いHD24に対する各種データの読み出しまたは書き込みを制御する。ディスプレイ26は、カーソル、メニュー、ウィンドウ、文字、画像等の各種情報を表示する。 The CPU 21 controls the operation of the chatbot service server 11 as a whole. The ROM 22 stores programs used to drive the CPU 21, such as an IPL (Initial Program Loader). RAM 23 is used as a work area for CPU 21 . The HD 24 stores various data such as programs. The HDD controller 25 controls reading or writing of various data to/from the HD 24 under the control of the CPU 21 . The display 26 displays various information such as cursors, menus, windows, characters, and images.

外部機器接続I/F28は、各種の外部機器を接続するためのインタフェースである。この場合の外部機器は、例えば、USB(Universal Serial Bus)メモリ、プリンタ等である。ネットワークI/F29は、ネットワーク2を利用してデータ通信をするためのインタフェースである。データバス30は、CPU21等の各構成要素を電気的に接続するためのアドレスバス、データバス等である。 The external device connection I/F 28 is an interface for connecting various external devices. The external device in this case is, for example, a USB (Universal Serial Bus) memory, a printer, or the like. A network I/F 29 is an interface for data communication using the network 2 . The data bus 30 is an address bus, a data bus, etc. for electrically connecting each component such as the CPU 21 .

キーボード31は、文字、数値、各種指示等の入力のための複数のキーを備えた入力手段の一種である。ポインティングデバイス32は、各種指示の選択や実行、処理対象の選択、カーソルの移動等を行う入力手段の一種である。DVD-RWドライブ34は、着脱可能な記録媒体の一例としてのDVD-RW33に対する各種データの読み出しまたは書き込みを制御する。なお、DVD-RWに限らず、DVD-R等であっても良い。メディアI/F36は、フラッシュメモリ等の記録メディア35に対するデータの読み出しまたは書き込み(記憶)を制御する。 The keyboard 31 is a type of input means having a plurality of keys for inputting characters, numerical values, various instructions, and the like. The pointing device 32 is a kind of input means for selecting and executing various instructions, selecting a processing target, moving a cursor, and the like. A DVD-RW drive 34 controls reading or writing of various data to a DVD-RW 33 as an example of a removable recording medium. Note that DVD-R or the like may be used instead of DVD-RW. A media I/F 36 controls reading or writing (storage) of data to a recording medium 35 such as a flash memory.

図3は、本実施の形態にかかるチャットボットサービスサーバの機能構成の一例を示す図である。チャットボットサービスサーバ11は、通信部101、検索部103、管理画面入出力部104、質問回答管理部105、設定部106、FAQマスタ131、対話シナリオテーブル132、および問合せ履歴データベース133を有する。これらの機能部101~105、FAQマスタ131、対話シナリオテーブル132、および問合せ履歴データベース133は、例えば、図2に示すハードウェア構成の構成要素21~36およびプログラムの協働により実現される。 FIG. 3 is a diagram showing an example of the functional configuration of the chatbot service server according to this embodiment. Chatbot service server 11 has communication section 101 , search section 103 , management screen input/output section 104 , question and answer management section 105 , setting section 106 , FAQ master 131 , dialogue scenario table 132 , and inquiry history database 133 . These functional units 101-105, FAQ master 131, dialogue scenario table 132, and inquiry history database 133 are realized, for example, by cooperation of the components 21-36 of the hardware configuration shown in FIG. 2 and programs.

通信部101は、不特定多数のユーザ端末3A,3B,3Cとの間で情報を送受する対話型通信を実行するための処理を行う。対話型通信とは、ユーザ端末3とチャットボットとの間で対話(チャット)形式のやり取りを行うことにより情報を送受するためのものである。以下、複数のユーザ端末3A,3B,3Cのそれぞれを区別する必要が無い場合にはユーザ端末3と記載する場合がある。 The communication unit 101 performs processing for executing interactive communication for transmitting and receiving information to and from an unspecified number of user terminals 3A, 3B, and 3C. Interactive communication is for sending and receiving information by exchanging conversation (chat) between the user terminal 3 and a chatbot. Hereinafter, when there is no need to distinguish among the plurality of user terminals 3A, 3B, and 3C, they may be referred to as the user terminal 3 in some cases.

本実施の形態では、通信部101は、ユーザ端末3から送信された情報を受信する受信部111と、ユーザ端末3へ情報を送信する送信部112と、を有する。受信部111は、ユーザ端末3から質問情報を受信する。送信部112は、受信された質問情報に対する応答情報を、当該質問情報を送信したユーザ端末3に送信する。 In this embodiment, the communication unit 101 has a receiving unit 111 that receives information transmitted from the user terminal 3 and a transmitting unit 112 that transmits information to the user terminal 3 . The receiving unit 111 receives question information from the user terminal 3 . The transmitting unit 112 transmits response information to the received question information to the user terminal 3 that transmitted the question information.

図3に示す例では、対話型通信を行うための手段が互いに異なる3台のユーザ端末3A,3B,3Cが示されている。ユーザ端末3Aは、ブラウザ(インターネットブラウザ)41を利用して対話型通信を確立する。ユーザ端末3Bは、特定のSNS(Social Networking Service)等のコミュニケーションツール42を利用して対話型通信を確立する。ユーザ端末3Cは、ブラウザ41および特定のコミュニケーションツール42の少なくとも一方を利用して対話型通信を確立する。このように、対話型通信を確立するためのユーザ端末3側の手段は任意に設定され得る。 In the example shown in FIG. 3, three user terminals 3A, 3B, and 3C are shown that have different means for interactive communication. The user terminal 3A uses a browser (Internet browser) 41 to establish interactive communication. The user terminal 3B establishes interactive communication using a communication tool 42 such as a specific SNS (Social Networking Service). User terminal 3C utilizes at least one of browser 41 and specific communication tool 42 to establish interactive communication. Thus, means on the user terminal 3 side for establishing interactive communication can be set arbitrarily.

FAQマスタ131は、下記の表1に示すように、対話型通信において取得される質問情報に含まれる要素(例えば、ユーザにより選択された選択し、ユーザにより入力されるフリーワード等)と、応答情報と、を対応付けるFAQデータベースである。本実施の形態では、FAQマスタ131は、下記の表1に示すように、質問情報と、応答情報と、修正要否情報と、を対応付ける。ここで、修正要否情報は、後述する設定部106により設定される設定情報に基づく表示形式による応答情報の編集(修正)の要否を示す情報である。

Figure 2023020597000002
As shown in Table 1 below, the FAQ master 131 includes elements included in question information acquired in interactive communication (for example, selections selected by the user, free words entered by the user, etc.), responses It is a FAQ database that associates information with . In this embodiment, the FAQ master 131 associates question information, response information, and correction necessity information with each other as shown in Table 1 below. Here, the correction necessity information is information indicating necessity of editing (correction) of response information in a display format based on setting information set by the setting unit 106 described later.
Figure 2023020597000002

また、FAQマスタ131は、下記の表2に示すように、応答情報の表示形式に関する設定情報(例えば、キャラクタの設定)と、当該設定情報に基づく表示形式による応答情報(以下、第1の応答情報と言う)の文末表現等の特定部分と、を対応付けるデータベースを含む。

Figure 2023020597000003
In addition, as shown in Table 2 below, the FAQ master 131 includes setting information (for example, character setting) regarding the display format of response information, and response information (hereinafter referred to as first response) in a display format based on the setting information. (referred to as information) and a specific part such as the end of a sentence, and a database that associates them with each other.
Figure 2023020597000003

対話シナリオテーブル132は、対話型通信におけるシナリオを記憶する。問合せ履歴データベース133は、対話型通信によりやり取りした質問情報および応答情報を記憶する。 The dialog scenario table 132 stores scenarios in interactive communication. The inquiry history database 133 stores question information and response information exchanged through interactive communication.

検索部103は、FAQマスタ131から、対話型通信により取得される質問情報に含まれる要素と対応付けられる応答情報を検索する。また、検索部103は、FAQマスタ131に加え、対話シナリオテーブル132を参照して応答情報を取得しても良い。また、検索部103は、対話型通信によりやり取りした質問情報および応答情報を、問合せ履歴データベース133に保存する。 The search unit 103 searches the FAQ master 131 for response information associated with elements included in question information acquired through interactive communication. Further, the search unit 103 may refer to the dialogue scenario table 132 in addition to the FAQ master 131 to acquire response information. Further, the search unit 103 stores the question information and response information exchanged through interactive communication in the inquiry history database 133 .

設定部106は、質問情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける設定部の一例として機能する。ここで、設定情報は、例えば、下記の表3に示すように、応答情報の表示形式に関するキャラクタの複数の設定(例えば、動物、植物、虫、生命体、人物、性別、人種、ロボット、国、および地域)のうち少なくとも1つを含む。

Figure 2023020597000004
The setting unit 106 functions as an example of a setting unit that receives setting information regarding the display format of response information to be transmitted in response to question information. Here, for example, as shown in Table 3 below, the setting information includes a plurality of character settings related to the display format of the response information (for example, animals, plants, insects, living organisms, people, genders, races, robots, country, and region).
Figure 2023020597000004

管理画面入出力部104は、FAQマスタ131に記憶される質問情報および応答情報の登録、生成、編集、削除等を行うための画面である質問回答一覧画面を生成し、当該質問回答一覧画面を管理者端末4に表示させる表示制御部の一例である。すなわち、管理画面入出力部104は、対話型通信に必要な質問情報および応答情報の管理、対話型通信の各種設定を行うユーザの情報の管理が可能なUIを提供する。そして、質問情報および管理情報の登録、生成、編集、削除等を行う場合、管理画面入出力部104は、UIを用いて入力される新たな質問情報、応答情報等を質問回答管理部105に受け渡す。 The management screen input/output unit 104 generates a question-and-answer list screen, which is a screen for registering, generating, editing, and deleting question information and response information stored in the FAQ master 131, and displays the question-and-answer list screen. It is an example of a display control unit displayed on the administrator terminal 4 . That is, the management screen input/output unit 104 provides a UI capable of managing question information and response information necessary for interactive communication, and managing user information for making various settings for interactive communication. When registering, generating, editing, or deleting question information and management information, the management screen input/output unit 104 sends new question information, response information, etc. input using the UI to the question and answer management unit 105. hand over.

また、管理画面入出力部104は、管理者端末4から受信する応答情報が含む特定部分が、設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なるか否かを判断する。ここで、特定部分は、例えば、応答情報の文末表現を含む。 Also, the management screen input/output unit 104 determines whether or not the specific portion included in the response information received from the administrator terminal 4 is different from the corresponding specific portion included in the first response information in the display format based on the setting information. do. Here, the specific part includes, for example, the end-of-sentence expression of the response information.

そして、管理画面入出力部104は、受信する応答情報が含む特定部分が、第1の応答情報が含む対応する特定部分と異なる場合、当該特定部分を明示した応答情報を含む質問回答一覧画面(第1の画面情報の一例)を管理者端末4に表示させる。ここで、特定部分を明示した応答情報とは、当該特定部分を識別可能に表示した応答情報であり、例えば、強調表示、網掛け表示、マーキング表示、下線、波線、および囲み線の少なくとも1つで特定部分を表示した応答情報である。 Then, if the specific part included in the received response information is different from the corresponding specific part included in the first response information, the management screen input/output unit 104 displays the question-and-answer list screen ( example of the first screen information) is displayed on the administrator terminal 4 . Here, the response information that clearly indicates the specific part is the response information that displays the specific part in an identifiable manner, for example, at least one of highlighting, hatching, marking, underlining, wavy lines, and encircling lines. This is the response information in which a specific part is displayed in .

すなわち、管理画面入出力部104は、質問情報および応答情報の登録等において、応答情報の特定部分(例えば、文末表現)を、既存の応答情報と自動的に比較する。そして、登録等された応答情報の特定部分が、既存の応答情報の特定部分と異なっていた場合、管理画面入出力部104は、登録等した応答情報を強調表示等により明示して、管理者に対して応答情報の修正を促すことができる。その結果、登録する応答情報の特定部分の修正にかかる時間を短くし、当該登録する応答情報の特定部分のぶれを減少させ、かつ誰でも応答情報を登録し易くすることができる。 That is, the management screen input/output unit 104 automatically compares a specific part of the response information (for example, an end-of-sentence expression) with existing response information when registering question information and response information. If the specific part of the registered response information is different from the specific part of the existing response information, the management screen input/output unit 104 clearly displays the registered response information by highlighting or the like so that the administrator can to correct the response information. As a result, it is possible to shorten the time required to correct the specific part of the response information to be registered, reduce the blurring of the specific part of the response information to be registered, and make it easier for anyone to register the response information.

また、管理画面入出力部104は、応答情報に対する編集を要求する編集情報を受け付けた場合、当該編集情報に基づいて更新(編集)した応答情報を含む質問回答一覧画面(第2の画面情報)を、管理者端末4に表示させる。さらに、管理画面入出力部104は、応答情報に対する編集が不要であることを示す編集不要情報を受け付けた場合、応答情報を含む質問回答一覧画面を、管理者端末4に表示させる。 Further, when receiving editing information requesting editing of response information, the management screen input/output unit 104 displays a question-and-answer list screen (second screen information) including response information updated (edited) based on the editing information. is displayed on the administrator terminal 4. Further, when the management screen input/output unit 104 receives edit-unnecessary information indicating that the response information does not need to be edited, the management screen input/output unit 104 causes the administrator terminal 4 to display a question-and-answer list screen including the response information.

質問回答管理部105は、管理者端末4に表示される質問回答一覧画面において入力される各種情報に基づいて、FAQマスタ131、および対話シナリオテーブル132に対する、質問情報に含まれる要素、および応答情報の登録、生成、編集、削除等を行う。すなわち、質問回答管理部105は、質問回答一覧画面を用いて入力される各種情報に基づいて、FAQマスタ131に対して質問情報および応答情報等を登録したり、FAQマスタ131から質問情報および応答情報等を取得して、質問回答一覧画面に表示したりする。 The question-and-answer management unit 105 prepares elements included in the question information and response information for the FAQ master 131 and the dialogue scenario table 132 based on various information input on the question-and-answer list screen displayed on the administrator terminal 4. register, create, edit, delete, etc. That is, the question-and-answer management unit 105 registers question information and response information in the FAQ master 131 based on various information input using the question-and-answer list screen, and registers question information and response information from the FAQ master 131. Acquire information, etc., and display it on the question-and-answer list screen.

具体的には、質問回答管理部105は、質問回答一覧画面において、応答情報に対する編集に関する情報を受け付ける登録部の一例として機能する。ここで、応答情報に対する編集に関する情報は、編集情報または編集不要情報である。そして、質問回答管理部105は、編集情報を受け付けた場合、当該受け付けた編集情報に基づいて、FAQマスタ131および対話シナリオテーブル132に対する登録等を行う。 Specifically, the question-and-answer management unit 105 functions as an example of a registration unit that receives information regarding editing of response information on the question-and-answer list screen. Here, the information related to editing of the response information is editing information or non-editing information. Then, when the question-and-answer management unit 105 receives the edited information, it performs registration and the like in the FAQ master 131 and the dialogue scenario table 132 based on the received edited information.

図4は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の登録処理の流れの一例を示すシーケンス図である。次に、図4を用いて、本実施の形態にかかる自動応答システム1における質問情報および応答情報の登録処理の流れの一例について説明する。 FIG. 4 is a sequence diagram showing an example of the flow of registration processing of question information and response information in the automatic response system according to this embodiment. Next, an example of the flow of registration processing of question information and response information in the automatic response system 1 according to the present embodiment will be described with reference to FIG.

まず、管理者の操作によって、管理者端末4に表示される画面が質問回答一覧画面(管理画面)に遷移すると、管理者端末4は、チャットボットサービスサーバ11に対して、質問情報および応答情報の一覧の取得を要求する(ステップS401)。 First, when the screen displayed on the administrator terminal 4 transitions to the question and answer list screen (management screen) by the operation of the administrator, the administrator terminal 4 sends question information and response information to the chatbot service server 11. is requested to obtain a list of (step S401).

チャットボットサービスサーバ11の管理画面入出力部104は、FAQマスタ131に記憶される質問情報および応答情報の一覧を、管理者端末4に送信する(ステップS402)。管理者端末4は、チャットボットサービスサーバ11から受信する質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS403)。 The management screen input/output unit 104 of the chatbot service server 11 transmits a list of question information and response information stored in the FAQ master 131 to the administrator terminal 4 (step S402). The administrator terminal 4 displays a question/answer list screen including a list of question information and response information received from the chatbot service server 11 (step S403).

次いで、管理者の操作によって、質問回答一覧画面上において、質問情報および応答情報が入力されると、管理者端末4は、入力された質問情報および応答情報を、チャットボットサービスサーバ11に送信して、FAQマスタ131に対する質問情報および応答情報の登録を要求する(ステップS404)。チャットボットサービスサーバ11の質問回答管理部105は、管理者端末4から受信した質問情報および応答情報をFAQマスタ131に登録する(ステップS405)。 Next, when question information and response information are input on the question-and-answer list screen by the administrator's operation, the administrator terminal 4 transmits the input question information and response information to the chatbot service server 11. Then, registration of question information and response information to the FAQ master 131 is requested (step S404). The question-and-answer management unit 105 of the chatbot service server 11 registers the question information and response information received from the administrator terminal 4 in the FAQ master 131 (step S405).

その後、管理者端末4が、チャットボットサービスサーバ11に対して、質問情報および応答情報の一覧の取得が要求されると(ステップS406)、チャットボットサービスサーバ11の管理画面入出力部104は、FAQマスタ131に記憶される質問情報および応答情報の一覧を、再び、管理者端末4に送信する(ステップS407)。そして、管理者端末4は、チャットボットサービスサーバ11から受信する質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS408)。 Thereafter, when the administrator terminal 4 requests the chatbot service server 11 to acquire a list of question information and response information (step S406), the management screen input/output unit 104 of the chatbot service server 11 A list of question information and response information stored in the FAQ master 131 is sent again to the administrator terminal 4 (step S407). Then, the administrator terminal 4 displays a question/answer list screen including a list of question information and response information received from the chatbot service server 11 (step S408).

図5は、本実施の形態にかかる自動応答システムにおける対話型通信の流れの一例を示すシーケンス図である。次に、図5を用いて、本実施の形態にかかる自動応答システム1における質問情報および応答情報の登録処理の流れの一例について説明する。 FIG. 5 is a sequence diagram showing an example of the flow of interactive communication in the automatic response system according to this embodiment. Next, an example of the flow of registration processing of question information and response information in the automatic response system 1 according to the present embodiment will be described with reference to FIG.

ユーザの操作によって、ユーザ端末3から質問情報の送信が要求されると、ユーザ端末3は、入力された質問情報をチャットボットサービスサーバ11に対して送信して、当該質問情報に対する応答情報を要求する(ステップS501)。 When the user terminal 3 requests transmission of question information by user operation, the user terminal 3 transmits the input question information to the chatbot service server 11 and requests response information to the question information. (step S501).

チャットボットサービスサーバ11の通信部101は、ユーザ端末3から質問情報を受信する。検索部103は、FAQマスタ131から、受信した質問情報に対応する応答情報を取得(検索)する(ステップS502)。次に、通信部101は、検索部103により取得された応答情報を、ユーザ端末3に送信する(ステップS503)。ユーザ端末3は、チャットボットサービスサーバ11から受信した応答情報を表示する(ステップS504)。 The communication unit 101 of the chatbot service server 11 receives question information from the user terminal 3 . The search unit 103 acquires (searches) response information corresponding to the received question information from the FAQ master 131 (step S502). Next, the communication unit 101 transmits the response information acquired by the search unit 103 to the user terminal 3 (step S503). The user terminal 3 displays the response information received from the chatbot service server 11 (step S504).

図6は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の編集処理の流れの一例を示すシーケンス図である。次に、図6を用いて、本実施の形態にかかる自動応答システム1における質問情報および応答情報の編集処理の流れの一例について説明する。 FIG. 6 is a sequence diagram showing an example of the flow of editing processing of question information and response information in the automatic response system according to this embodiment. Next, an example of the flow of editing processing of question information and response information in the automatic response system 1 according to this embodiment will be described with reference to FIG.

管理者の操作によって、管理者端末4に対して設定情報の一例であるキャラクタの切り替えが指示されると、管理者端末4は、チャットボットサービスサーバ11に対してキャラクタの設定情報の切り替えを要求する(ステップS601)。チャットボットサービスサーバ11の設定部106は、管理者端末4からのキャラクタの切り替えの要求に応じて、キャラクタの設定情報を切り替える(ステップS602)。 When the administrator instructs the administrator terminal 4 to switch the character, which is an example of the setting information, the administrator terminal 4 requests the chatbot service server 11 to switch the character setting information. (step S601). The setting unit 106 of the chatbot service server 11 switches the character setting information in response to the character switching request from the administrator terminal 4 (step S602).

その後、管理者の操作によって、管理者端末4に表示される画面が質問回答一覧画面に遷移すると、管理者端末4は、チャットボットサービスサーバ11に対して、質問情報および応答情報の一覧の取得を要求する(ステップS603)。 After that, when the screen displayed on the administrator terminal 4 transitions to the question and answer list screen by the operation of the administrator, the administrator terminal 4 requests the chatbot service server 11 to obtain a list of question information and response information. is requested (step S603).

チャットボットサービスサーバ11の管理画面入出力部104は、FAQマスタ131に記憶される質問情報および応答情報の一覧を、管理者端末4に送信する(ステップS604)。管理者端末4は、チャットボットサービスサーバ11から送信される質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS605)。 The management screen input/output unit 104 of the chatbot service server 11 transmits a list of question information and response information stored in the FAQ master 131 to the administrator terminal 4 (step S604). The administrator terminal 4 displays a question/answer list screen including a list of question information and response information transmitted from the chatbot service server 11 (step S605).

次いで、管理者の操作によって、質問回答一覧画面上において、質問情報および応答情報が登録されると、管理者端末4は、入力された質問情報および応答情報を、チャットボットサービスサーバ11に送信して、FAQマスタ131に対する質問情報および応答情報の登録を要求する(ステップS606)。チャットボットサービスサーバ11の質問回答管理部105は、管理者端末4から登録が要求された質問情報および応答情報をFAQマスタ131に登録する(ステップS607)。 Next, when the question information and response information are registered on the question and answer list screen by the administrator's operation, the administrator terminal 4 transmits the input question information and response information to the chatbot service server 11. Then, registration of question information and response information to the FAQ master 131 is requested (step S606). The question-and-answer management unit 105 of the chatbot service server 11 registers the question information and response information requested to be registered by the administrator terminal 4 in the FAQ master 131 (step S607).

その後、管理者端末4が、チャットボットサービスサーバ11に対して、質問情報および応答情報の一覧の取得を要求すると(ステップS608)、管理画面入出力部104は、FAQマスタ131に登録した応答情報が含む文末表現のうち、設定されたキャラクタに基づく表示形式による第1の応答情報と異なる文末表現を特定する(ステップS609)。 After that, when the administrator terminal 4 requests the chatbot service server 11 to acquire a list of question information and response information (step S608), the management screen input/output unit 104 outputs the response information registered in the FAQ master 131. Among the end-of-sentence expressions contained in , the end-of-sentence expression different from the first response information in the display format based on the set character is identified (step S609).

次いで、管理画面入出力部104は、FAQマスタ131に記憶される応答情報の文末表現のうち、第1の応答情報と異なる文末表現を明示(例えば、強調表示)した当該応答情報、およびそれに対応する質問情報の一覧を、管理者端末4に送信する(ステップS610)。そして、管理者端末4は、チャットボットサービスサーバ11から受信する質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS611)。 Next, the management screen input/output unit 104 outputs the response information in which the end-of-sentence expression different from the first response information is specified (for example, highlighted) among the end-of-sentence expressions of the response information stored in the FAQ master 131, and the corresponding response information. A list of question information to be asked is transmitted to the administrator terminal 4 (step S610). Then, the administrator terminal 4 displays a question/answer list screen including a list of question information and response information received from the chatbot service server 11 (step S611).

次いで、管理者の操作によって、管理者端末4に対して、応答情報および質問情報に対する編集を要求する編集情報が入力されると、管理者端末4は、入力された編集情報を、チャットボットサービスサーバ11に送信して更新を要求する(ステップS612)。チャットボットサービスサーバ11の質問回答管理部105は、管理者端末4から編集情報を受け付けると、当該編集情報に基づいて、FAQマスタ131に記憶される質問情報および応答情報を更新(編集)する(ステップS613)。 Next, when editing information requesting editing of the response information and question information is input to the administrator terminal 4 by the operation of the administrator, the administrator terminal 4 converts the input editing information into the chatbot service. It transmits to the server 11 to request an update (step S612). When the question-and-answer management unit 105 of the chatbot service server 11 receives the edited information from the administrator terminal 4, it updates (edits) the question information and the response information stored in the FAQ master 131 based on the edited information ( step S613).

次に、管理画面入出力部104は、FAQマスタ131に記憶される応答情報が含む文末表現のうち、設定されたキャラクタに基づく表示形式による第1の応答情報と異なる文末表現を特定し直す(ステップS614)。次いで、管理画面入出力部104は、FAQマスタ131に記憶される応答情報の文末表現のうち、第1の応答情報と異なる文末表現を明示した応答情報、および質問情報の一覧を、管理者端末4に送信する(ステップS615)。そして、管理者端末4は、チャットボットサービスサーバ11から送信される質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS616)。 Next, the management screen input/output unit 104 re-specifies, among the ending expressions included in the response information stored in the FAQ master 131, the ending expressions that differ from the first response information in the display format based on the set character ( step S614). Next, the management screen input/output unit 104 outputs a list of the response information specifying the end-of-sentence expression different from the first response information among the end-of-sentence expressions of the response information stored in the FAQ master 131 and the question information to the administrator terminal. 4 (step S615). Then, the administrator terminal 4 displays a question/answer list screen including a list of question information and response information transmitted from the chatbot service server 11 (step S616).

図7は、本実施の形態にかかる自動応答システムにおける質問情報および応答情報の編集処理の流れの他の一例を示すシーケンス図である。次に、図7を用いて、本実施の形態にかかる自動応答システム1における質問情報および応答情報の編集処理の流れの他の一例について説明する。以下の説明では、図6と同様の処理については説明を省略する。 FIG. 7 is a sequence diagram showing another example of the flow of editing processing of question information and response information in the automatic response system according to this embodiment. Next, another example of the flow of editing processing of question information and response information in the automatic response system 1 according to the present embodiment will be described with reference to FIG. In the following description, description of the same processing as in FIG. 6 is omitted.

管理者の操作によって、管理者端末4に対して、質問情報および応答情報に対する編集が不要であることを示す編集不要情報が入力されると、管理者端末4は、入力された編集不要情報を、チャットボットサービスサーバ11に送信する(ステップS701)。チャットボットサービスサーバ11の質問回答管理部105は、管理者端末4から編集不要情報を受け付けると、FAQマスタ131に記憶される応答情報の編集を行わず、当該応答情報の編集が不要であることを登録する(ステップS702)。 When edit-unnecessary information indicating that editing of the question information and response information is unnecessary is input to the administrator terminal 4 by the administrator's operation, the administrator terminal 4 accepts the input edit-unnecessary information. , to the chatbot service server 11 (step S701). When the question-and-answer management unit 105 of the chatbot service server 11 receives the non-editing information from the administrator terminal 4, it does not edit the response information stored in the FAQ master 131, indicating that the response information does not need to be edited. is registered (step S702).

次に、管理画面入出力部104は、FAQマスタ131に記憶される質問情報および応答情報の一覧を、管理者端末4に送信する(ステップS703)。そして、管理者端末4は、チャットボットサービスサーバ11から送信される質問情報および応答情報の一覧を含む質問回答一覧画面を表示する(ステップS704)。その際、管理者端末4は、FAQマスタ131に記憶される応答情報が含む文末表現のうち、設定されたキャラクタに基づく表示形式による第1の応答情報と異なる文末表現の明示(例えば、強調表示)を行わない。 Next, the management screen input/output unit 104 transmits a list of question information and response information stored in the FAQ master 131 to the administrator terminal 4 (step S703). Then, the administrator terminal 4 displays a question/answer list screen including a list of question information and response information transmitted from the chatbot service server 11 (step S704). At that time, the administrator terminal 4 clearly indicates (for example, emphasizes) an end-of-sentence expression different from the first response information in a display format based on a set character among the end-of-sentence expressions included in the response information stored in the FAQ master 131. ).

図8は、本実施の形態にかかる自動応答システムにおける応答情報が含む文末表現の確認処理の流れの一例について説明する。次に、図8を用いて、本実施の形態にかかる自動応答システム1における応答情報が含む文末表現の強調表示処理の流れの一例について説明する。 FIG. 8 illustrates an example of the flow of confirmation processing of sentence ending expressions included in response information in the automatic response system according to the present embodiment. Next, with reference to FIG. 8, an example of the flow of processing for highlighting an end-of-sentence expression included in response information in the automatic response system 1 according to the present embodiment will be described.

まず、管理者端末4から編集情報を受け付けると、質問回答管理部105は、当該編集情報に基づいて、FAQマスタ131に記憶される質問情報および応答情報の追加または編集を行う(ステップS801)。また、質問回答管理部105は、追加または編集した応答情報の文末表現を取得する(ステップS802)。 First, when editing information is received from the administrator terminal 4, the question-and-answer management unit 105 adds or edits question information and response information stored in the FAQ master 131 based on the editing information (step S801). Also, the question-and-answer management unit 105 acquires the ending expression of the added or edited response information (step S802).

次に、質問回答管理部105は、取得した文末表現が、設定部106により設定されたキャラクタに基づく表示形式による第1の応答情報の文末表現のパターンに合致するか否かを判断する(ステップS803)。取得した文末表現が、設定されたキャラクタに基づく表示形式による第1の応答情報の文末表現と合致する場合(ステップS803:Yes)、質問回答管理部105は、応答情報の追加および編集を終了する。 Next, the question-and-answer management unit 105 determines whether the acquired end-of-sentence expression matches the pattern of the end-of-sentence expression of the first response information in the display format based on the character set by the setting unit 106 (step S803). If the acquired end-of-sentence expression matches the end-of-sentence expression of the first response information in the display format based on the set character (step S803: Yes), the question-and-answer management unit 105 finishes adding and editing the response information. .

一方、取得した文末表現が、設定されたキャラクタに基づく表示形式による第1の応答情報の文末表現と合致しない場合(ステップS803:No)、質問回答管理部105は、修正要否情報に基づいて、設定情報に基づく表示形式による応答情報の編集が不要であるか否かを判断する(ステップS804)。設定情報に基づく表示形式による応答情報の編集が不要である場合(ステップS804:Yes)、質問回答管理部105は、応答情報の追加および編集を終了する。 On the other hand, if the acquired end-of-sentence expression does not match the end-of-sentence expression of the first response information in the display format based on the set character (step S803: No), the question-and-answer management unit 105, based on the correction necessity information, , it is determined whether editing of the response information in the display format based on the setting information is unnecessary (step S804). If it is not necessary to edit the response information in the display format based on the setting information (step S804: Yes), the question-and-answer management unit 105 finishes adding and editing the response information.

一方、設定情報に基づく表示形式による応答情報の編集が必要な場合(ステップS804:No)、質問回答管理部105は、追加または編集した応答情報が含む文末表現のうち、設定情報に基づく表示形式による第1の応答情報が含む文末表現と異なる文末表現を強調表示する(ステップS805)。また、管理画面入出力部104は、編集または追加した応答情報の文末表現のうち、設定されたキャラクタに基づく表示形式による第1の応答情報と異なる文末表現を編集し直す。 On the other hand, if it is necessary to edit the response information in the display format based on the setting information (step S804: No), the question-and-answer management unit 105 selects the display format based on the setting information, out of the end-of-sentence expressions included in the added or edited response information. A sentence-ending expression different from the sentence-ending expression included in the first response information by is highlighted (step S805). In addition, the management screen input/output unit 104 re-edits the ending expression of the edited or added response information that differs from the first response information in the display format based on the set character.

図9は、本実施の形態にかかる自動応答システムにより生成される質問回答一覧画面の一例を示す図である。次に、図9を用いて、本実施の形態にかかる自動応答システム1により生成される質問回答一覧画面の一例について説明する。 FIG. 9 is a diagram showing an example of a question/answer list screen generated by the automatic response system according to this embodiment. Next, an example of a question-and-answer list screen generated by the automatic response system 1 according to this embodiment will be described with reference to FIG.

本実施の形態では、管理画面入出力部104は、図9に示すように、質問回答一覧画面Gに含まれる質問情報および応答情報901~903の一覧うち、設定されたキャラクタに基づく表示形式による第1の応答情報と異なる文末表現を含む応答情報901を強調表示する。 In this embodiment, the management screen input/output unit 104, as shown in FIG. The response information 901 including the ending expression different from the first response information is highlighted.

このように、本実施の形態にかかる自動応答システム1によれば、登録等された応答情報の特定部分が、既存の応答情報の特定部分と異なっていた場合、登録等した応答情報を強調表示等により明示して、管理者に対して応答情報の修正をより効率的に、当該登録する応答情報の特定部分のぶれを減少させることができる。 As described above, according to the automatic response system 1 according to the present embodiment, when the specific part of the registered response information is different from the specific part of the existing response information, the registered response information is highlighted. etc., the response information can be corrected more efficiently for the administrator, and blurring of a specific part of the registered response information can be reduced.

なお、本実施の形態のチャットボットサービスサーバ11で実行されるプログラムは、ROM22等に予め組み込まれて提供される。本実施の形態のチャットボットサービスサーバ11で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。 Note that the program executed by the chatbot service server 11 of the present embodiment is preinstalled in the ROM 22 or the like and provided. The program executed by the chatbot service server 11 of the present embodiment is a file in an installable format or an executable format and can be stored on a CD-ROM, flexible disk (FD), CD-R, DVD (Digital Versatile Disk), or the like. may be configured to be recorded and provided on a computer-readable recording medium.

さらに、本実施の形態のチャットボットサービスサーバ11で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施の形態のチャットボットサービスサーバ11で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。 Furthermore, the program executed by the chatbot service server 11 of the present embodiment may be stored on a computer connected to a network such as the Internet, and may be provided by being downloaded via the network. Also, the program executed by the chatbot service server 11 of the present embodiment may be provided or distributed via a network such as the Internet.

本実施の形態のチャットボットサービスサーバ11で実行されるプログラムは、上述した各部(通信部101、検索部103、管理画面入出力部104、質問回答管理部105、設定部106)を含むモジュール構成となっており、実際のハードウェアとしてはCPU21(プロセッサの一例)が上記ROM22からプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、通信部101、検索部103、管理画面入出力部104、質問回答管理部105、設定部106が主記憶装置上に生成されるようになっている。 The program executed by the chatbot service server 11 of the present embodiment has a module configuration including each unit (communication unit 101, search unit 103, management screen input/output unit 104, question/answer management unit 105, setting unit 106) described above. As actual hardware, the CPU 21 (an example of a processor) reads out and executes the program from the ROM 22, thereby loading the above respective units onto the main storage device. An input/output unit 104, a question-and-answer management unit 105, and a setting unit 106 are generated on the main storage device.

1 自動応答システム
2 ネットワーク
3 ユーザ端末
4 管理者端末
11 チャットボットサービスサーバ
21 CPU
22 ROM
23 RAM
101 通信部
103 検索部
104 管理画面入出力部
105 質問回答管理部
106 設定部
111 受信部
112 送信部
131 FAQマスタ
132 対話シナリオテーブル
133 問合せ履歴データベース
1 automatic response system 2 network 3 user terminal 4 administrator terminal 11 chatbot service server 21 CPU
22 ROMs
23 RAM
101 communication unit 103 search unit 104 management screen input/output unit 105 question and answer management unit 106 setting unit 111 reception unit 112 transmission unit 131 FAQ master 132 dialogue scenario table 133 inquiry history database

特開2014-191484号公報JP 2014-191484 A

Claims (16)

問合せ情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける設定部と、
端末装置から受信する前記応答情報が含む特定部分が、前記設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なる場合、前記特定部分を明示した前記応答情報を含む第1の画面情報を前記端末装置に表示させる表示制御部と、
前記第1の画面情報において、前記応答情報に対する編集に関する情報を受け付ける登録部と、
を備える情報処理装置。
a setting unit that receives setting information regarding the display format of response information to be sent in response to inquiry information;
If the specific part included in the response information received from the terminal device is different from the corresponding specific part included in the first response information in the display format based on the setting information, the first response information including the response information specifying the specific part is displayed. a display control unit that causes the terminal device to display the screen information of
a registration unit that receives information about editing of the response information in the first screen information;
Information processing device.
前記応答情報に対する編集に関する情報は、前記応答情報に対する編集を要求する編集情報または前記応答情報に対する編集が不要であることを示す編集不要情報である、請求項1に記載の情報処理装置。 2. The information processing apparatus according to claim 1, wherein the information about editing of the response information is editing information requesting editing of the response information or editing unnecessary information indicating that editing of the response information is unnecessary. 前記表示制御部は、前記登録部により前記編集情報を受け付けた場合、当該編集情報に基づいて更新した前記応答情報を含む第2の画面情報を前記端末装置に表示させる、請求項2に記載の情報処理装置。 3. The display control unit according to claim 2, wherein when the registration unit receives the edit information, the display control unit causes the terminal device to display second screen information including the response information updated based on the edit information. Information processing equipment. 前記表示制御部は、前記登録部により前記編集不要情報を受け付けた場合、前記応答情報を含む画面情報を前記端末装置に表示させる、請求項2または3に記載の情報処理装置。 4. The information processing apparatus according to claim 2, wherein said display control section causes said terminal device to display screen information including said response information when said registration section receives said non-editing information. 前記設定情報は、動物、植物、虫、生命体、人物、性別、人種、ロボット、国、および地域の少なくとも1つを含むキャラクタの設定である、請求項1から4のいずれか一つに記載の情報処理装置。 5. The setting information according to any one of claims 1 to 4, wherein the setting information is character settings including at least one of animals, plants, insects, living organisms, people, sexes, races, robots, countries, and regions. The information processing device described. 前記表示形式は、強調表示、網掛け表示、マーキング表示、下線、波線、および囲み線の少なくとも1つである、請求項1から5のいずれか一つに記載の情報処理装置。 6. The information processing apparatus according to any one of claims 1 to 5, wherein said display format is at least one of highlighted display, hatched display, marking display, underline, wavy line, and encircling line. 前記特定部分は、前記表示形式に基づく前記応答情報の文末表現である、請求項1から6のいずれか一つに記載の情報処理装置。 7. The information processing apparatus according to any one of claims 1 to 6, wherein said specific part is an end-of-sentence expression of said response information based on said display format. 情報処理装置で実行される情報処理方法であって、
設定部が、問合せ情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける工程と、
表示制御部が、端末装置から受信する前記応答情報が含む特定部分が、前記設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なる場合、前記特定部分を明示した前記応答情報を含む第1の画面情報を前記端末装置に表示させる工程と、
登録部が、前記第1の画面情報において、前記応答情報に対する編集に関する情報を受け付ける工程と、
を含む情報処理方法。
An information processing method executed by an information processing device,
a step of a setting unit receiving setting information regarding a display format of response information to be transmitted in response to the inquiry information;
When the display control unit includes a specific part included in the response information received from the terminal device and is different from the corresponding specific part included in the first response information in the display format based on the setting information, the response specifying the specific part causing the terminal device to display first screen information containing information;
a step of a registration unit receiving information regarding editing of the response information in the first screen information;
Information processing method including.
前記応答情報に対する編集に関する情報は、前記応答情報に対する編集を要求する編集情報または前記応答情報に対する編集が不要であることを示す編集不要情報である、請求項8に記載の情報処理方法。 9. The information processing method according to claim 8, wherein the information about editing of the response information is editing information requesting editing of the response information or editing unnecessary information indicating that editing of the response information is unnecessary. 前記表示制御部が、前記登録部により前記編集情報を受け付けた場合、当該編集情報に基づいて更新した前記応答情報を含む第2の画面情報を前記端末装置に表示させる工程をさらに含む請求項9に記載の情報処理方法。 10. The display control unit further comprising, when the registration unit receives the edit information, causing the terminal device to display second screen information including the response information updated based on the edit information. The information processing method described in . 前記表示制御部が、前記登録部により前記編集不要情報を受け付けた場合、前記応答情報を含む画面情報を前記端末装置に表示させる工程をさらに含む請求項9または10に記載の情報処理方法。 11. The information processing method according to claim 9, further comprising the step of causing said terminal device to display screen information including said response information when said display control unit receives said non-editing information from said registration unit. 前記設定情報は、動物、植物、虫、生命体、人物、性別、人種、ロボット、国、および地域の少なくとも1つを含むキャラクタの設定である、請求項8から11のいずれか一つに記載の情報処理方法。 12. The setting information according to any one of claims 8 to 11, wherein the setting information is character settings including at least one of animals, plants, insects, living organisms, people, sexes, races, robots, countries, and regions. Information processing method described. 前記表示形式は、強調表示、網掛け表示、マーキング表示、下線、波線、および囲み線の少なくとも1つである、請求項8から12のいずれか一つに記載の情報処理方法。 13. The information processing method according to any one of claims 8 to 12, wherein said display format is at least one of highlight display, hatching display, marking display, underline, wavy line, and encircling line. 前記特定部分は、前記表示形式に基づく前記応答情報の文末表現である、請求項8から13のいずれか一つに記載の情報処理方法。 14. The information processing method according to any one of claims 8 to 13, wherein said specific part is an end-of-sentence expression of said response information based on said display format. コンピュータを、
問合せ情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける設定部と、
端末装置から受信する前記応答情報が含む特定部分が、前記設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なる場合、前記特定部分を明示した前記応答情報を含む第1の画面情報を前記端末装置に表示させる表示制御部と、
前記第1の画面情報において、前記応答情報に対する編集に関する情報を受け付ける登録部と、
として機能させるためのプログラム。
the computer,
a setting unit that receives setting information regarding the display format of response information to be sent in response to inquiry information;
If the specific part included in the response information received from the terminal device is different from the corresponding specific part included in the first response information in the display format based on the setting information, the first response information including the response information specifying the specific part is displayed. a display control unit that causes the terminal device to display the screen information of
a registration unit that receives information about editing of the response information in the first screen information;
A program to function as
問合せ情報に対して送信する応答情報の表示形式に関する設定情報を受け付ける設定部と、
端末装置から受信する前記応答情報が含む特定部分が、前記設定情報に基づく表示形式による第1の応答情報が含む対応する特定部分と異なる場合、前記特定部分を明示した前記応答情報を含む第1の画面情報を前記端末装置に表示させる表示制御部と、
前記第1の画面情報において、前記応答情報に対する編集に関する情報を受け付ける登録部と、
を備える情報処理システム。
a setting unit that receives setting information regarding the display format of response information to be sent in response to inquiry information;
If the specific part included in the response information received from the terminal device is different from the corresponding specific part included in the first response information in the display format based on the setting information, the first response information including the response information specifying the specific part is displayed. a display control unit that causes the terminal device to display the screen information of
a registration unit that receives information about editing of the response information in the first screen information;
An information processing system comprising
JP2021126052A 2021-07-30 2021-07-30 Information processing device, information processing method, program, and information processing system Pending JP2023020597A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021126052A JP2023020597A (en) 2021-07-30 2021-07-30 Information processing device, information processing method, program, and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021126052A JP2023020597A (en) 2021-07-30 2021-07-30 Information processing device, information processing method, program, and information processing system

Publications (1)

Publication Number Publication Date
JP2023020597A true JP2023020597A (en) 2023-02-09

Family

ID=85159766

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021126052A Pending JP2023020597A (en) 2021-07-30 2021-07-30 Information processing device, information processing method, program, and information processing system

Country Status (1)

Country Link
JP (1) JP2023020597A (en)

Similar Documents

Publication Publication Date Title
EP3526676B1 (en) Information processing system, information processing apparatus, and screen-sharing terminal controlling method
US10664205B2 (en) Image processing apparatus transmitting registration request including incapability information indicating that any setting is incapable of being designated
US20140122576A1 (en) Setting support apparatus, setting support system and setting support method
US9483465B2 (en) Language translation for multi-function peripherals
JP2017130760A (en) System, information processing method, information processing device and program
JP7073888B2 (en) Message providing device and program
JP2017072976A (en) Information processing system, information processing method, and program
KR102016277B1 (en) Intellectual Property Support Systems, Intellectual Property Support Methods, and Intellectual Property Support Programs
CN103220441A (en) Information processing apparatus and method of controlling same
US6889252B2 (en) Method and system for using a selected peripheral of a network using a server as a re-router
US9172689B2 (en) Image processing apparatus, method of controlling the same and storage medium thereof
JP2023020597A (en) Information processing device, information processing method, program, and information processing system
JP2018037068A (en) Server device, communication method, and program
JP2014002619A (en) Information processing device, and control method and program thereof
US11451557B2 (en) Service system and information registration method
CN110460512B (en) System message generation method, device, server and storage medium
US20230099520A1 (en) Information processing apparatus, information processing system, and non-transitory recording medium
CN111052254B (en) Method and device for operating ultrasonic image and ultrasonic imaging system
US11330082B2 (en) Information processing system, service providing system, and user creation method
US20220043623A1 (en) Information processing system, information processing apparatus, and screen-sharing terminal controlling method
US11743410B2 (en) Information processing apparatus, information processing system, and information processing method
JP2023180519A (en) Information processing unit, information processing method, program, and information processing system
RU2693914C1 (en) Automated document preparation system
JP6505154B2 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
JP6986920B2 (en) Client system