JP6852934B2 - Programs, information processing methods and information processing equipment - Google Patents

Programs, information processing methods and information processing equipment Download PDF

Info

Publication number
JP6852934B2
JP6852934B2 JP2020113088A JP2020113088A JP6852934B2 JP 6852934 B2 JP6852934 B2 JP 6852934B2 JP 2020113088 A JP2020113088 A JP 2020113088A JP 2020113088 A JP2020113088 A JP 2020113088A JP 6852934 B2 JP6852934 B2 JP 6852934B2
Authority
JP
Japan
Prior art keywords
cleaning
guest
room
guest room
goods
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
JP2020113088A
Other languages
Japanese (ja)
Other versions
JP2020205053A (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.)
Tradfit Co Ltd
Original Assignee
Tradfit 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 Tradfit Co Ltd filed Critical Tradfit Co Ltd
Publication of JP2020205053A publication Critical patent/JP2020205053A/en
Application granted granted Critical
Publication of JP6852934B2 publication Critical patent/JP6852934B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/12Hotels or restaurants
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q9/00Arrangements in telecontrol or telemetry systems for selectively calling a substation from a main station, in which substation desired apparatus is selected for applying a control signal thereto or for obtaining measured values therefrom

Description

本発明は、プログラム、情報処理方法および情報処理装置に関する。 The present invention relates to programs, information processing methods and information processing devices.

ホテル、民泊等の宿泊施設の清掃準備室等に、客室の清掃状況を表示するルームインジケータ等の機器が使用されている。ルームインジケータの表示に基づいて、清掃担当者が客室を訪問して、清掃およびアメニティの補充等の整備を行なう。客室内の電話機を介して清掃担当者から清掃終了の連絡を受け付けて、次に清掃するべき部屋を通知する清掃確認方式が提案されている(特許文献1)。 Equipment such as room indicators that display the cleaning status of guest rooms are used in the cleaning preparation rooms of accommodation facilities such as hotels and private lodgings. Based on the display of the room indicator, the person in charge of cleaning visits the guest room to perform maintenance such as cleaning and replenishment of amenities. A cleaning confirmation method has been proposed in which a person in charge of cleaning receives a notification of the end of cleaning via a telephone in the room and notifies the room to be cleaned next (Patent Document 1).

特開平6−333175号公報Japanese Unexamined Patent Publication No. 6-333175

宿泊施設においては、客室の清掃サービスに加えて、宿泊客の要望に応じて飲み物、軽食および追加のバスタオル等の様々な物品を客室に配達するサービスも行われる。 In addition to the guest room cleaning service, the accommodation facility also provides a service to deliver various items such as drinks, light meals and additional bath towels to the guest rooms upon request of the guest.

一つの態様では、宿泊施設内における物品の運搬をロボットに行わせるプログラム等を提供することを目的とする。 In one aspect, it is an object of the present invention to provide a program or the like for causing a robot to carry an article in an accommodation facility.

プログラムは、宿泊施設の客室に設置されたユーザーインタフェースを介して取得データを取得し、前記取得データが物品を運搬する要求を示す場合、前記物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力し、それぞれの客室の清掃状態を記録した清掃状態データベースから客室の整備に使用する物品の運搬を待っている状態である客室の部屋番号を取得し、前記客室の整備に使用する物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力する処理をコンピュータに実行させる。 The program acquires acquired data via a user interface installed in the guest room of the accommodation facility, and when the acquired data indicates a request to transport the article, an instruction to move to the guest room via the carrier of the article. Is output to the transport robot, and the room number of the guest room that is waiting for the transportation of the goods used for the maintenance of the guest room is acquired from the cleaning status database that records the cleaning status of each guest room, and is used for the maintenance of the guest room. The computer is made to execute a process of outputting an instruction to move to the guest room via the transport source of the goods to be carried out to the transport robot.

一つの態様では、宿泊施設内における物品の運搬をロボットに行わせるプログラム等を提供できる。 In one aspect, it is possible to provide a program or the like that causes a robot to carry an article in an accommodation facility.

情報処理システムの動作の概要を示す説明図である。It is explanatory drawing which shows the outline of the operation of an information processing system. 情報処理システムの構成を説明する説明図である。It is explanatory drawing explaining the structure of an information processing system. PMSDBのレコードレイアウトを説明する説明図である。It is explanatory drawing explaining the record layout of PMSDB. スピーカDBのレコードレイアウトを説明する説明図である。It is explanatory drawing explaining the record layout of a speaker DB. 清掃状態DBのレコードレイアウトを説明する説明図である。It is explanatory drawing explaining the record layout of the cleaning state DB. 清掃状態DBの状態遷移を説明する状態遷移図である。It is a state transition diagram explaining the state transition of the cleaning state DB. 情報処理システムの動作の概要を示すシーケンス図である。It is a sequence diagram which shows the outline of the operation of an information processing system. プログラムの処理の流れを説明するフローチャートである。It is a flowchart explaining the process flow of a program. 清掃要求処理のサブルーチンの処理の流れを説明するフローチャートである。It is a flowchart explaining the process flow of the subroutine of cleaning request processing. 清掃開始処理のサブルーチンの処理の流れを説明するフローチャートである。It is a flowchart explaining the process flow of the subroutine of the cleaning start process. 実施の形態2のリコメンドモデルの概要を説明する説明図である。It is explanatory drawing explaining the outline of the recommendation model of Embodiment 2. 実施の形態3の情報処理システムの構成を説明する説明図である。It is explanatory drawing explaining the structure of the information processing system of Embodiment 3. 実施の形態3の清掃状態DBのレコードレイアウトを説明する説明図である。It is explanatory drawing explaining the record layout of the cleaning state DB of Embodiment 3. 実施の形態3の清掃状態の遷移を説明する状態遷移図である。It is a state transition diagram explaining the transition of the cleaning state of Embodiment 3. 実施の形態3のプログラムの処理の流れを説明するフローチャートである。It is a flowchart explaining the process flow of the program of Embodiment 3. 実施の形態4の運搬DBのレコードレイアウトを説明する説明図である。It is explanatory drawing explaining the record layout of the transport DB of Embodiment 4. 実施の形態4のプログラムの処理の流れを説明するフローチャートである。It is a flowchart explaining the process flow of the program of Embodiment 4. 実施の形態5の情報処理装置の機能ブロック図である。It is a functional block diagram of the information processing apparatus of Embodiment 5. 実施の形態6の情報処理システムの構成を示す説明図である。It is explanatory drawing which shows the structure of the information processing system of Embodiment 6.

[実施の形態1]
図1は、情報処理システム10の動作の概要を示す説明図である。情報処理システム10は、スマートスピーカ20、情報処理端末18およびルームインジケータ17を含む。スマートスピーカ20および情報処理端末18は、本実施の形態のユーザーインタフェースの例示である。
[Embodiment 1]
FIG. 1 is an explanatory diagram showing an outline of the operation of the information processing system 10. The information processing system 10 includes a smart speaker 20, an information processing terminal 18, and a room indicator 17. The smart speaker 20 and the information processing terminal 18 are examples of the user interface of the present embodiment.

スマートスピーカ20は、ホテル、民泊等の宿泊施設の客室に配置されている。スマートスピーカ20は略半球形状であり、平面部に円形のタッチパネル25と、カメラ28(図2参照)とを有する。スマートスピーカ20は、タッチパネル25が斜め上方を向くように設置されている。スマートスピーカ20は、球面部分の上部にマイク26を、球面部分の下部にスピーカ27をそれぞれ有する。 The smart speaker 20 is arranged in a guest room of an accommodation facility such as a hotel or a private lodging. The smart speaker 20 has a substantially hemispherical shape, and has a circular touch panel 25 and a camera 28 (see FIG. 2) on a flat surface portion. The smart speaker 20 is installed so that the touch panel 25 faces diagonally upward. The smart speaker 20 has a microphone 26 at the upper part of the spherical surface portion and a speaker 27 at the lower part of the spherical surface portion.

情報処理端末18は、スマートフォンまたはタブレット等の汎用の携帯型情報処理装置である。情報処理端末18は、本システム専用の携帯型情報処理装置であっても良い。情報処理端末18は、タッチパネル、マイクおよびスピーカを有する。宿泊施設の従業員は、情報処理端末18を携帯して業務を行なう。 The information processing terminal 18 is a general-purpose portable information processing device such as a smartphone or a tablet. The information processing terminal 18 may be a portable information processing device dedicated to this system. The information processing terminal 18 has a touch panel, a microphone, and a speaker. Employees of the accommodation facility carry the information processing terminal 18 to carry out their work.

ルームインジケータ17は、清掃準備室またはリネン室等に設置された機器である。ルームインジケータ17は、客室の清掃および確認の状況を一覧表示するディスプレイと、汎用のパソコン等との組合せである。ルームインジケータ17には、後述する清掃状態DB44(図2参照)に記録されたデータがリアルタイムで表示される。すなわち、清掃状態DB44にデータが記録されることにより、自動的にルームインジケータ17にデータが表示される。 The room indicator 17 is a device installed in a cleaning preparation room, a linen room, or the like. The room indicator 17 is a combination of a display that displays a list of cleaning and confirmation statuses of the guest room, a general-purpose personal computer, and the like. The room indicator 17 displays the data recorded in the cleaning state DB 44 (see FIG. 2), which will be described later, in real time. That is, when the data is recorded in the cleaning state DB 44, the data is automatically displayed on the room indicator 17.

図1に示す例では、清掃列の「未」は清掃可能であるが、まだ清掃が終了していないことを示す。清掃列の「不可」は、宿泊客が滞在中等の理由で清掃できないことを示す。清掃列の「終了」は、清掃が終了したことを示す。 In the example shown in FIG. 1, “not” in the cleaning row indicates that cleaning is possible, but cleaning has not been completed yet. "Impossible" in the cleaning line indicates that the guest cannot be cleaned due to reasons such as staying. "End" in the cleaning line indicates that cleaning has been completed.

確認列の「不可」は、清掃が終了していない、または、宿泊客が滞在中等の理由で、清掃状態の確認を行なえないことを示す。確認列の「未」は清掃が終了して確認を待っていることを示す。確認列の「終了」は、清掃後の確認が終了したことを示す。ルームインジケータ17は、たとえば赤、黄、青等のランプを用いて清掃状態および確認状態を表示しても良い。 "Impossible" in the confirmation column indicates that the cleaning status cannot be confirmed because the cleaning has not been completed or the guest is staying. "Not" in the confirmation column indicates that cleaning has been completed and waiting for confirmation. "End" in the confirmation column indicates that the confirmation after cleaning has been completed. The room indicator 17 may indicate a cleaning state and a confirmation state by using lamps such as red, yellow, and blue.

清掃担当者および確認担当者は、ルームインジケータ17の表示を見て、客室の清掃作業および確認作業を行なう。なお、ルームインジケータ17の画面は、情報処理端末18およびフロント等に設置されたパソコンのディスプレイにも表示可能である。すなわち、清掃担当者および確認担当者は、情報処理端末18を使用して、清掃状態および確認状態を確認できる。フロントの担当者は、フロントに設置されたパソコンを使用して、清掃状態および確認状態を確認できる。 The cleaning person and the checking person see the display of the room indicator 17 and perform the cleaning work and the checking work of the guest room. The screen of the room indicator 17 can also be displayed on the display of the personal computer installed at the information processing terminal 18 and the front desk or the like. That is, the person in charge of cleaning and the person in charge of confirmation can confirm the cleaning state and the confirmation state by using the information processing terminal 18. The person in charge at the front desk can check the cleaning status and the confirmation status using the personal computer installed at the front desk.

たとえば、303号室に示す連泊中の宿泊客が、外出する前にスマートスピーカ20に「掃除して下さい」のように話しかける。音声認識と意味解析を行なうことにより、宿泊客の意図が推定されて、ルームインジケータ17の清掃列に「未」が表示される。清掃担当者は、清掃列に「未」が表示されている客室を順次清掃するとともに、タオル等を補充して、客室を整備する。 For example, a guest staying for consecutive nights shown in Room 303 talks to the smart speaker 20 as "Please clean" before going out. By performing voice recognition and semantic analysis, the guest's intention is estimated, and "not yet" is displayed in the cleaning row of the room indicator 17. The person in charge of cleaning will sequentially clean the rooms with "Not yet" displayed in the cleaning line, and replenish towels etc. to maintain the rooms.

たとえば、305号室では清掃を終了した清掃担当者がスマートスピーカ20に「終了しました」のように話し掛ける。音声認識と意味解析を行なうことにより、清掃担当者の意図が推定されて、ルームインジケータ17の清掃列に「終了」が表示される。スマートスピーカ20から「3Fの状態です」等の音声とともに、ルームインジケータ17の画面から抜粋した、近傍の部屋の清掃状態が表示される。清掃担当者は、次に清掃する部屋を判断できる。 For example, in Room 305, the cleaning staff who finished cleaning talks to the smart speaker 20 as if "finished". By performing voice recognition and semantic analysis, the intention of the cleaning staff is estimated, and "end" is displayed in the cleaning row of the room indicator 17. Along with a voice such as "It is in the state of 3F" from the smart speaker 20, the cleaning state of a nearby room is displayed, which is extracted from the screen of the room indicator 17. The cleaner can determine which room to clean next.

たとえば、廊下を移動中の確認担当者は、情報処理端末18を用いて清掃状態を確認する。確認担当者は、清掃が終了した部屋の状態を確認する。確認終了後、確認担当者はスマートスピーカ20に「確認OKです」のように話し掛ける。音声認識と意味解析を行なうことにより、清掃担当者の意図が推定されて、ルームインジケータ17の清掃列に「終了」が表示される。 For example, a person in charge of checking while moving in the corridor confirms the cleaning state using the information processing terminal 18. The person in charge of confirmation confirms the condition of the room after cleaning. After the confirmation is completed, the person in charge of confirmation speaks to the smart speaker 20 as "Confirmation is OK". By performing voice recognition and semantic analysis, the intention of the cleaning staff is estimated, and "end" is displayed in the cleaning row of the room indicator 17.

フロントで、宿泊客のチェックアウトが行なわれた場合、チェックアウト情報がルームインジケータ17に反映されてその宿泊客が滞在していた部屋の清掃列に「未」が表示される。フロントでは、ルームインジケータ17の状態を確認して、清掃および確認が終了した客室に新規の宿泊客を案内する。 When a guest is checked out at the front desk, the checkout information is reflected in the room indicator 17, and "not yet" is displayed in the cleaning line of the room in which the guest was staying. At the front desk, the state of the room indicator 17 is confirmed, and new guests are guided to the guest rooms that have been cleaned and confirmed.

以上のように、それぞれの客室では、スマートスピーカ20を介した音声による指示により、特別なコマンド等の操作方法を覚えなくても、ルームインジケータ17を操作できる。たとえば、清掃担当者は清掃用具を両手に持った状態であっても、スマートスピーカ20を介してルームインジケータ17を操作できるため、作業効率を高めることができる。 As described above, in each guest room, the room indicator 17 can be operated by the voice instruction via the smart speaker 20 without having to learn the operation method such as a special command. For example, the cleaning staff can operate the room indicator 17 via the smart speaker 20 even when the cleaning tool is held in both hands, so that the work efficiency can be improved.

フロントでは、清掃および確認が終了したことをリアルタイムで確認できる。したがって、たとえば宿泊客が予定より早く到着した場合であっても、部屋の準備を待たせる時間を短縮できる。 At the front desk, you can confirm in real time that cleaning and confirmation have been completed. Therefore, for example, even if the guest arrives earlier than planned, the time for waiting for the room to be prepared can be shortened.

前述のとおり、スマートスピーカ20および情報処理端末18は、宿泊客および宿泊施設のスタッフ等のユーザがルームインジケータ17を操作するユーザーインタフェースの一例である。ユーザーインタフェースは、ユーザから情報を取得できるものであれば、スマートスピーカ20に限定されるものではない。例えば、マイクやスピーカの機能を備えるスマートフォン、タブレットまたはPC等を用いて代替することも可能である。ユーザーインタフェースは、テレビの機能とコンピュータの機能とを兼ね備えた、いわゆるスマートテレビにより代替することも可能である。 As described above, the smart speaker 20 and the information processing terminal 18 are examples of user interfaces in which users such as guests and staff of accommodation facilities operate the room indicator 17. The user interface is not limited to the smart speaker 20 as long as information can be obtained from the user. For example, a smartphone, tablet, PC, or the like having a function of a microphone or a speaker can be used instead. The user interface can be replaced by a so-called smart TV, which has both the functions of a television and the functions of a computer.

ユーザーインタフェースは、ユーザの身振り手振り等に基づくいわゆるジェスチャー入力に基づいて情報を取得しても良い。ジェスチャー入力は、たとえばユーザのステップ、ジャンプ等の足の動作に基づくものであっても良い。ユーザーインターフェ−スは、ユーザの脳波、筋電位または眼電位等の生体信号に基づいて情報を取得しても良い。ユーザーインタフェースは、たとえば音声入力とジェスチャー入力等、複数の入力手段の組み合わせに基づいて情報を取得しても良い。 The user interface may acquire information based on so-called gesture input based on the user's gestures and gestures. Gesture input may be based on foot movements such as user steps and jumps. The user interface may acquire information based on a biological signal such as a user's brain wave, myoelectric potential, or ocular potential. The user interface may acquire information based on a combination of a plurality of input means such as voice input and gesture input.

なお、ユーザーインタフェースは非接触的に入力を受け付けることが望ましい。ユーザは、荷物等により両手が塞がっている場合であっても、入力を行なえる。 It is desirable that the user interface accepts input in a non-contact manner. The user can input even when both hands are blocked by luggage or the like.

ユーザーインタフェースは、タッチパネルまたはキーボード等の入力機器を介した文字入力によりユーザからの情報を受け付けても良い。ユーザーインタフェースは、ユーザが示す手書きメモまたはパンフレット等をカメラ28により撮影し、文字認識することによりユーザからの情報を受け付けてもよい。 The user interface may accept information from the user by inputting characters via an input device such as a touch panel or a keyboard. The user interface may receive information from the user by taking a picture of a handwritten memo or a pamphlet indicated by the user with the camera 28 and recognizing the characters.

文字による情報の入力を受け付ける場合には、情報処理システム10はユーザーインタフェースのタッチパネル25、または、そのほかの表示装置に、入力を受け付けた内容を表示しても良い。情報処理システム10は、ユーザが使用した言語を含む複数の言語で、入力を受け付けた内容を表示しても良い。ユーザは、自分の意図が正しく認識されたか否かを、画面を見ることで確認できる。 When accepting the input of information in characters, the information processing system 10 may display the received contents on the touch panel 25 of the user interface or another display device. The information processing system 10 may display the contents of the input received in a plurality of languages including the language used by the user. The user can confirm by looking at the screen whether or not his / her intention is correctly recognized.

以下の説明においては、ユーザーインタフェースがユーザから取得したデータを、取得データと記載する場合がある。取得データが音声データである場合を例にして、具体例を説明する。また、ユーザーインタフェースが音声を出力する場合を例にして、具体例を説明するが、テキストを画面に表示してもよいし、音声及びテキストの画面出力の両方を行ってもよく、出力手段の種類は限定されない。 In the following description, the data acquired by the user interface from the user may be described as acquired data. A specific example will be described by taking the case where the acquired data is voice data as an example. Further, although a specific example will be described by taking the case where the user interface outputs voice as an example, the text may be displayed on the screen, or both the voice and the text may be output on the screen. The type is not limited.

図2は、情報処理システム10の構成を説明する説明図である。情報処理システム10は、前述のスマートスピーカ20、情報処理端末18およびルームインジケータ17に加えて、管理サーバ30、音声応答サーバ14、PBX(Private Branch eXchange:構内交換機)16、およびPMS(Property Management System:ホテル管理システム)サーバ15を含む。 FIG. 2 is an explanatory diagram illustrating the configuration of the information processing system 10. In addition to the above-mentioned smart speaker 20, information processing terminal 18, and room indicator 17, the information processing system 10 includes a management server 30, a voice response server 14, a PBX (Private Branch eXchange) 16, and a PMS (Property Management System). : Hotel management system) Includes server 15.

管理サーバ30は、PBX16を介してPMSサーバ15と接続されている。なお、管理サーバ30は、PBX16を介さずにPMSサーバ15と接続されていても良い。 The management server 30 is connected to the PMS server 15 via the PBX 16. The management server 30 may be connected to the PMS server 15 without going through the PBX 16.

スマートスピーカ20は、前述のタッチパネル25、マイク26、スピーカ27およびカメラ28に加えて、CPU(Central Processing Unit)21、主記憶装置22、補助記憶装置23、通信部24およびバスを備える。CPU21は、本実施の形態のプログラムを実行する演算制御装置である。CPU21には、一または複数のCPUまたはマルチコアCPU等が使用される。CPU21は、バスを介してスマートスピーカ20を構成するハードウェア各部と接続されている。 The smart speaker 20 includes a CPU (Central Processing Unit) 21, a main storage device 22, an auxiliary storage device 23, a communication unit 24, and a bus, in addition to the touch panel 25, microphone 26, speaker 27, and camera 28 described above. The CPU 21 is an arithmetic control device that executes the program of the present embodiment. As the CPU 21, one or more CPUs, a multi-core CPU, or the like is used. The CPU 21 is connected to each part of the hardware constituting the smart speaker 20 via a bus.

主記憶装置22は、SRAM(Static Random Access Memory)、DRAM(Dynamic Random Access Memory)、フラッシュメモリ等の記憶装置である。主記憶装置22には、CPU21が行なう処理の途中で必要な情報およびCPU21で実行中のプログラムが一時的に保存される。 The main storage device 22 is a storage device such as a SRAM (Static Random Access Memory), a DRAM (Dynamic Random Access Memory), and a flash memory. The main storage device 22 temporarily stores information necessary in the middle of processing performed by the CPU 21 and a program being executed by the CPU 21.

補助記憶装置23は、SRAM、フラッシュメモリまたはハードディスク等の記憶装置である。補助記憶装置23には、CPU21に実行させるプログラム、およびプログラムの実行に必要な各種データが保存される。 The auxiliary storage device 23 is a storage device such as a SRAM, a flash memory, or a hard disk. The auxiliary storage device 23 stores a program to be executed by the CPU 21 and various data necessary for executing the program.

通信部24は、スマートスピーカ20とネットワークとの間のデータ通信を行なうインターフェイスである。タッチパネル25は、液晶表示パネル等の表示部251と、表示部251に積層された入力部252とを備える。 The communication unit 24 is an interface for performing data communication between the smart speaker 20 and the network. The touch panel 25 includes a display unit 251 such as a liquid crystal display panel and an input unit 252 laminated on the display unit 251.

なお、図1に示すスマートスピーカ20の形状は例示であり、スマートスピーカ20は略半球状に限定しない。スマートスピーカ20は、柱状、直方体状等の任意の形状であっても良い。スマートスピーカ20は、スマートフォン、タブレットまたはパソコン等の汎用の情報処理装置であっても良い。スマートスピーカ20は、パソコン等の汎用の情報処理装置と、外付けのマイク、スピーカおよびカメラとの組合せにより構成されても良い。 The shape of the smart speaker 20 shown in FIG. 1 is an example, and the smart speaker 20 is not limited to a substantially hemispherical shape. The smart speaker 20 may have any shape such as a columnar shape or a rectangular parallelepiped shape. The smart speaker 20 may be a general-purpose information processing device such as a smartphone, a tablet, or a personal computer. The smart speaker 20 may be composed of a combination of a general-purpose information processing device such as a personal computer and an external microphone, speaker, and camera.

管理サーバ30は、CPU31、主記憶装置32、補助記憶装置33、通信部34およびバスを備える。CPU31は、本実施の形態のプログラムを実行する演算制御装置である。CPU31には、一または複数のCPUまたはマルチコアCPU等が使用される。CPU31は、バスを介して管理サーバ30を構成するハードウェア各部と接続されている。 The management server 30 includes a CPU 31, a main storage device 32, an auxiliary storage device 33, a communication unit 34, and a bus. The CPU 31 is an arithmetic control device that executes the program of the present embodiment. As the CPU 31, one or a plurality of CPUs, a multi-core CPU, or the like is used. The CPU 31 is connected to each part of the hardware constituting the management server 30 via a bus.

主記憶装置32は、SRAM、DRAM、フラッシュメモリ等の記憶装置である。主記憶装置32には、CPU31が行なう処理の途中で必要な情報およびCPU31で実行中のプログラムが一時的に保存される。 The main storage device 32 is a storage device for SRAM, DRAM, flash memory, and the like. The main storage device 32 temporarily stores information necessary in the middle of processing performed by the CPU 31 and a program being executed by the CPU 31.

補助記憶装置33は、SRAM、フラッシュメモリまたはハードディスク等の記憶装置である。補助記憶装置33には、スピーカDB(Database)41、清掃状態DB44、CPU31に実行させるプログラム、およびプログラムの実行に必要な各種データが保存される。 The auxiliary storage device 33 is a storage device such as a SRAM, a flash memory, or a hard disk. The auxiliary storage device 33 stores a speaker DB (Database) 41, a cleaning state DB 44, a program to be executed by the CPU 31, and various data necessary for executing the program.

スピーカDB41および清掃状態DB44は、管理サーバ30に接続された外部の大容量記憶装置、または、ネットワークを介して管理サーバ30に接続された他のサーバに記録されていても良い。 The speaker DB 41 and the cleaning state DB 44 may be recorded in an external large-capacity storage device connected to the management server 30 or another server connected to the management server 30 via a network.

通信部34は、管理サーバ30とネットワークとの間のデータ通信を行なうインターフェイスである。管理サーバ30は、パソコンまたはサーバマシン等の汎用の情報処理装置である。管理サーバ30は、大型計算機上で動作する仮想マシンでも良い。管理サーバ30は、複数の複数のコンピュータまたはサーバマシンを組み合わせて構成されても良い。 The communication unit 34 is an interface for performing data communication between the management server 30 and the network. The management server 30 is a general-purpose information processing device such as a personal computer or a server machine. The management server 30 may be a virtual machine running on a large computer. The management server 30 may be configured by combining a plurality of computers or server machines.

音声応答サーバ14は、スマートスピーカ20から音声データを取得して、音声認識等の処理を行なうとともに、応答にかかる音声データをスマートスピーカ20に送信する情報処理装置である。 The voice response server 14 is an information processing device that acquires voice data from the smart speaker 20, performs processing such as voice recognition, and transmits the voice data related to the response to the smart speaker 20.

PMSサーバ15は、PMSの管理を行なう情報処理装置である。ここで、PMSについて簡単に説明する。PMSは、宿泊施設の管理システムであり、宿泊客の住所、氏名、国籍、料金決済方法、同行者および宿泊履歴等が記録されている。高級ホテル、民泊等、個々の顧客に応じたサービスを提供する宿泊施設で使用されるPMSには、宿泊客の好み、各種記念日およびアレルギー等の情報も記録されている。PMSは、宿泊施設ごとに、または、チェーン系列ごとに導入されており、予約の受付、チェックイン、チェックアウトおよび精算等の処理に使用される。 The PMS server 15 is an information processing device that manages PMS. Here, PMS will be briefly described. PMS is an accommodation facility management system, and records the guest's address, name, nationality, fee settlement method, companion, accommodation history, and the like. Information such as guest preferences, various anniversaries, and allergies is also recorded in PMS used in accommodation facilities that provide services tailored to individual customers, such as luxury hotels and private lodgings. PMS is introduced for each accommodation facility or for each chain, and is used for processing such as reservation reception, check-in, check-out, and settlement.

音声応答サーバ14およびPMSサーバ15は、パソコンまたはサーバマシン等の汎用の情報処理装置である。音声応答サーバ14およびPMSサーバ15は、大型計算機上で動作する仮想マシンでも良い。音声応答サーバ14およびPMSサーバ15は、複数のコンピュータまたはサーバマシンを組み合わせて構成されても良い。 The voice response server 14 and the PMS server 15 are general-purpose information processing devices such as a personal computer or a server machine. The voice response server 14 and the PMS server 15 may be virtual machines running on a large computer. The voice response server 14 and the PMS server 15 may be configured by combining a plurality of computers or server machines.

PBX16は、宿泊施設内の内線電話の制御、および、外線電話との接続等を制御する交換機である。管理サーバ30は、PBX16に対して所定のプロトコルで信号を送信することにより、PBX16を介してPMSサーバ15から情報を取得できる。 The PBX 16 is an exchange that controls the extension telephone in the accommodation facility, the connection with the outside telephone, and the like. The management server 30 can acquire information from the PMS server 15 via the PBX 16 by transmitting a signal to the PBX 16 using a predetermined protocol.

図3は、PMSDBのレコードレイアウトを説明する説明図である。PMSDBは、PMSサーバ15に記録されている情報のうち、宿泊施設に宿泊中および予約中のユーザにかかる情報を関連づけて記録するDBである。PMSDBは、日付フィールド、宿泊施設フィールド、宿泊者フィールドおよび状態フィールドを有する。宿泊施設フィールドは、名称フィールドおよび部屋番号フィールドを有する。 FIG. 3 is an explanatory diagram illustrating a record layout of the PMS DB. The PMS DB is a DB that records the information recorded in the PMS server 15 in association with the information related to the user who is staying at the accommodation facility and making a reservation. The PMSDB has a date field, an accommodation field, a guest field and a status field. The accommodation field has a name field and a room number field.

宿泊者フィールドは、代表者フィールド、同行者数フィールド、関係フィールド、チェックアウト日フィールドおよび特記事項フィールドを有する。代表者フィールドは、名前フィールド、年齢フィールド、住所フィールド、性別フィールドおよび国籍フィールドを有する。 The guest field has a representative field, a number of companions field, a relationship field, a check-out date field, and a special note field. The representative field has a name field, an age field, an address field, a gender field and a nationality field.

日付フィールドには、日付が記録されている。名称フィールドには、宿泊施設の名称が記録されている。部屋番号フィールドには、客室の部屋番号が記録されている。名前フィールドには代表者の名前が記録されている。年齢フィールドには、代表者の年齢が記録されている。住所フィールドには、代表者の住所が記録されている。性別フィールドには、代表者の性別が記録されている。国籍フィールドには、代表者の国籍が記録されている。 The date is recorded in the date field. The name of the accommodation facility is recorded in the name field. The room number of the guest room is recorded in the room number field. The name of the representative is recorded in the name field. The age of the representative is recorded in the age field. The address of the representative is recorded in the address field. The gender of the representative is recorded in the gender field. The nationality of the representative is recorded in the nationality field.

同行者数フィールドには、代表者に同行して宿泊する宿泊者の人数が記録されている。関係フィールドには、代表者と同行者との関係が記録されている。チェックアウト日フィールドには、チェックアウト予定日が記録されている。特記事項フィールドには、宿泊者に関する特記事項が記録されている。状態フィールドには、宿泊者の状態が記録されている。宿泊者フィールドの各サブフィールドに記録された情報は、宿泊客の属性にかかる宿泊客属性の一例である。 In the number of accompanying persons field, the number of guests staying with the representative is recorded. The relationship field records the relationship between the representative and the companion. The scheduled check-out date is recorded in the check-out date field. Special notes regarding guests are recorded in the special notes field. The status of the guest is recorded in the status field. The information recorded in each subfield of the guest field is an example of the guest attribute related to the guest attribute.

PMSDBは、1つの客室について、1つのレコードを有する。宿泊者フィールドの各サブフィールドのデータは、予約受付時に取得されるか、または、チェックイン時にフロントの担当者等により入力される。過去にも宿泊したことがある宿泊者に関しては、過去の宿泊時に記録されたデータから取得されても良い。 The PMSDB has one record for one guest room. The data of each sub-field of the guest field is acquired at the time of reservation reception, or is input by the person in charge at the front desk at the time of check-in. For guests who have stayed in the past, it may be obtained from the data recorded at the time of the past stay.

図3中の333号室のレコードを例にして説明を続ける。代表者フィールドの各サブフィールドには、代表者である「田中一郎」氏の年齢、住所、性別および国籍が記録されている。同行者数フィールドの「1」は、代表者である「田中一郎」氏と同行者1人の、合計2人が宿泊することを示す。関係フィールドの「夫婦」は、333号室に宿泊する2人が、夫婦であることを意味する。 The description will be continued by taking the record of room 333 in FIG. 3 as an example. In each subfield of the representative field, the age, address, gender and nationality of the representative "Ichiro Tanaka" are recorded. A "1" in the number of accompanying persons field indicates that a total of two people, the representative "Ichiro Tanaka" and one accompanying person, will stay. "Couple" in the related field means that the two people staying in Room 333 are a couple.

チェックアウト日フィールドの「6月21日」は、333号室に宿泊する宿泊客が、6月21日にチェックアウトする予定であることを意味する。特記事項フィールドの「銀婚式」は、333号室に宿泊する夫婦が、銀婚式を迎えることを意味する。状態フィールドの「未到着」は、まだチェックインしていないことを意味する。 "June 21st" in the check-out date field means that guests staying in Room 333 will check out on June 21st. Special notes "Silver wedding" in the field means that the couple staying in Room 333 will have a silver wedding. "Not arrived" in the status field means that you have not checked in yet.

図3中の334号室のレコードを例にして説明を続ける。代表者フィールドの各サブフィールドには、代表者である「王敏」氏の年齢、住所、性別および国籍が記録されている。同行者数フィールドの「3」は、代表者である「王敏」氏と同行者3人の、合計4人が宿泊することを示す。関係フィールドの「家族」は、334号室に宿泊する4人が、家族連れであることを意味する。 The description will be continued by taking the record of Room 334 in FIG. 3 as an example. In each subfield of the representative field, the age, address, gender and nationality of the representative "Min Wang" are recorded. A "3" in the number of companions field indicates that a total of four people, the representative "Min Wang" and three companions, will stay. "Family" in the related field means that the four people staying in Room 334 are with their families.

チェックアウト日フィールドの「6月30日」は、334号室に宿泊する宿泊客が6月30日にチェックアウトする予定であることを意味する。特記事項フィールドの「幼児2人」は、334号室に宿泊する4人のうち、2人が幼児であることを意味する。状態フィールドの「チェックイン済」は、チェックインが済んでいることを意味する。 "June 30" in the check-out date field means that guests staying in Room 334 will check out on June 30. Special notes "Two toddlers" in the field means that two of the four who stay in Room 334 are toddlers. "Checked in" in the status field means that the check-in has been completed.

図4は、スピーカDB41のレコードレイアウトを説明する説明図である。スピーカDB41は、スマートスピーカ20に固有に付与されたスピーカID(Identifier)と設置場所とを関連づけて記録するDBである。なお、本実施の形態では、スマートスピーカ20を識別する具体例として、スピーカIDを用いるが、ユーザーインタフェースを識別するためのユーザーインタフェース識別子としては、ユーザーインタフェースを識別するための情報であればよく、当該ユーザーインタフェースが設置された客室の部屋番号や、ユーザーインタフェースに割り振られたIPアドレス等であってもよい。 FIG. 4 is an explanatory diagram illustrating a record layout of the speaker DB 41. The speaker DB 41 is a DB that records the speaker ID (Identifier) uniquely assigned to the smart speaker 20 in association with the installation location. In the present embodiment, the speaker ID is used as a specific example for identifying the smart speaker 20, but the user interface identifier for identifying the user interface may be any information for identifying the user interface. It may be the room number of the guest room where the user interface is installed, the IP address assigned to the user interface, or the like.

スピーカDB41は、スピーカIDフィールドおよび設置場所フィールドを有する。設置場所フィールドは、宿泊施設名フィールドおよび部屋番号フィールドを有する。スピーカIDフィールドには、スピーカIDが記録されている。宿泊施設名フィールドには、宿泊施設の名称が記録されている。部屋番号フィールドには、客室の部屋番号が記録されている。スピーカDB41は、1台のスマートスピーカ20について1つのレコードを有する。 The speaker DB 41 has a speaker ID field and an installation location field. The installation location field has an accommodation name field and a room number field. The speaker ID is recorded in the speaker ID field. The name of the accommodation is recorded in the accommodation name field. The room number of the guest room is recorded in the room number field. The speaker DB 41 has one record for one smart speaker 20.

図5は、清掃状態DB44のレコードレイアウトを説明する説明図である。清掃状態DB44は、客室と清掃状態とを関連づけて記録するDBである。清掃状態DB44は、宿泊施設名フィールド、部屋番号フィールドおよび状態フィールドを有する。状態フィールドは、清掃フィールド、確認フィールドおよび特記事項フィールドを有する。 FIG. 5 is an explanatory diagram illustrating a record layout of the cleaning state DB 44. The cleaning state DB 44 is a DB that records the guest room and the cleaning state in association with each other. The cleaning status DB 44 has an accommodation facility name field, a room number field, and a status field. The status field has a cleaning field, a confirmation field and a special note field.

宿泊施設名フィールドには、宿泊施設の名称が記録されている。部屋番号フィールドには、客室の部屋番号が記録されている。清掃フィールドには、清掃担当者の作業の状態が記録されている。清掃フィールドの「未」は清掃可能であるが、まだ清掃が終了していないことを示す。清掃フィールドの「不可」は、宿泊客が滞在中等の理由で清掃できないことを示す。清掃フィールドの「終了」は、清掃が終了したことを示す。 The name of the accommodation is recorded in the accommodation name field. The room number of the guest room is recorded in the room number field. In the cleaning field, the work status of the cleaning staff is recorded. “Not” in the cleaning field indicates that cleaning is possible, but cleaning has not been completed yet. "No" in the cleaning field indicates that the guest cannot be cleaned due to reasons such as staying. "End" in the cleaning field indicates that cleaning is complete.

確認フィールドには、確認担当者の作業の状態が記録されている。確認フィールドの「不可」は、清掃が終了していない、または、宿泊客が滞在中等の理由で、清掃状態の確認を行なえないことを示す。確認フィールドの「未」は清掃が終了して確認が可能であることを示す。確認フィールドの「終了」は、清掃後の確認が終了したことを示す。 The confirmation field records the work status of the confirmer. "No" in the confirmation field indicates that the cleaning status cannot be confirmed because the cleaning has not been completed or the guest is staying. "Not" in the confirmation field indicates that cleaning has been completed and confirmation is possible. "End" in the confirmation field indicates that the confirmation after cleaning has been completed.

特記事項欄には、清掃に関する特記事項が記録されている。たとえば、306号室の特記事項欄には、清掃および確認を「13時まで」に終了する必要があることが記録されている。 In the special notes column, special notes regarding cleaning are recorded. For example, in the special notes section of Room 306, it is recorded that cleaning and confirmation need to be completed by "13:00".

図6は、清掃状態DB44の状態遷移を説明する状態遷移図である。宿泊客のチェックインが行なわれた場合、および、外出していた宿泊客が帰還してフロントからルームキーを受領した場合等に、清掃フィールドおよび確認フィールドに「不可」が記録される。 FIG. 6 is a state transition diagram illustrating the state transition of the cleaning state DB 44. "No" is recorded in the cleaning and confirmation fields when the guest is checked in, or when the guest who has been out returns and receives the room key from the front desk.

宿泊客から清掃の依頼を受けた場合、チェックアウトが行なわれた場合、および宿泊客がフロントにルームキーを預けて外出した場合等、客室の清掃準備が整った場合に、清掃フィールドに「未」が記録される。 When the guest room is ready to be cleaned, such as when the guest requests cleaning, when the check-out is performed, or when the guest leaves the room key at the front desk and goes out, the cleaning field will be filled with "Not yet". Is recorded.

清掃担当者が清掃を終了して確認の準備が整った場合に、清掃フィールドに「終了」、確認フィールドに「未」が記録される。確認担当者が再清掃を行なう必要があると判断した場合、清掃フィールドに「未」、確認フィールドに「不可」が記録される。確認担当者が正しく清掃できたと判断した場合、清掃フィールドおよび確認フィールドに「終了」が記録される。同時に、PMSサーバ15に客室の清掃および確認が終了した旨が通知される。 When the cleaning staff finishes cleaning and is ready for confirmation, "finished" is recorded in the cleaning field and "not yet" is recorded in the confirmation field. If the confirmer determines that re-cleaning is required, "not yet" is recorded in the cleaning field and "impossible" is recorded in the confirmation field. If the confirmer determines that the cleaning was successful, an "end" is recorded in the cleaning and confirmation fields. At the same time, the PMS server 15 is notified that the cleaning and confirmation of the guest room has been completed.

図7は、情報処理システム10の動作の概要を示すシーケンス図である。フロントでのチェックアウト処理等により、清掃状態DB44が更新される(ステップS800)。宿泊客から口頭または電話等により清掃の要望を受けた客室係の従業員が、パソコン等を操作して清掃状態DB44を更新しても良い。 FIG. 7 is a sequence diagram showing an outline of the operation of the information processing system 10. The cleaning state DB44 is updated by a checkout process or the like at the front desk (step S800). An employee in charge of the guest room who receives a request for cleaning verbally or by telephone from the guest may operate the personal computer or the like to update the cleaning state DB 44.

ユーザが、スマートスピーカ20に対して、たとえば「掃除して下さい」または「終了しました」のようにスマートスピーカ20に話しかける。音声は、マイク26により取得される(ステップS801)。CPU21は、取得した音声を電気信号に変換した音声データと、カメラ28により撮影された画像と、スピーカIDとを音声応答サーバ14に送信する(ステップS802)。 The user speaks to the smart speaker 20, for example, "clean" or "finished". The voice is acquired by the microphone 26 (step S801). The CPU 21 transmits the voice data obtained by converting the acquired voice into an electric signal, the image taken by the camera 28, and the speaker ID to the voice response server 14 (step S802).

音声応答サーバ14は、音声データに基づいて音声認識を行ない、ユーザのリクエストを文字列に変換する(ステップS811)。音声応答サーバ14は、変換した文字列に基づいて意味解析を行ない、ユーザのリクエストの意味を判定する(ステップS812)。音声応答サーバ14は、音声データに基づいて発話時のユーザの感情を推定する感情解析を行なう(ステップS813)。なお、音声認識、意味解析および感情解析については公知の手法を使用できるため、詳細については説明を省略する。感情解析には、声のトーンやスピードの情報等を用いても良い。 The voice response server 14 performs voice recognition based on the voice data and converts the user's request into a character string (step S811). The voice response server 14 performs semantic analysis based on the converted character string and determines the meaning of the user's request (step S812). The voice response server 14 performs an emotion analysis that estimates the user's emotion at the time of utterance based on the voice data (step S813). Since known methods can be used for speech recognition, semantic analysis, and emotion analysis, the details thereof will be omitted. Information such as voice tone and speed may be used for emotion analysis.

音声応答サーバ14は、意味解析結果および感情解析結果に基づいて。管理サーバ30への問合せの有無を判定する(ステップS814)。たとえば、ユーザが天気予報または交通情報などの一般的な情報についてリクエストしている場合は、音声応答サーバ14は管理サーバ30への問合せは不要であると判断する。 The voice response server 14 is based on the semantic analysis result and the emotion analysis result. It is determined whether or not there is an inquiry to the management server 30 (step S814). For example, when the user requests general information such as weather forecast or traffic information, the voice response server 14 determines that the inquiry to the management server 30 is unnecessary.

管理サーバ30への問合せが不要であると判定した場合、音声応答サーバ14は、ネットワークを介してWEBサービス等から情報を収集して、ユーザへの応答にかかる音声データを作成する。音声応答サーバ14は、スマートスピーカ20に音声データを送信し、スマートスピーカ20から音声により応答が出力される。管理サーバ30への問合せを行なわない場合に音声応答サーバ14が行なう処理は公知であるため、詳細については説明を省略する。 When it is determined that the inquiry to the management server 30 is unnecessary, the voice response server 14 collects information from the WEB service or the like via the network and creates voice data related to the response to the user. The voice response server 14 transmits voice data to the smart speaker 20, and the smart speaker 20 outputs a response by voice. Since the processing performed by the voice response server 14 when the inquiry to the management server 30 is not performed is known, the description thereof will be omitted in detail.

ユーザが客室の清掃に関する発言を行なった場合、音声応答サーバ14は管理サーバ30への問合せが必要であると判定する。音声応答サーバ14は、音声データを解析して得たユーザの発言内容と、カメラ28により撮影された画像と、スピーカIDとを管理サーバ30に送信する(ステップS821)。 When the user makes a statement regarding the cleaning of the guest room, the voice response server 14 determines that an inquiry to the management server 30 is necessary. The voice response server 14 transmits the user's remark content obtained by analyzing the voice data, the image taken by the camera 28, and the speaker ID to the management server 30 (step S821).

以下では、管理サーバ30への問合せが必要と判定した場合の処理の概要を説明する。なお、破線で囲んだ部分の処理の詳細については、後述する。 The outline of the process when it is determined that the inquiry to the management server 30 is necessary will be described below. The details of the processing of the portion surrounded by the broken line will be described later.

CPU31は、発言内容に基づいて清掃状態DB44の更新要否を判定する(ステップS822)。必要であると判定した場合、CPU31は清掃状態DB44を更新する。具体的には、CPU31はスピーカIDをキーとして清掃状態DB44を検索してレコードを抽出する。CPU31は、抽出したレコードの状態フィールドを更新する。 The CPU 31 determines whether or not the cleaning state DB 44 needs to be updated based on the content of the statement (step S822). When it is determined that it is necessary, the CPU 31 updates the cleaning state DB 44. Specifically, the CPU 31 searches the cleaning state DB 44 using the speaker ID as a key and extracts records. The CPU 31 updates the status field of the extracted record.

CPU31は、ユーザへの応答要否を判定する(ステップS823)。たとえば、発言内容がユーザの一人言であると判定した場合、または他のユーザとの会話であると判定した場合、CPU31は清掃状態DB44の更新も、ユーザへの応答も不要であると判定し、以後の処理を行なわない。 The CPU 31 determines whether or not a response to the user is necessary (step S823). For example, when it is determined that the content of the statement is a single word of the user, or when it is determined that the conversation is with another user, the CPU 31 determines that neither the update of the cleaning state DB44 nor the response to the user is necessary. , No further processing is performed.

たとえば、清掃担当者が「終了しました」のように話し掛けた場合、CPU31は近隣の客室の清掃状況に関する応答が必要であると判定して、PMSサーバ15から必要な情報を取得する。ユーザに応答すると判定した場合、CPU31は、応答内容を音声応答サーバ14に送信する(ステップS824)。 For example, when the cleaning staff speaks as "finished", the CPU 31 determines that a response regarding the cleaning status of the neighboring guest room is necessary, and acquires the necessary information from the PMS server 15. If it is determined to respond to the user, the CPU 31 transmits the response content to the voice response server 14 (step S824).

音声応答サーバ14は、受信した情報に基づいて自然音声による回答を作成する(ステップS831)。音声応答サーバ14は、回答にかかる音声データおよび画像をスマートスピーカ20に送信する(ステップS832)。CPU21は、タッチパネル25に受信した画像を表示するとともに、スピーカ27から音声を出力する(ステップS833)。 The voice response server 14 creates an answer by natural voice based on the received information (step S831). The voice response server 14 transmits the voice data and the image related to the answer to the smart speaker 20 (step S832). The CPU 21 displays the received image on the touch panel 25 and outputs sound from the speaker 27 (step S833).

図8は、プログラムの処理の流れを説明するフローチャートである。図8を使用して、図7中の破線で囲んだ部分でCPU31が行なう処理の流れをさらに具体的に説明する。 FIG. 8 is a flowchart illustrating a process flow of the program. FIG. 8 will be used to more specifically describe the flow of processing performed by the CPU 31 in the portion surrounded by the broken line in FIG. 7.

CPU31は、音声応答サーバ14が前述のステップS821で送信した、ユーザの発言内容と、カメラ28により撮影された画像と、スピーカIDとを受信する(ステップS851)。CPU31は、受信したスピーカIDをキーとしてスピーカDB41を検索して、スマートスピーカ20が設置された宿泊施設名および部屋番号を取得する(ステップS852)。 The CPU 31 receives the user's remark content, the image taken by the camera 28, and the speaker ID transmitted by the voice response server 14 in step S821 described above (step S851). The CPU 31 searches the speaker DB 41 using the received speaker ID as a key, and acquires the accommodation facility name and room number in which the smart speaker 20 is installed (step S852).

CPU31は、ステップS851で受信した発言内容に基づいて、ユーザ、すなわち宿泊客が客室の清掃を要求しているか否かを判定する(ステップS853)。客室の清掃を要求していると判定した場合(ステップS853でYES)、CPU31は清掃要求処理のサブルーチンを起動する(ステップS854)。清掃要求処理のサブルーチンは、宿泊客からの清掃要求を受け付けるサブルーチンである。清掃要求処理のサブルーチンの処理の流れは後述する。その後、CPU31は処理を終了する。 The CPU 31 determines whether or not the user, that is, the guest, requests cleaning of the guest room based on the content of the statement received in step S851 (step S853). When it is determined that the guest room is requested to be cleaned (YES in step S853), the CPU 31 activates the cleaning request processing subroutine (step S854). The cleaning request processing subroutine is a subroutine that accepts a cleaning request from a guest. The processing flow of the subroutine of cleaning request processing will be described later. After that, the CPU 31 ends the process.

客室の清掃を要求していないと判定した場合(ステップS853でNO)、CPU31は、ユーザ、すなわち客室の清掃担当者が清掃開始を報告しているか否かを判定する(ステップS861)。清掃開始を報告していると判定した場合(ステップS861でYES)、CPU31は清掃開始処理のサブルーチンを起動する(ステップS862)。清掃開始処理のサブルーチンは、清掃担当者に情報を提供するサブルーチンである。清掃開始処理のサブルーチンの処理の流れは後述する。その後、CPU31は処理を終了する。 If it is determined that the guest room cleaning is not requested (NO in step S853), the CPU 31 determines whether or not the user, that is, the guest room cleaning staff has reported the start of cleaning (step S861). When it is determined that the start of cleaning is reported (YES in step S861), the CPU 31 activates the subroutine of the cleaning start process (step S862). The subroutine of the cleaning start process is a subroutine that provides information to the person in charge of cleaning. The processing flow of the subroutine of the cleaning start processing will be described later. After that, the CPU 31 ends the process.

清掃開始を報告していないと判定した場合(ステップS861でNO)、CPU31は、ユーザが清掃終了を報告しているか否かを判定する(ステップS866)。清掃終了を報告していると判定した場合(ステップS866でYES)、CPU31はユーザが所定の清掃担当者であるか否かを判定する(ステップS867)。判定は、たとえばカメラ28により撮影されたユーザの画像、声紋認証、または、所定のパスワードの入力等に基づいて実行される。 If it is determined that the start of cleaning has not been reported (NO in step S861), the CPU 31 determines whether or not the user has reported the end of cleaning (step S866). When it is determined that the completion of cleaning is reported (YES in step S866), the CPU 31 determines whether or not the user is a predetermined cleaning person (step S867). The determination is executed based on, for example, a user's image taken by the camera 28, voiceprint authentication, input of a predetermined password, or the like.

所定の清掃担当者とは、宿泊施設に雇用されて清掃作業を担当する者、または、宿泊施設から清掃作業を委託された清掃会社に雇用されて、宿泊施設で清掃作業を担当する者を意味する。所定の清掃担当者は、単に雇用されているのみでなく、十分な研修等を受けて、その宿泊施設での作業を行なう資格を有すると認定されている者を意味しても良い。所定の清掃担当者は、特定の日時に、特定の客室の清掃担当を割り当てられた特定の清掃担当者を意味しても良い。所定の清掃担当者は、所定の清掃会社の従業員であるなどの定められた条件を満たす者を意味しても良い。 The designated cleaning person means a person who is hired by the accommodation facility and is in charge of cleaning work, or a person who is hired by a cleaning company entrusted with cleaning work by the accommodation facility and is in charge of cleaning work at the accommodation facility. To do. The designated cleaning staff may mean not only those who are employed but also those who have received sufficient training and are certified to be qualified to work at the accommodation facility. A predetermined cleaning person may mean a specific cleaning person who is assigned a cleaning person of a specific room at a specific date and time. A predetermined cleaning person may mean a person who meets a predetermined condition such as being an employee of a predetermined cleaning company.

いずれの場合であっても、所定の清掃担当者の氏名、顔写真、声紋およびパスワード等の、ステップS867における判定に必要な情報は、補助記憶装置33またはネットワークを介して接続された外部のサーバに記録されている。 In any case, the information necessary for the determination in step S867, such as the name, face photo, voiceprint, and password of the predetermined cleaning person, is stored in the auxiliary storage device 33 or an external server connected via the network. It is recorded in.

所定の清掃担当者であると判定した場合(ステップS867でYES)、CPU31は清掃状態DB44を更新する(ステップS868)。具体的には、図6を使用して説明したように、CPU31は清掃作業中の客室に関するレコードの清掃フィールドに「終了」を、確認フィールドに「未」を記録する。所定の清掃担当者ではないと判定した場合(ステップS867でNO)、またはステップS868の終了後、CPU31は処理を終了する。 When it is determined that the person in charge of cleaning is a predetermined person (YES in step S867), the CPU 31 updates the cleaning state DB 44 (step S868). Specifically, as described with reference to FIG. 6, the CPU 31 records "finished" in the cleaning field and "not yet" in the confirmation field of the record relating to the guest room being cleaned. If it is determined that the person is not the person in charge of cleaning (NO in step S867), or after the end of step S868, the CPU 31 ends the process.

清掃終了を報告していないと判定した場合(ステップS866でNO)、CPU31は、ユーザが確認終了を報告しているか否かを判定する(ステップS871)。確認終了を報告していると判定した場合(ステップS871でYES)、CPU31はユーザが所定の確認担当者であるか否かを判定する(ステップS872)。 When it is determined that the cleaning completion is not reported (NO in step S866), the CPU 31 determines whether or not the user has reported the confirmation completion (step S871). When it is determined that the confirmation completion is reported (YES in step S871), the CPU 31 determines whether or not the user is a predetermined confirmation person (step S872).

所定の確認担当者とは、宿泊施設に雇用されて清掃作業の確認を担当する者、または、宿泊施設から清掃作業を委託された清掃会社に雇用されて、宿泊施設で清掃作業の確認を担当する者を意味する。所定の確認担当者は、単に雇用されているのみでなく、十分な研修等を受けて、その宿泊施設での清掃作業の確認を行なう資格を有すると認定されている者を意味しても良い。所定の確認担当者は、特定の日時に、特定の客室の確認担当を割り当てられた者を意味しても良い。所定の確認担当者は、宿泊施設の従業員であるなどの定められた条件を満たす者を意味しても良い。 The designated confirmation person is a person who is hired by the accommodation facility to check the cleaning work, or is hired by a cleaning company entrusted with the cleaning work by the accommodation facility and is in charge of checking the cleaning work at the accommodation facility. Means the one who does. The designated confirmation person may mean not only a person who is employed but also a person who has received sufficient training and is certified to be qualified to confirm the cleaning work at the accommodation facility. .. The predetermined confirmation person may mean a person who is assigned a confirmation person of a specific guest room at a specific date and time. The predetermined confirmation person may mean a person who meets the specified conditions such as being an employee of the accommodation facility.

同一の担当者が、ある客室において清掃担当者であり、別の客室においては確認担当者であっても良い。確認担当者と清掃担当者とは、所属部門または所属企業等が分かれていても良い。 The same person may be the person in charge of cleaning in one guest room and the person in charge of checking in another room. The person in charge of confirmation and the person in charge of cleaning may be divided into departments or companies to which they belong.

いずれの場合であっても、所定の確認担当者の氏名、顔写真、声紋およびパスワード等の、ステップS872における判定に必要な情報は、補助記憶装置33またはネットワークを介して接続された外部のサーバに記録されている。 In any case, the information necessary for the determination in step S872, such as the name, face photo, voiceprint, and password of the predetermined confirmer, is stored in the auxiliary storage device 33 or an external server connected via the network. It is recorded in.

所定の確認担当者であると判定した場合(ステップS872でYES)、CPU31は清掃状態DB44を更新する(ステップS873)。具体的には、確認担当者が再清掃を行なう必要があると判断した旨を報告した場合、CPU31は、清掃フィールドに「未」、確認フィールドに「不可」を記録する。 When it is determined that the person in charge of confirmation is a predetermined person (YES in step S872), the CPU 31 updates the cleaning state DB 44 (step S873). Specifically, when the person in charge of confirmation reports that it is necessary to perform re-cleaning, the CPU 31 records "not yet" in the cleaning field and "impossible" in the confirmation field.

確認担当者が正しく清掃できたと判断した旨を報告した場合、CPU31は清掃フィールドおよび確認フィールドに「終了」を記録する。CPU31は、PMSサーバ15に客室の清掃および確認が終了した旨を通知する。 When the person in charge of confirmation reports that the cleaning has been performed correctly, the CPU 31 records "end" in the cleaning field and the confirmation field. The CPU 31 notifies the PMS server 15 that the cleaning and confirmation of the guest room has been completed.

確認終了を報告していないと判定した場合(ステップS871でNO)、所定の確認担当者ではないと判定した場合(ステップS872でNO)、またはステップS873の終了後、CPU31は処理を終了する。 If it is determined that the completion of confirmation has not been reported (NO in step S871), if it is determined that the person is not the person in charge of confirmation (NO in step S872), or after the end of step S873, the CPU 31 ends the process.

図9は、清掃要求処理のサブルーチンの処理の流れを説明するフローチャートである。清掃要求処理のサブルーチンは、宿泊客からの清掃要求を受け付けるサブルーチンである。 FIG. 9 is a flowchart illustrating a processing flow of a subroutine for cleaning request processing. The cleaning request processing subroutine is a subroutine that accepts a cleaning request from a guest.

CPU31は、PBX16を介してPMSサーバ15に客室の部屋番号を送信して、宿泊客に関する情報を要求する(ステップS901)。CPU31は、PMS15に記録された宿泊客に関する情報を取得する(ステップS902)。宿泊客に関する情報は、図3を使用して説明したPMSDBの1つのレコードに記録された情報を含む。 The CPU 31 transmits the room number of the guest room to the PMS server 15 via the PBX 16 and requests information about the guest (step S901). The CPU 31 acquires the information about the guest recorded in the PMS 15 (step S902). The information about the guest includes the information recorded in one record of the PMSDB described with reference to FIG.

CPU31は、宿泊客が連泊であるか否かを判定する(ステップS903)。連泊であると判定した場合(ステップS903でYES)、CPU31はいつまでに清掃を終了するべきであるかを確認する(ステップS904)。 The CPU 31 determines whether or not the guest is staying consecutive nights (step S903). When it is determined that the nights are consecutive nights (YES in step S903), the CPU 31 confirms by when the cleaning should be completed (step S904).

たとえば、カメラ28により撮影された画像から宿泊客が外出準備をしていると判定した場合、CPU31はスマートスピーカ20を介して宿泊客に「お出かけですね。何時頃にお戻りの予定でしょうか?」と質問する。CPU31は、宿泊客の回答を音声認識および意味解析して、戻る予定の時刻を取得する。CPU31は、取得した時刻よりも早い時刻が、清掃期限であると判定する。 For example, if it is determined from the image taken by the camera 28 that the guest is preparing to go out, the CPU 31 tells the guest via the smart speaker 20, "You are out. What time do you plan to return? Ask. The CPU 31 performs voice recognition and semantic analysis of the guest's response to acquire the scheduled return time. The CPU 31 determines that a time earlier than the acquired time is the cleaning deadline.

たとえば、宿泊施設内のレストラン、ティールームまたはマッサージ等の予約がPMSに記録されている場合、CPU31は利用終了予定時刻よりも早い時刻が、清掃期限であると判定する。宿泊客が具体的な清掃期限を指定した場合には、CPU31は宿泊客が指定した期限が清掃期限であると判定する。 For example, when a reservation for a restaurant, tea room, massage, etc. in an accommodation facility is recorded in PMS, the CPU 31 determines that a time earlier than the scheduled end time of use is the cleaning deadline. When the guest specifies a specific cleaning deadline, the CPU 31 determines that the deadline specified by the guest is the cleaning deadline.

CPU31は、標準的な清掃所要時間に基づいて清掃終了の予定時刻を算出し、スマートスピーカ20を介して「3時までに清掃を終了できる予定です。よろしいでしょうか?」等と質問しても良い。宿泊客が同意した場合、CPU31は宿泊客に打診した時刻が、清掃期限であると判定する。 The CPU 31 calculates the scheduled cleaning end time based on the standard cleaning time, and even if the smart speaker 20 asks, "The cleaning is scheduled to be completed by 3 o'clock. Is that okay?" good. If the guest agrees, the CPU 31 determines that the time when the guest is consulted is the cleaning deadline.

CPU31は、清掃状態DB44を更新する(ステップS905)。具体的には、図6を使用して説明したように、CPU31は宿泊客が利用中の客室に関するレコードの清掃フィールドに「未」を、確認フィールドに「不可」を記録する。CPU31は、清掃期限その他宿泊客からの要望を備考フィールドに記録する。その後、CPU31は処理を終了する。 The CPU 31 updates the cleaning state DB 44 (step S905). Specifically, as described with reference to FIG. 6, the CPU 31 records “not yet” in the cleaning field and “impossible” in the confirmation field of the record relating to the guest room being used by the guest. The CPU 31 records the cleaning deadline and other requests from the guest in the remarks field. After that, the CPU 31 ends the process.

なお、CPU31は、カメラ28により撮影された画像等を介して、宿泊客が客室から出たことを確認した後に、ステップS905を実行しても良い。 The CPU 31 may execute step S905 after confirming that the guest has left the guest room through an image or the like taken by the camera 28.

連泊ではないと判定した場合(ステップS903でNO)、CPU31は宿泊客がチェックアウトしたことの通知を待つ(ステップS906)。通知は、たとえばフロントの担当者がチェックアウトの処理を行なった際に、自動的に通知される。CPU31は、PMSサーバ15に適宜アクセスして、チェックアウトが記録されているか否かを確認しても良い。 When it is determined that the nights are not consecutive nights (NO in step S903), the CPU 31 waits for the notification that the guest has checked out (step S906). The notification is automatically notified, for example, when the person in charge at the front desk processes the checkout. The CPU 31 may appropriately access the PMS server 15 to check whether or not the checkout is recorded.

宿泊客がチェックアウトしたことを確認した後に、CPU31は清掃状態DB44を更新する(ステップS907)。具体的には、図6を使用して説明したように、CPU31は宿泊客が利用していた客室に関するレコードの清掃フィールドに「未」を、確認フィールドに「不可」を記録する。その後、CPU31は処理を終了する。 After confirming that the guest has checked out, the CPU 31 updates the cleaning state DB 44 (step S907). Specifically, as described with reference to FIG. 6, the CPU 31 records “not yet” in the cleaning field and “impossible” in the confirmation field of the record relating to the guest room used by the guest. After that, the CPU 31 ends the process.

なお、ステップS906においてCPU31は、宿泊料金を精算して、チェックアウト手続を実行するシステムを起動しても良い。客室内でチェックアウト手続を行なうシステムは従来から使用されているため、説明を省略する。 In step S906, the CPU 31 may settle the accommodation fee and activate the system that executes the checkout procedure. Since the system for performing check-out procedures in the guest room has been used conventionally, the explanation is omitted.

図10は、清掃開始処理のサブルーチンの処理の流れを説明するフローチャートである。清掃開始処理のサブルーチンは、清掃担当者に情報を提供するサブルーチンである。 FIG. 10 is a flowchart illustrating a processing flow of the subroutine of the cleaning start processing. The subroutine of the cleaning start process is a subroutine that provides information to the person in charge of cleaning.

CPU31はユーザが所定の清掃担当者であるか否かを判定する(ステップS911)。判定は、たとえばカメラ28により撮影されたユーザの画像、声紋認証、または、所定のパスワードの入力等に基づいて実行される。 The CPU 31 determines whether or not the user is a predetermined cleaning person (step S911). The determination is executed based on, for example, a user's image taken by the camera 28, voiceprint authentication, input of a predetermined password, or the like.

所定の清掃担当者でないと判定した場合(ステップS911でNO)、CPU31は処理を終了する。所定の清掃担当者であると判定した場合(ステップS911でYES)、CPU31は、PBX16を介してPMSサーバ15に客室の部屋番号を送信して、宿泊客に関する情報を要求する(ステップS912)。 If it is determined that the person is not the person in charge of cleaning (NO in step S911), the CPU 31 ends the process. If it is determined that the person is in charge of cleaning (YES in step S911), the CPU 31 transmits the room number of the guest room to the PMS server 15 via the PBX 16 and requests information about the guest (step S912).

CPU31は、PMS15に記録された宿泊客に関する情報を取得する(ステップS913)。宿泊客に関する情報は、図3を使用して説明したPMSDBの1つのレコードに記録された情報を含む。 The CPU 31 acquires the information about the guest recorded in the PMS 15 (step S913). The information about the guest includes the information recorded in one record of the PMSDB described with reference to FIG.

CPU31は、取得した情報の中から清掃担当者に通知する情報を抽出する(ステップS915)。たとえば、宿泊客の人数に応じてバスタオル、カップ等を用意する宿泊施設である場合、CPU31は宿泊客の人数を抽出する。宿泊客の性別に応じて化粧品等のアメニティを用意する宿泊施設である場合、CPU31は宿泊客の人数を性別ごとに抽出する。乳幼児向けのアメニティ等を用意する宿泊施設である場合、CPU31は乳幼児の有無および年齢等を抽出する。 The CPU 31 extracts information to be notified to the cleaning staff from the acquired information (step S915). For example, in the case of an accommodation facility where bath towels, cups, etc. are prepared according to the number of guests, the CPU 31 extracts the number of guests. In the case of an accommodation facility where amenities such as cosmetics are prepared according to the gender of the guest, the CPU 31 extracts the number of guests by gender. In the case of an accommodation facility that provides amenities for infants, the CPU 31 extracts the presence or absence of infants, their age, and the like.

CPU31は、音声応答サーバ14を介してスマートスピーカ20に抽出した情報を出力する(ステップS916)。その後、CPU31は処理を終了する。清掃担当者は、スマートスピーカ20から出力された情報に基づいて、宿泊客のニーズに合うように客室を整えることができる。 The CPU 31 outputs the information extracted to the smart speaker 20 via the voice response server 14 (step S916). After that, the CPU 31 ends the process. The cleaning staff can arrange the guest room to meet the needs of the guest based on the information output from the smart speaker 20.

本実施の形態によると、音声による指示に基づいて宿泊施設内の機器、具体的にはルームインジケータ17を制御する情報処理システム10を提供できる。自然言語により指示を行なえるため、清掃作業者等の従業員だけでなく、宿泊客であっても容易に利用できる情報処理システム10を提供できる。 According to the present embodiment, it is possible to provide an information processing system 10 that controls an apparatus in an accommodation facility, specifically, a room indicator 17, based on an instruction by voice. Since instructions can be given in natural language, it is possible to provide an information processing system 10 that can be easily used not only by employees such as cleaning workers but also by guests.

宿泊客がスマートスピーカ20を介して清掃を要求した場合、フロントの担当者等による入力作業を経ずにルームインジケータ17に情報が直接反映される。入力作業に伴うタイムラグがなく、速やかに宿泊客の要求に対応できる情報処理システム10を提供できる。 When the guest requests cleaning via the smart speaker 20, the information is directly reflected in the room indicator 17 without the input work by the person in charge at the front desk or the like. It is possible to provide an information processing system 10 that can promptly respond to a guest's request without a time lag associated with input work.

本実施の形態によると、清掃担当者等は清掃用具等で両手が塞がっている場合であっても、スマートスピーカ20を介して音声でルームインジケータ17を操作できる。すなわち清掃作業者等は、作業の手を止めずに、ルームインジケータ17を操作できる。そのため、清掃作業および確認作業の結果が速やかにルームインジケータ17に反映される。以上により、フロント担当者等がタイムラグなく客室の状況を把握して、宿泊客を案内できる情報処理システム10を提供できる。 According to the present embodiment, the cleaning staff or the like can operate the room indicator 17 by voice through the smart speaker 20 even when both hands are blocked by the cleaning tool or the like. That is, the cleaning worker or the like can operate the room indicator 17 without stopping the work. Therefore, the results of the cleaning work and the confirmation work are promptly reflected in the room indicator 17. As described above, it is possible to provide the information processing system 10 in which the front desk staff or the like can grasp the situation of the guest room without a time lag and guide the guest.

本実施の形態によると、ルームインジケータ17の画面を清掃担当者等が携帯する情報処理端末18に表示できる。したがって、清掃担当者等はルームインジケータ17が設置された清掃準備室等に戻らなくても、状況を判断して適切な判断を行なえる。 According to this embodiment, the screen of the room indicator 17 can be displayed on the information processing terminal 18 carried by the cleaning staff or the like. Therefore, the person in charge of cleaning or the like can judge the situation and make an appropriate judgment without returning to the cleaning preparation room or the like where the room indicator 17 is installed.

ユーザーインタフェースに、それぞれの客室に設置されたスマートスピーカ20を利用することにより、ユーザが客室番号等を入力する必要がない情報処理システム10を提供できる。 By using the smart speaker 20 installed in each guest room for the user interface, it is possible to provide an information processing system 10 that does not require the user to input a guest room number or the like.

図8を使用して説明したプログラムにおいて、ステップS867およびステップS872で所定の担当者であるか否かを判定し、所定の担当者であると判定した場合にのみ清掃状態DB44を更新する。したがって、外部者の悪戯等により誤った情報が清掃状態DB44に登録されて、清掃漏れおよび確認漏れが発生することを防止できる。 In the program described with reference to FIG. 8, it is determined in steps S867 and S872 whether or not the person in charge is a predetermined person, and the cleaning state DB 44 is updated only when it is determined that the person in charge is a predetermined person. Therefore, it is possible to prevent incorrect information from being registered in the cleaning state DB 44 due to mischief of an outsider or the like, resulting in omission of cleaning and omission of confirmation.

図10を使用して説明した清掃開始処理のサブルーチンにおいて、CPU31は、ステップS911で清掃担当者ではないと判定した場合に処理を終了する。したがって、部外者に対する宿泊客の個人情報漏洩を防止できる。 In the subroutine of the cleaning start process described with reference to FIG. 10, the CPU 31 ends the process when it is determined in step S911 that the person is not the person in charge of cleaning. Therefore, it is possible to prevent the leakage of the guest's personal information to outsiders.

ステップS911で清掃担当者ではないと判定した場合、CPU31は、測定開始を報告した者の画像、音声等を補助記憶装置33に記録した後に、処理を終了しても良い。記録された情報を別途解析することにより、清掃担当者ではない者により清掃開始処理のサブルーチンが起動された原因を特定できる。原因には、たとえば清掃担当者の登録漏れ、図8のステップS861における誤認識、または宿泊客による悪戯等が考えられる。 If it is determined in step S911 that the person is not the person in charge of cleaning, the CPU 31 may end the process after recording the image, voice, etc. of the person who reported the start of measurement in the auxiliary storage device 33. By separately analyzing the recorded information, it is possible to identify the cause of the cleaning start processing subroutine being activated by a person who is not the person in charge of cleaning. Possible causes include, for example, omission of registration of the cleaning staff, misrecognition in step S861 of FIG. 8, mischief by the guest, and the like.

清掃開始処理のサブルーチンを使用することにより、清掃担当者は宿泊客に合わせて客室を整えることができる。したがって、宿泊客の満足度向上に寄与する情報処理システム10を提供できる。 By using the cleaning start processing subroutine, the cleaning staff can arrange the guest room according to the guest. Therefore, it is possible to provide the information processing system 10 that contributes to the improvement of guest satisfaction.

なお、宿泊客によって客室の整え方を変えない宿泊施設においては、図8を使用して説明したプログラムにおいて、ステップS861の判定およびステップS862の清掃開始処理のサブルーチンの起動を省略できる。 In an accommodation facility where the guest room arrangement is not changed depending on the guest, the determination in step S861 and the activation of the subroutine of the cleaning start process in step S862 can be omitted in the program described with reference to FIG.

ステップS911またはステップS867で清掃担当者ではないと判定した場合、および、ステップS872で確認担当者ではないと判定した場合、CPU31は宿泊施設のフロントまたは警備室等に通知を出力しても良い。この際、CPU31はカメラ28を介して撮影した映像およびマイク26を介して取得した音声を、フロントまたは警備室で視聴できるようにすることが望ましい。清掃担当者または確認担当者を装って宿泊施設内に侵入した不審者を早期に発見できる。 If it is determined in step S911 or step S867 that the person is not the person in charge of cleaning, or if it is determined in step S872 that the person is not the person in charge of confirmation, the CPU 31 may output a notification to the front desk of the accommodation facility, the security room, or the like. At this time, it is desirable that the CPU 31 be able to view the video captured through the camera 28 and the audio acquired via the microphone 26 at the front desk or the security room. It is possible to detect a suspicious person who has invaded the accommodation facility at an early stage under the guise of a cleaner or a confirmer.

CPU31は、清掃状態DB44の変化ログを補助記憶装置33に記録しても良い。変化ログを別途解析することにより、たとえば清掃担当者ごとの清掃所要時間、および、確認担当者により再清掃が必要と判断される頻度等を算出できる。これにより、清掃担当者の能力査定および業務効率の管理を行なえる。 The CPU 31 may record the change log of the cleaning state DB 44 in the auxiliary storage device 33. By separately analyzing the change log, for example, it is possible to calculate the cleaning time required for each cleaning person, the frequency at which the confirmation person determines that re-cleaning is necessary, and the like. As a result, the ability of the cleaning staff can be assessed and the work efficiency can be managed.

ルームインジケータ17はディスプレイを有さなくても良い。宿泊施設の従業員は、必要に応じて情報処理端末18を操作して、ルームインジケータ17の情報を確認できる。ルームインジケータ17の機能は、管理サーバ30と、外付けディフプレイとの組合せにより実現されてもよい。 The room indicator 17 does not have to have a display. Employees of the accommodation facility can operate the information processing terminal 18 as needed to check the information of the room indicator 17. The function of the room indicator 17 may be realized by a combination of the management server 30 and an external diff play.

[実施の形態2]
本実施の形態は、機械学習によって作成されたリコメンドモデルを用いて客室を整える情報処理システム10に関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 2]
The present embodiment relates to an information processing system 10 that arranges a guest room using a recommendation model created by machine learning. The description of the parts common to the first embodiment will be omitted.

図11は、実施の形態2のリコメンドモデルの概要を説明する説明図である。リコメンドモデルは、宿泊客の属性および天候等の入力データを受け付けて、客室の整備状態に関する出力データを出力するモデルである。ユーザの属性は、PMSサーバ15に記録されたユーザの属性、スマートスピーカ20を介して取得した宿泊客のリクエストおよびユーザの声を分析して推測した宿泊客の感情等である。ユーザの属性は、図3を使用して説明した宿泊者フィールドの各サブフィールドに記録された事柄を含む。 FIG. 11 is an explanatory diagram illustrating an outline of the recommendation model of the second embodiment. The recommendation model is a model that accepts input data such as guest attributes and weather, and outputs output data related to the maintenance status of the guest room. The user's attributes include the user's attributes recorded on the PMS server 15, the guest's request acquired via the smart speaker 20, and the guest's emotions estimated by analyzing the user's voice. User attributes include what is recorded in each subfield of the guest field described with reference to FIG.

出力データのタイプA、タイプB等は、たとえばエアコンの温度設定、冷蔵庫に入れる飲み物の種類、および、シャンプー等のアメニティの種類等を組み合わせた、客室の整備状態のタイプである。リコメンドモデルは、それぞれのタイプの推奨確率を出力する。 The output data types A, B, and the like are types of guest rooms in a state of maintenance that combine, for example, the temperature setting of the air conditioner, the types of drinks to be put in the refrigerator, the types of amenities such as shampoo, and the like. The recommendation model outputs the recommended probabilities for each type.

リコメンドモデルは、たとえば、さまざまな入力データに対してベテランの客室係が選択する客室の整備状態を、客室係へのアンケート等により収集した教師データに基づいて、ディープラーニング等の機械学習により作成する。リコメンドモデルは入力データに基づいて客室の整備状態を定める決定木をコーディングしたプログラム等であっても良い。 The recommendation model is created by machine learning such as deep learning, for example, based on teacher data collected by a veteran chambermaid selecting a guest room for various input data by a questionnaire to the chambermaid. .. The recommendation model may be a program or the like in which a decision tree that determines the maintenance status of the guest room is coded based on the input data.

本実施の形態においては、図10を使用して説明した清掃開始処理のサブルーチンのステップS915において、CPU31はPMS情報と、インターネットの天気予報サイト等から取得した天候とをリコメンドモデルに入力する。CPU31は、リコメンドモデルから、それぞれのタイプの推奨確率を取得して、もっとも高い推奨確率のタイプをステップS916で出力する。 In the present embodiment, in step S915 of the subroutine of the cleaning start process described with reference to FIG. 10, the CPU 31 inputs the PMS information and the weather acquired from the weather forecast site on the Internet or the like into the recommendation model. The CPU 31 acquires the recommended probabilities of each type from the recommendation model, and outputs the type with the highest recommended probability in step S916.

出力は、たとえば「タイプBを推奨します。エアコンの設定温度は22度、冷蔵庫には、ガス入りのミネラルウォータ3本、ビール2缶です。」のように、スピーカ27から音声を出力するとともに、表示部251にも表示する。清掃係は、出力に沿って客室を整備する。 As for the output, for example, "Type B is recommended. The set temperature of the air conditioner is 22 degrees, the refrigerator has 3 bottles of mineral water containing gas and 2 cans of beer." , It is also displayed on the display unit 251. The cleaner will arrange the guest rooms according to the output.

本実施の形態によると、宿泊客の属性および天候に応じて客室を整備できる。たとえば、PMSサーバ15にアルコールを飲まない旨が記録されている宿泊客である場合、冷蔵庫にビール等のアルコール飲料の代わりに、ソフトドリンクを多めに入れることができる。以上より、宿泊客の満足度が向上する情報処理システム10を提供できる。 According to this embodiment, the guest rooms can be arranged according to the attributes of the guests and the weather. For example, in the case of a guest whose PMS server 15 records that he / she does not drink alcohol, he / she can put a large amount of soft drinks in the refrigerator instead of alcoholic drinks such as beer. From the above, it is possible to provide the information processing system 10 that improves the satisfaction level of the guest.

[実施の形態3]
本実施の形態は、宿泊施設内で荷物を運搬するロボット80を制御する情報処理システム10に関する。実施の形態1と共通する部分については、説明を省略する。ロボット80は、音声による指示に基づいて制御される宿泊施設内の機器の例示である。
[Embodiment 3]
The present embodiment relates to an information processing system 10 that controls a robot 80 that carries luggage in an accommodation facility. The description of the parts common to the first embodiment will be omitted. The robot 80 is an example of a device in an accommodation facility that is controlled based on a voice instruction.

図12は、実施の形態3の情報処理システム10の構成を説明する説明図である。情報処理システム10は、前述のスマートスピーカ20、情報処理端末18、ルームインジケータ17、管理サーバ30、音声応答サーバ14、PBX16、およびPMSサーバ15に加えてロボット80を含む。 FIG. 12 is an explanatory diagram illustrating the configuration of the information processing system 10 of the third embodiment. The information processing system 10 includes a robot 80 in addition to the above-mentioned smart speaker 20, information processing terminal 18, room indicator 17, management server 30, voice response server 14, PBX 16, and PMS server 15.

ロボット80は、CPU81、主記憶装置82、補助記憶装置83、通信部84、タッチパネル85、マイク86、スピーカ87およびカメラ88およびバスと、図示を省略する走行用のアクチュエータとを備える。CPU81は、本実施の形態のプログラムを実行する演算制御装置である。CPU81には、一または複数のCPUまたはマルチコアCPU等が使用される。CPU81は、バスを介してロボット80を構成するハードウェア各部と接続されている。 The robot 80 includes a CPU 81, a main storage device 82, an auxiliary storage device 83, a communication unit 84, a touch panel 85, a microphone 86, a speaker 87, a camera 88, a bus, and a traveling actuator (not shown). The CPU 81 is an arithmetic control device that executes the program of the present embodiment. As the CPU 81, one or more CPUs, a multi-core CPU, or the like is used. The CPU 81 is connected to each part of the hardware constituting the robot 80 via a bus.

主記憶装置82は、SRAM、DRAM、フラッシュメモリ等の記憶装置である。主記憶装置82には、CPU81が行なう処理の途中で必要な情報およびCPU81で実行中のプログラムが一時的に保存される。 The main storage device 82 is a storage device for SRAM, DRAM, flash memory, and the like. The main storage device 82 temporarily stores information necessary during the processing performed by the CPU 81 and the program being executed by the CPU 81.

補助記憶装置83は、SRAM、フラッシュメモリまたはハードディスク等の記憶装置である。補助記憶装置83には、CPU81に実行させるプログラム、およびプログラムの実行に必要な各種データが保存される。 The auxiliary storage device 83 is a storage device such as a SRAM, a flash memory, or a hard disk. The auxiliary storage device 83 stores a program to be executed by the CPU 81 and various data necessary for executing the program.

通信部84は、ロボット80とネットワークとの間のデータ通信を行なうインターフェイスである。タッチパネル85は、液晶表示パネル等の表示部851と、表示部851に積層された入力部852とを備える。ロボット80は、指示された目的地まで荷物を運搬する運搬用ロボットである。 The communication unit 84 is an interface for performing data communication between the robot 80 and the network. The touch panel 85 includes a display unit 851 such as a liquid crystal display panel, and an input unit 852 laminated on the display unit 851. The robot 80 is a transport robot that transports a load to a designated destination.

図13は、実施の形態3の清掃状態DB44のレコードレイアウトを説明する説明図である。清掃状態DB44は、客室と清掃状態とを関連づけて記録するDBである。清掃状態DB44は、宿泊施設名フィールド、部屋番号フィールドおよび状態フィールドを有する。状態フィールドは、清掃状態フィールドおよび特記事項フィールドを有する。 FIG. 13 is an explanatory diagram illustrating a record layout of the cleaning state DB 44 according to the third embodiment. The cleaning state DB 44 is a DB that records the guest room and the cleaning state in association with each other. The cleaning status DB 44 has an accommodation facility name field, a room number field, and a status field. The status field has a cleaning status field and a special note field.

宿泊施設名フィールドには、宿泊施設の名称が記録されている。部屋番号フィールドには、客室の部屋番号が記録されている。清掃状態フィールドには、清掃状態が記録されている。清掃状態フィールドの「不可」は、宿泊客が滞在中等の理由で清掃できないことを示す。「配達待ち」は、シーツ、バスタオルおよびシャンプー等、客室の整備に使用する物品の配達を待っている状態を示す。 The name of the accommodation is recorded in the accommodation name field. The room number of the guest room is recorded in the room number field. The cleaning status is recorded in the cleaning status field. "No" in the cleaning status field indicates that the guest cannot be cleaned due to reasons such as staying. "Waiting for delivery" indicates a state of waiting for delivery of items used for guest room maintenance such as sheets, bath towels and shampoo.

「清掃待ち」は、清掃担当者による作業を待っている状態を示す。「回収待ち」は、使用済のバスタオルおよびゴミ等の回収を待っている状態を示す。「確認待ち」は、確認担当者による確認を待っている状態を示す。「終了」は、清掃および確認が終了し、宿泊客を迎え入れられる状態になっていることを示す。 "Waiting for cleaning" indicates a state of waiting for work by the cleaning staff. "Waiting for collection" indicates a state of waiting for collection of used bath towels, garbage, and the like. "Waiting for confirmation" indicates a state of waiting for confirmation by the person in charge of confirmation. "End" indicates that cleaning and confirmation have been completed and the guest is ready to be welcomed.

図14は、実施の形態3の清掃状態の遷移を説明する状態遷移図である。宿泊客のチェックインが行なわれた場合、および、外出していた宿泊客が帰還してフロントからルームキーを受領した場合等に、清掃状態フィールドに「不可」が記録される。 FIG. 14 is a state transition diagram illustrating the transition of the cleaning state according to the third embodiment. "No" is recorded in the cleaning status field when the guest is checked in, or when the guest who has been out returns and receives the room key from the front desk.

宿泊客から清掃の依頼を受けた場合、チェックアウトが行なわれた場合、および宿泊客がフロントにルームキーを預けて外出した場合等、客室の清掃準備が整った場合に、清掃状態フィールドに「配達待ち」が記録される。ロボット80が客室に必要な物品を配達する。配達終了後、または、配達する物品がない場合、清掃状態フィールドに「清掃待ち」が記録される。 When the guest room is ready to be cleaned, such as when the guest requests cleaning, when the check-out is performed, or when the guest leaves the room key at the front desk and goes out, the cleaning status field will indicate " "Waiting for delivery" is recorded. The robot 80 delivers the necessary items to the guest room. "Waiting for cleaning" is recorded in the cleaning status field after delivery or if there are no items to deliver.

清掃担当者が清掃を終了した場合、清掃状態フィールドに「回収待ち」が記録される。ロボット80が客室に行き、物品を回収する。回収終了後、または回収する物品がない場合、清掃状態フィールドに「確認待ち」が記録される。回収必要な物品の有無は、清掃担当者がスマートスピーカ20を介して入力する。 When the cleaning staff finishes cleaning, "waiting for collection" is recorded in the cleaning status field. The robot 80 goes to the guest room and collects the goods. "Waiting for confirmation" is recorded in the cleaning status field after collection is complete or if there are no items to collect. The cleaning staff inputs the presence or absence of items that need to be collected via the smart speaker 20.

確認担当者が確認を終了して問題ないと判断した場合、清掃状態フィールドに「終了」が記録されるとともに、PMSサーバ15に客室の清掃および確認が終了した旨が通知される。確認担当者が再清掃を行なう必要があると判断した場合、清掃状態フィールドに「清掃待ち」が記録される。 When the person in charge of confirmation finishes the confirmation and determines that there is no problem, "finished" is recorded in the cleaning status field, and the PMS server 15 is notified that the cleaning and confirmation of the guest room are completed. If the confirmer determines that re-cleaning is required, "waiting for cleaning" is recorded in the cleaning status field.

図15は、実施の形態3のプログラムの処理の流れを説明するフローチャートである。図15を使用して説明するプログラムは、ロボット80による配達を制御するプログラムであり、図8を使用して説明したプログラムと平行して実行される。 FIG. 15 is a flowchart illustrating a processing flow of the program of the third embodiment. The program described with reference to FIG. 15 is a program for controlling delivery by the robot 80, and is executed in parallel with the program described with reference to FIG.

CPU31は、清掃状態DB44を検索して、清掃状態フィールドに「配達待ち」または「回収待ち」が記録されているレコードを取得する(ステップS921)。CPU31は、取得したレコードに基づいて配達元および配達先を判定する(ステップS922)。具体的には、「配達待ち」である場合には配達元はリネン室等であり、配達先は客室である。「回収待ち」である場合には配達元は客室であり、配達先は廃品回収室である。 The CPU 31 searches the cleaning status DB 44 and acquires a record in which "waiting for delivery" or "waiting for collection" is recorded in the cleaning status field (step S921). The CPU 31 determines the delivery source and the delivery destination based on the acquired record (step S922). Specifically, in the case of "waiting for delivery", the delivery source is a linen room or the like, and the delivery destination is a guest room. In the case of "waiting for collection", the delivery source is the guest room and the delivery destination is the waste collection room.

CPU31は、配達元および配達先をロボット80に指示する(ステップS923)。CPU81は指示を受信する(ステップS941)。CPU81は、配達元に移動する(ステップS942)。CPU81は、物品を受け取る(ステップS943)。 The CPU 31 instructs the robot 80 to deliver the delivery source and the delivery destination (step S923). The CPU 81 receives the instruction (step S941). The CPU 81 moves to the delivery source (step S942). The CPU 81 receives the article (step S943).

物品の受け取りは、CPU81がアクチュエータ等を動作させて物品を搭載することによって実行されても、他の機械または人間がロボット80に物品を載せることによって実行されても良い。たとえば、人間がロボット80に物品を載せる場合、CPU81は必要な物品および配達先を表示部851に表示する。人間は、表示内容を見て適切な物品を選択して、ロボット80に載せた後に、入力部852を操作して配達先に向かうように指示する。 The receipt of the article may be executed by the CPU 81 operating an actuator or the like to load the article, or by another machine or a human being loading the article on the robot 80. For example, when a human puts an article on the robot 80, the CPU 81 displays the necessary article and the delivery destination on the display unit 851. A human person selects an appropriate item by looking at the displayed contents, puts it on the robot 80, and then operates the input unit 852 to instruct the robot to go to the delivery destination.

CPU81は、ロボット80を配達先に移動させる(ステップS944)。CPU81は、物品を降ろす(ステップS945)。物品を降ろす作業は、CPU81がアクチュエータ等を動作させて物品を搭載することによって実行されても、他の機械または人間がロボット80から物品を降ろすことによって実行されても良い。 The CPU 81 moves the robot 80 to the delivery destination (step S944). The CPU 81 unloads the article (step S945). The work of unloading the article may be executed by the CPU 81 operating an actuator or the like to load the article, or by another machine or a human being unloading the article from the robot 80.

CPU81は、配達が終了したことを管理サーバ30に通知する(ステップS946)。CPU31は、通知を受信する(ステップS925)。CPU31は、清掃状態DB44を更新する(ステップS926)。具体的には、図13を使用して説明したように、配達を終了した場合には清掃状態フィールドに「清掃待ち」を記録する。回収を終了した場合には、清掃状態フィールドに「確認待ち」を記録する。 The CPU 81 notifies the management server 30 that the delivery has been completed (step S946). The CPU 31 receives the notification (step S925). The CPU 31 updates the cleaning state DB 44 (step S926). Specifically, as described with reference to FIG. 13, when the delivery is completed, "waiting for cleaning" is recorded in the cleaning status field. When the collection is completed, "waiting for confirmation" is recorded in the cleaning status field.

CPU31は、処理を終了するか否かを判定する(ステップS927)。たとえば、客室の清掃サービス時間が終了した場合(ステップS927でYES)、CPU31は処理を終了すると判定する。処理を終了しないと判定した場合(ステップS927でNO)、CPU31はステップS921に戻る。処理を終了すると判定した場合、CPU31は処理を終了する。 The CPU 31 determines whether or not to end the process (step S927). For example, when the cleaning service time of the guest room ends (YES in step S927), the CPU 31 determines that the process ends. If it is determined that the process is not completed (NO in step S927), the CPU 31 returns to step S921. If it is determined that the process is finished, the CPU 31 ends the process.

なお、CPU31は、ステップS921で複数のレコードを取得し、ステップS923において、複数の客室を順次回るようにロボット80に指示しても良い。 The CPU 31 may acquire a plurality of records in step S921 and instruct the robot 80 to sequentially go around the plurality of guest rooms in step S923.

本実施の形態によると、客室の整備に使用する物品を清掃担当者が運搬する必要がない情報処理システム10を提供できる。清掃担当者の負担を低減できる。また、清掃担当者が物品補充のために清掃準備室等に戻る必要がないため、清掃作業の効率を高められる。 According to the present embodiment, it is possible to provide an information processing system 10 that does not require the cleaning staff to carry the articles used for the maintenance of the guest room. The burden on the cleaning staff can be reduced. In addition, since the cleaning staff does not have to return to the cleaning preparation room or the like to replenish the articles, the efficiency of the cleaning work can be improved.

[実施の形態4]
本実施の形態は、ロボット80がさまざまな物品を配達する情報処理システム10に関する。実施の形態3と共通する部分については、説明を省略する。
[Embodiment 4]
The present embodiment relates to an information processing system 10 in which a robot 80 delivers various articles. The description of the parts common to the third embodiment will be omitted.

図16は、実施の形態4の運搬DBのレコードレイアウトを説明する説明図である。運搬DBは、配達元、配達先、配達する物品および配達状態を関連づけて記録するDBである。運搬DBは、宿泊施設名フィールド、配達元フィールド、配達先フィールド、物品フィールドおよび状態フィールドを有する。 FIG. 16 is an explanatory diagram illustrating a record layout of the transport DB according to the fourth embodiment. The transportation DB is a DB that records the delivery source, the delivery destination, the goods to be delivered, and the delivery status in association with each other. The transportation DB has an accommodation facility name field, a delivery source field, a delivery destination field, an article field, and a status field.

宿泊施設名フィールドには、宿泊施設の名称が記録されている。配達元フィールドには、配達元の場所が記録されている。配達先フィールドには、配達先の名称が記録されている。物品フィールドには配達する物品が記録されている。状態フィールドには、物品の状態が記録されている。「終了」は配達先に到着したことを示す。「移動中」は配達元から配達先に移動中であることを示す。「受け取り前」はまだロボット80に搭載されていないことを示す。状態フィールドの初期値は、「受け取り前」である。 The name of the accommodation is recorded in the accommodation name field. The location of the delivery source is recorded in the delivery source field. The name of the delivery destination is recorded in the delivery destination field. The goods to be delivered are recorded in the goods field. The state of the article is recorded in the state field. "End" indicates that the delivery destination has arrived. "Move" indicates that the delivery source is moving to the delivery destination. "Before receipt" indicates that the robot 80 has not yet been mounted. The initial value of the status field is "before receipt".

たとえば、図16の一番下のレコードは、清掃担当者が清掃を終了して清掃状態DB44を更新した場合に作成される。CPU31は、清掃状態DB44のうち更新されたレコードの部屋番号フィールドに記録された部屋番号を、運搬DBに追加したレコードの配達元フィールドに記録する。 For example, the record at the bottom of FIG. 16 is created when the cleaning person finishes cleaning and updates the cleaning state DB 44. The CPU 31 records the room number recorded in the room number field of the updated record in the cleaning state DB 44 in the delivery source field of the record added to the transportation DB.

図16の一番上のレコードは、宿泊客がスマートスピーカ20を介して食事のルームサービスを依頼した場合に作成される。具体的には、CPU31は宿泊客の依頼を受け付けたスマートスピーカ20のスピーカIDをキーにして、スピーカDB41を検索して、レコードを抽出する。CPU31は、抽出したレコードの部屋番号フィールドに記録された部屋番号を、運搬DBに追加したレコードの配達先フィールドに記録する。 The top record of FIG. 16 is created when the guest requests room service for meals via the smart speaker 20. Specifically, the CPU 31 searches the speaker DB 41 using the speaker ID of the smart speaker 20 that has received the guest's request as a key, and extracts a record. The CPU 31 records the room number recorded in the room number field of the extracted record in the delivery destination field of the record added to the transportation DB.

図16の上から2番目のレコードは、宿泊客がスマートスピーカ20を介してルームサービス後の食器の片付けを依頼した場合に作成される。具体的には、CPU31は宿泊客の依頼を受け付けたスマートスピーカ20のスピーカIDをキーにして、スピーカDB41を検索して、レコードを抽出する。CPU31は、抽出したレコードの部屋番号フィールドに記録された部屋番号を、運搬DBに追加したレコードの配達元フィールドに記録する。 The second record from the top of FIG. 16 is created when the guest requests the cleaning of tableware after room service via the smart speaker 20. Specifically, the CPU 31 searches the speaker DB 41 using the speaker ID of the smart speaker 20 that has received the guest's request as a key, and extracts a record. The CPU 31 records the room number recorded in the room number field of the extracted record in the delivery source field of the record added to the transportation DB.

運搬DBには、上述のとおりCPU31が追加したレコードと、ルームサービスの受注システム等により自動的に生成されたレコードと、宿泊施設の従業員により手動で作成されたレコードとが混在して記録されても良い。 In the transportation DB, the records added by the CPU 31 as described above, the records automatically generated by the room service ordering system, and the records manually created by the employees of the accommodation facility are recorded in a mixed manner. You may.

図17は、実施の形態4のプログラムの処理の流れを説明するフローチャートである。図17を使用して説明するプログラムは、ロボット80による配達を制御するプログラムであり、図8を使用して説明したプログラムと平行して実行される。ロボット80は、たとえば食事運搬用、ゴミ回収用等、用途ごとに適切な運搬機構を有する。 FIG. 17 is a flowchart illustrating a processing flow of the program of the fourth embodiment. The program described with reference to FIG. 17 is a program for controlling delivery by the robot 80, and is executed in parallel with the program described with reference to FIG. The robot 80 has an appropriate transportation mechanism for each application, such as for food transportation and garbage collection.

CPU31は、運搬DBを検索して、状態フィールドに「受け取り前」が記録されているレコードを取得する(ステップS951)。CPU31は、取得したレコードの物品フィールドに記録された物品に基づいて配達に使用するロボット80を選択する(ステップS952)。 The CPU 31 searches the transport DB and acquires a record in which "before receipt" is recorded in the status field (step S951). The CPU 31 selects the robot 80 to be used for delivery based on the goods recorded in the goods field of the acquired record (step S952).

CPU31は、配達元、配達先および物品をロボット80に指示する(ステップS953)。CPU81は指示を受信する(ステップS971)。CPU81は、配達元に移動する(ステップS972)。CPU81は、物品を受け取る(ステップS973)。CPU81は、物品を受け取ったことを管理サーバ30に通知する(ステップS974)。 The CPU 31 instructs the robot 80 of the delivery source, the delivery destination, and the article (step S953). The CPU 81 receives the instruction (step S971). The CPU 81 moves to the delivery source (step S972). The CPU 81 receives the article (step S973). The CPU 81 notifies the management server 30 that the article has been received (step S974).

CPU31は、通知を受信する(ステップS954)。CPU31は、運搬DBを更新する(ステップS955)。具体的には、状態フィールドに「移動中」を記録する。 The CPU 31 receives the notification (step S954). The CPU 31 updates the transport DB (step S955). Specifically, "moving" is recorded in the status field.

CPU81は、ロボット80を配達先に移動させる(ステップS975)。CPU81は、物品を降ろす(ステップS976)。物品を降ろす作業は、CPU81がアクチュエータ等を動作させて物品を搭載することによって実行されても、他の機械または人間がロボット80から物品を降ろすことによって実行されても良い。 The CPU 81 moves the robot 80 to the delivery destination (step S975). The CPU 81 unloads the article (step S976). The work of unloading the article may be executed by the CPU 81 operating an actuator or the like to load the article, or by another machine or a human being unloading the article from the robot 80.

CPU81は、配達が終了したことを管理サーバ30に通知する(ステップS977)。CPU31は、通知を受信する(ステップS956)。CPU31は、運搬DBを更新する(ステップS957)。具体的には、状態フィールドに「終了」を記録する。 The CPU 81 notifies the management server 30 that the delivery has been completed (step S977). The CPU 31 receives the notification (step S956). The CPU 31 updates the transport DB (step S957). Specifically, "end" is recorded in the status field.

CPU31は、処理を終了するか否かを判定する(ステップS958)。たとえば、ルームサービスの時間が終了した場合、CPU31は処理を終了すると判定する。処理を終了しないと判定した場合(ステップS958でNO)、CPU31はステップS951に戻る。処理を終了すると判定した場合(ステップS958でYES)、CPU31は処理を終了する。 The CPU 31 determines whether or not to end the process (step S958). For example, when the room service time ends, the CPU 31 determines that the process ends. If it is determined that the process is not completed (NO in step S958), the CPU 31 returns to step S951. If it is determined to end the process (YES in step S958), the CPU 31 ends the process.

なお、CPU31は、ステップS951で複数のレコードを取得し、ステップS953において、複数の客室を順次回るようにロボット80に指示しても良い。 The CPU 31 may acquire a plurality of records in step S951 and instruct the robot 80 to sequentially go around the plurality of guest rooms in step S953.

本実施の形態によると、さまざまな物品をロボット80に配達させる情報処理システム10を提供できる。 According to this embodiment, it is possible to provide an information processing system 10 that delivers various articles to the robot 80.

CPU31は、実施の形態2で説明したリコメンドモデルを使用して、物品の詳細を判定しても良い。宿泊客がスマートスピーカ20を介してシャンプーの配達を依頼した場合を例にして説明する。 The CPU 31 may determine the details of the article using the recommendation model described in the second embodiment. The case where the guest requests the delivery of shampoo via the smart speaker 20 will be described as an example.

CPU31は、PMSサーバ15に記録されたユーザの属性、スマートスピーカ20を介して取得した宿泊客のリクエストおよびユーザの声を分析して推測した宿泊客の感情等に基づいて、宿泊客の属性を取得する。CPU31は宿泊客の属性および天候を受け付けて、宿泊客に推奨するシャンプーの銘柄に関する出力データを出力するリコメンドモデルを選択する。CPU31は、選択したリコメンドモデルに宿泊客の属性と天候を入力する。CPU31は、出力データに基づいて客室に届けるシャンプーの銘柄を判定する。 The CPU 31 determines the guest attributes based on the user attributes recorded on the PMS server 15, the guest requests acquired via the smart speaker 20, the guest emotions estimated by analyzing the user's voice, and the like. get. The CPU 31 accepts the guest's attributes and weather, and selects a recommendation model that outputs output data regarding the shampoo brand recommended to the guest. The CPU 31 inputs the guest attributes and the weather into the selected recommendation model. The CPU 31 determines the brand of shampoo to be delivered to the guest room based on the output data.

以上により、宿泊客の性別、年齢等に応じたシャンプーを提供する情報処理システム10を実現できる。 As described above, the information processing system 10 that provides shampoo according to the gender, age, etc. of the guest can be realized.

宿泊客がスマートスピーカ20を介してディナーのルームサービスを依頼した場合を例にして説明する。たとえば、宿泊客が「シェフのお薦めコース」のような、宿泊施設側の裁量の大きい注文をした場合、CPU31は宿泊客の属性および天候を受け付けて、宿泊客に推奨するディナーに関する出力データを出力するリコメンドモデルを選択する。出力データは、たとえば主菜、副菜等の料理のそれぞれについて、宿泊客が好む確率である。 The case where the guest requests the room service for dinner through the smart speaker 20 will be described as an example. For example, when a guest places an order with a large discretion on the accommodation side such as "chef's recommended course", the CPU 31 accepts the guest's attributes and weather and outputs output data regarding the dinner recommended to the guest. Select the recommended model to do. The output data is the probability that the guest prefers each dish such as a main dish and a side dish.

CPU31は、選択したリコメンドモデルに宿泊客の属性と天候を入力する。CPU31は、出力データを取得して、ネットワークを介して厨房に伝達する。厨房の料理人は、出力データを見て、宿泊客の好みに合わせたコース料理を組み立てる。料理人は、調理した料理をロボット80に運搬させる。 The CPU 31 inputs the guest attributes and the weather into the selected recommendation model. The CPU 31 acquires the output data and transmits it to the kitchen via the network. The cook in the kitchen looks at the output data and assembles a course meal that suits the guest's taste. The cook causes the robot 80 to carry the cooked food.

以上により、宿泊客の好みに合わせた料理の提供を支援する情報処理システム10を実現できる。 As described above, the information processing system 10 that supports the provision of dishes according to the tastes of the guests can be realized.

[実施の形態5]
図18は、実施の形態5の情報処理装置の機能ブロック図である。情報処理装置は、取得部91と、機器制御部92とを備える。取得部91は、宿泊施設の客室に設置されたユーザーインタフェース20から音声データを取得する。機器制御部92は、取得部91が取得した音声データと、ユーザーインタフェース20を識別するユーザーインタフェース識別子とに基づいて、宿泊施設内の機器17、80を制御する機器制御部92とを備える。
[Embodiment 5]
FIG. 18 is a functional block diagram of the information processing apparatus according to the fifth embodiment. The information processing device includes an acquisition unit 91 and a device control unit 92. The acquisition unit 91 acquires voice data from the user interface 20 installed in the guest room of the accommodation facility. The device control unit 92 includes a device control unit 92 that controls the devices 17 and 80 in the accommodation facility based on the voice data acquired by the acquisition unit 91 and the user interface identifier that identifies the user interface 20.

[実施の形態6]
本実施の形態は、汎用のコンピュータ90とプログラム97とを組み合わせて動作させることにより、本実施の形態の情報処理システム10用の管理サーバ30を実現する形態に関する。図19は、実施の形態6の情報処理システム10の構成を示す説明図である。なお、実施の形態1と共通する部分の説明は省略する。
[Embodiment 6]
The present embodiment relates to a mode in which the management server 30 for the information processing system 10 of the present embodiment is realized by operating the general-purpose computer 90 and the program 97 in combination. FIG. 19 is an explanatory diagram showing the configuration of the information processing system 10 of the sixth embodiment. The description of the parts common to the first embodiment will be omitted.

本実施の形態の情報処理システム10は、ネットワークを介して接続されたスマートスピーカ20、音声応答サーバ14、PMSサーバ15、PBX16、ルームインジケータ17、情報処理端末18およびコンピュータ90を備える。コンピュータ90は、CPU31、主記憶装置32、補助記憶装置33、通信部34、読取部36およびバスを備える。 The information processing system 10 of the present embodiment includes a smart speaker 20, a voice response server 14, a PMS server 15, a PBX 16, a room indicator 17, an information processing terminal 18, and a computer 90 connected via a network. The computer 90 includes a CPU 31, a main storage device 32, an auxiliary storage device 33, a communication unit 34, a reading unit 36, and a bus.

プログラム97は、可搬型記録媒体96に記録されている。CPU31は、読取部36を介してプログラム97を読み込み、補助記憶装置33に保存する。またCPU31は、コンピュータ90に実装されたフラッシュメモリ等の半導体メモリ98に記憶されたプログラム97を読出しても良い。さらに、CPU31は、通信部34および図示しないネットワークを介して接続される図示しない他のサーバコンピュータからプログラム97をダウンロードして補助記憶装置33に保存しても良い。 Program 97 is recorded on the portable recording medium 96. The CPU 31 reads the program 97 via the reading unit 36 and stores it in the auxiliary storage device 33. Further, the CPU 31 may read the program 97 stored in the semiconductor memory 98 such as the flash memory mounted on the computer 90. Further, the CPU 31 may download the program 97 from the communication unit 34 and another server computer (not shown) connected via a network (not shown) and store the program 97 in the auxiliary storage device 33.

プログラム97は、コンピュータ90の制御プログラムとしてインストールされ、主記憶装置32にロードして実行される。これにより、コンピュータ90は上述した管理サーバ30として機能する。 The program 97 is installed as a control program of the computer 90, loaded into the main storage device 32, and executed. As a result, the computer 90 functions as the management server 30 described above.

各実施例で記載されている技術的特徴(構成要件)はお互いに組合せ可能であり、組み合わせすることにより、新しい技術的特徴を形成することができる。
今回開示された実施の形態はすべての点で例示であって、制限的なものでは無いと考えられるべきである。本発明の範囲は、上記した意味では無く、特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。
The technical features (constituent requirements) described in each embodiment can be combined with each other, and by combining them, a new technical feature can be formed.
The embodiments disclosed this time should be considered as exemplary in all respects and not restrictive. The scope of the present invention is indicated by the scope of claims, not the above-mentioned meaning, and is intended to include all modifications within the meaning and scope equivalent to the scope of claims.

10 情報処理システム
14 音声応答サーバ
15 PMSサーバ
16 PBX
17 ルームインジケータ(機器)
18 情報処理端末(ユーザーインタフェース)
20 スマートスピーカ(ユーザーインタフェース)
21 CPU
22 主記憶装置
23 補助記憶装置
24 通信部
25 タッチパネル
251 表示部
252 入力部
26 マイク
27 スピーカ
28 カメラ
30 管理サーバ
31 CPU
32 主記憶装置
33 補助記憶装置
34 通信部
36 読取部
41 スピーカDB
44 清掃状態DB
80 ロボット(機器)
81 CPU
82 主記憶装置
83 補助記憶装置
84 通信部
85 タッチパネル
851 表示部
852 入力部
86 マイク
87 スピーカ
88 カメラ
90 コンピュータ
91 取得部
92 機器制御部
96 可搬型記録媒体
97 プログラム
98 半導体メモリ
10 Information processing system 14 Voice response server 15 PMS server 16 PBX
17 Room indicator (equipment)
18 Information processing terminal (user interface)
20 Smart speaker (user interface)
21 CPU
22 Main storage device 23 Auxiliary storage device 24 Communication unit 25 Touch panel 251 Display unit 252 Input unit 26 Microphone 27 Speaker 28 Camera 30 Management server 31 CPU
32 Main storage device 33 Auxiliary storage device 34 Communication unit 36 Reading unit 41 Speaker DB
44 Cleaning status DB
80 Robot (equipment)
81 CPU
82 Main storage device 83 Auxiliary storage device 84 Communication unit 85 Touch panel 851 Display unit 852 Input unit 86 Microphone 87 Speaker 88 Camera 90 Computer 91 Acquisition unit 92 Equipment control unit 96 Portable recording medium 97 Program 98 Semiconductor memory

Claims (18)

宿泊施設の客室に設置されたユーザーインタフェースを介して取得データを取得し、
前記取得データが物品を運搬する要求を示す場合、前記物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力し、
それぞれの客室の清掃状態を記録した清掃状態データベースから客室の整備に使用する物品の運搬を待っている状態である客室の部屋番号を取得し、
前記客室の整備に使用する物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力する
処理をコンピュータに実行させるプログラム。
Acquire the acquired data through the user interface installed in the guest room of the accommodation facility,
When the acquired data indicates a request for transporting the goods, an instruction to move to the guest room via the transport source of the goods is output to the transport robot.
Obtain the room number of the guest room that is waiting for the transportation of the goods used for the maintenance of the guest room from the cleaning status database that records the cleaning status of each guest room.
A program that causes a computer to execute a process of outputting an instruction to move to the guest room via a carrier of goods used for maintenance of the guest room to a transport robot.
前記客室の整備に使用する物品の運搬元を経由した運搬ロボットが前記客室に到着した場合、前記清掃状態データベースに物品の運搬が終了したことを記録させる
請求項1に記載のプログラム。
When a transport robot that has passed through the transport source of the goods used for the maintenance of the guest room arrives at the guest room, the cleaning status database records that the transport of the goods has been completed.
The program according to claim 1.
前記清掃状態データベースから物品の回収を待っている状態である客室の部屋番号を取得し、
前記客室を経由して前記客室から配収した物品の運搬先まで移動する指示を運搬ロボットに出力する
請求項1または請求項2に記載のプログラム。
Get the rooms the room number of a state waiting for the collection of articles from the cleaning state database,
The program according to claim 1 or 2 , wherein an instruction to move the goods delivered from the guest room to the transport destination via the guest room is output to the transport robot.
前記運搬ロボットが前記客室に到着した場合、前記清掃状態データベースに清掃の確認待ちの状態であることを記録させる
請求項3に記載のプログラム。
When the transport robot arrives at the guest room, the cleaning status database records that the cleaning status is waiting for confirmation.
The program according to claim 3.
前記取得データに関連する物品に該当する候補が複数存在する場合、前記客室に滞在中の宿泊客の属性に基づき前記宿泊客に提供する物品に関する情報を出力するリコメンドモデルから物品に関する情報を取得し、
前記リコメンドモデルから取得した情報を出力する
請求項1から請求項4のいずれか一つに記載のプログラム。
When there are a plurality of candidates corresponding to the goods related to the acquired data, the information about the goods is acquired from the recommendation model that outputs the information about the goods to be provided to the guest based on the attributes of the guest staying in the guest room. ,
The program according to any one of claims 1 to 4, which outputs information acquired from the recommendation model.
前記リコメンドモデルは、宿泊客の属性および天候に基づき前記宿泊客に提供する物品に関する情報を出力する
請求項5に記載のプログラム。
The recommendation model outputs information about the goods to be provided to the guest based on the guest's attributes and the weather.
The program according to claim 5.
ホテル管理システムから前記客室に滞在中の宿泊客の属性を取得する
請求項5または請求項6に記載のプログラム。
Acquire the attributes of guests staying in the guest room from the hotel management system
The program according to claim 5 or 6.
前記リコメンドモデルから取得した情報を、前記物品の運搬元に配置された情報処理装置から出力する
請求項5から請求項7のいずれか一つに記載のプログラム。
The information acquired from the recommendation model is output from the information processing device arranged at the transport source of the goods.
The program according to any one of claims 5 to 7.
前記取得データに関連する物品はアメニティである
請求項1から請求項8のいずれか一つに記載のプログラム。
The program according to any one of claims 1 to 8 , wherein the article related to the acquired data is an amenity.
前記取得データに関連する物品はルームサービスで提供する食事である
請求項1から請求項9のいずれか一つに記載のプログラム。
The program according to any one of claims 1 to 9 , wherein the article related to the acquired data is a meal provided by room service.
前記取得データが食器を片付ける要求を示す場合、前記客室を経由して回収した食器の搬送先まで移動する指示を運搬ロボットに出力する
請求項1から請求項10のいずれか一つに記載のプログラム。
The program according to any one of claims 1 to 10 , wherein when the acquired data indicates a request to clean up the tableware, an instruction to move the collected tableware to the transport destination via the guest room is output to the transport robot. ..
前記取得データが前記客室の清掃要求を示す情報である場合、
客室の整備に使用する物品の保管場所を経由して前記客室まで移動する指示を運搬ロボットに出力する
請求項1から請求項11のいずれか一つに記載のプログラム。
When the acquired data is information indicating the cleaning request of the guest room,
The program according to any one of claims 1 to 11 , which outputs an instruction to move to the guest room via a storage place for goods used for maintenance of the guest room to a transport robot.
前記取得データが前記客室の清掃要求を示す情報である場合、ホテル管理システムから前記客室に滞在中の宿泊客のチェックアウト予定日に関する情報を取得し、
当日がチェックアウト予定日である場合、前記宿泊客がチェックアウトした後に、客室の整備に使用する物品の保管場所を経由して前記客室まで移動する指示を運搬ロボットに出力する
請求項1から請求項11のいずれか一つに記載のプログラム。
When the acquired data is information indicating a cleaning request for the guest room, information regarding the scheduled check-out date of the guest staying in the guest room is acquired from the hotel management system.
If the day is a check-out date, after the guest has checked out, according to claims 1 to output an instruction to move through the storage location of the goods to be used for maintenance of the room to the room to transport robot Item 1. The program according to any one of Item 11.
前記取得データが前記客室の清掃終了を示す情報である場合、
前記客室を経由して前記客室から配収した物品の運搬先まで移動する指示を運搬ロボットに出力する
請求項1から請求項13のいずれか一つに記載のプログラム。
When the acquired data is information indicating the completion of cleaning of the guest room,
The program according to any one of claims 1 to 13 , which outputs an instruction to the transport robot to move the goods delivered from the guest room to the transport destination via the guest room.
複数の客室にそれぞれ設置されたユーザーインタフェースを介して取得した取得データが物品を運搬する要求を示す場合、前記物品の運搬元を経由して複数の前記客室を順次回る指示を運搬ロボットに出力する
請求項1から請求項14のいずれか一つに記載のプログラム。
When the acquired data acquired via the user interface installed in each of the plurality of guest rooms indicates a request for transporting the goods, an instruction to sequentially go around the plurality of the guest rooms via the transport source of the goods is output to the transport robot. The program according to any one of claims 1 to 14.
前記運搬ロボットは表示部を備え、
前記表示部に運搬する物品および前記物品の運搬先を表示させる
請求項1から請求項15のいずれか一つに記載のプログラム。
The transport robot has a display unit and has a display unit.
The program according to any one of claims 1 to 15 , wherein the article to be transported and the destination of the article are displayed on the display unit.
宿泊施設の客室に設置されたユーザーインタフェースを介して取得データを取得し、
前記取得データが物品を運搬する要求を示す場合、前記物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力し、
それぞれの客室の清掃状態を記録した清掃状態データベースから客室の整備に使用する物品の運搬を待っている状態である客室の部屋番号を取得し、
前記客室の整備に使用する物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力する
処理をコンピュータに実行させる情報処理方法。
Acquire the acquired data through the user interface installed in the guest room of the accommodation facility,
When the acquired data indicates a request for transporting the goods, an instruction to move to the guest room via the transport source of the goods is output to the transport robot.
Obtain the room number of the guest room that is waiting for the transportation of the goods used for the maintenance of the guest room from the cleaning status database that records the cleaning status of each guest room.
An information processing method in which a computer executes a process of outputting an instruction to move to the guest room via a carrier of goods used for maintenance of the guest room to a transport robot.
宿泊施設の客室に設置されたユーザーインタフェースを介して取得データを取得する取得部と、
前記取得データが物品を運搬する要求を示す場合、前記物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力する出力部と
それぞれの客室の清掃状態を記録した清掃状態データベースから客室の整備に使用する物品の運搬を待っている状態である客室の部屋番号を取得する第2取得部と、
前記客室の整備に使用する物品の運搬元を経由して前記客室まで移動する指示を運搬ロボットに出力する第2出力部と
を備える情報処理装置。
An acquisition department that acquires acquired data via a user interface installed in the guest room of the accommodation facility,
When the acquired data indicates a request for transporting an article, an output unit that outputs an instruction to move to the cabin via the transport source of the article to the transport robot, and an output unit .
The second acquisition department that acquires the room number of the guest room that is waiting for the transportation of the goods used for the maintenance of the guest room from the cleaning status database that records the cleaning status of each guest room.
An information processing device including a second output unit that outputs an instruction to move to the guest room via a carrier of goods used for maintenance of the guest room to a transport robot.
JP2020113088A 2019-06-11 2020-06-30 Programs, information processing methods and information processing equipment Active JP6852934B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019108911 2019-06-11
JP2019108911 2019-06-11

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2020535272A Division JP6852940B1 (en) 2019-06-11 2020-01-07 Programs, information processing methods and information processing equipment

Publications (2)

Publication Number Publication Date
JP2020205053A JP2020205053A (en) 2020-12-24
JP6852934B2 true JP6852934B2 (en) 2021-03-31

Family

ID=73782173

Family Applications (4)

Application Number Title Priority Date Filing Date
JP2020535272A Active JP6852940B1 (en) 2019-06-11 2020-01-07 Programs, information processing methods and information processing equipment
JP2020558066A Active JP6843418B1 (en) 2019-06-11 2020-06-11 Programs, information processing methods, information processing equipment and robots
JP2020113088A Active JP6852934B2 (en) 2019-06-11 2020-06-30 Programs, information processing methods and information processing equipment
JP2021018519A Pending JP2021077411A (en) 2019-06-11 2021-02-08 Program, information processing method, information processing apparatus, and robot

Family Applications Before (2)

Application Number Title Priority Date Filing Date
JP2020535272A Active JP6852940B1 (en) 2019-06-11 2020-01-07 Programs, information processing methods and information processing equipment
JP2020558066A Active JP6843418B1 (en) 2019-06-11 2020-06-11 Programs, information processing methods, information processing equipment and robots

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2021018519A Pending JP2021077411A (en) 2019-06-11 2021-02-08 Program, information processing method, information processing apparatus, and robot

Country Status (2)

Country Link
JP (4) JP6852940B1 (en)
WO (1) WO2020250473A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113570762A (en) * 2021-07-23 2021-10-29 中国铁路济南局集团有限公司济南房建公寓段 Railway driver intelligent driving apartment system
KR102660699B1 (en) * 2023-07-26 2024-04-25 주식회사 라코스시스템 Mobile application platform for guest self-service

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0821138B2 (en) * 1987-09-30 1996-03-04 株式会社竹中工務店 In-room work management equipment in the building
JPH0364239A (en) * 1989-08-02 1991-03-19 Nec Eng Ltd Guest room state control system
JP2004362017A (en) * 2003-06-02 2004-12-24 Iwatsu Electric Co Ltd Guest room use management system for accommodation using biological authentication
JP2013146310A (en) * 2012-01-17 2013-08-01 Sharp Corp Self-propelled electronic device
JP2013169222A (en) * 2012-02-17 2013-09-02 Sharp Corp Self-propelled electronic device
JP6255167B2 (en) * 2013-05-16 2017-12-27 株式会社ホスピタルイン企画開発 Hospital in system
US9720414B1 (en) * 2013-07-29 2017-08-01 Vecna Technologies, Inc. Autonomous vehicle providing services at a transportation terminal
JP6416590B2 (en) * 2014-03-31 2018-10-31 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America Material management system and transport robot
JP2016220174A (en) * 2015-05-26 2016-12-22 株式会社東芝 Home appliance control method and home appliance controller
US10252419B2 (en) * 2017-05-01 2019-04-09 Savioke, Inc. System and method for robotic delivery between moving targets
JP7074993B2 (en) * 2017-06-26 2022-05-25 富士通株式会社 Notification control program and information processing device
CN108961099A (en) * 2018-05-31 2018-12-07 上海大学 A kind of housekeeping service method based on voice assistant

Also Published As

Publication number Publication date
JP2020205053A (en) 2020-12-24
WO2020250473A1 (en) 2020-12-17
JPWO2020250473A1 (en) 2021-09-13
JP6852940B1 (en) 2021-03-31
JP2021077411A (en) 2021-05-20
JP6843418B1 (en) 2021-03-17
JPWO2020250984A1 (en) 2021-09-13

Similar Documents

Publication Publication Date Title
US8880397B2 (en) Systems, devices and methods for list display and management
JP6852934B2 (en) Programs, information processing methods and information processing equipment
US20190270204A1 (en) Robot-based waiter operation based on monitoring of customer consumption activity
US20210374833A1 (en) Monitoring of customer consumption activity and management based on monitoring
JP5852082B2 (en) Order management system, order management method and program
JPWO2018146846A1 (en) Information display device and information display system
KR101984600B1 (en) Flight information system and method for processing signal thereof
US20190266522A1 (en) Vehicle-Based Services
JP6339285B1 (en) Service provision system
US20110218867A1 (en) System, method, and computer program product for further computer integration in the food service industry
US20230036167A1 (en) Methods and systems for concierge network
JP7470283B2 (en) Visitor response RPA system
KR101757225B1 (en) System, terminal and method for providing auto check-in service based on reserving application, and recording medium thereof
Saini et al. Artificial intelligence and automation: transforming the hospitality industry or threat to human touch
KR20190003444A (en) Service providing method of system for ordering and delivering food using messenger
Erdem et al. Innovative Technology Applications in Hotel Businesses
JP2017201510A (en) Context recognition application
KR20200109156A (en) Method for providing online to offline based onestop tour service connecting taxi, tourist, and attraction together using multi-language
US20220397400A1 (en) Method and system for indoor positioning and improving user experience
US20200211059A1 (en) System and method for providing travel and lodging services
US20220215337A1 (en) Vehicle-Based Services
EP3399495A1 (en) Interactive kiosks
WO2020250984A1 (en) Program, information processing method, information processing device, and robot
JP7046564B2 (en) Reservation management device, reservation management system, and program
US20220092528A1 (en) Information processing apparatus, information processing method, and non-transitory storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200630

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20200630

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20200925

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201020

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201211

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: 20210216

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210304

R150 Certificate of patent or registration of utility model

Ref document number: 6852934

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250