WO2021224969A1 - チャットシステム - Google Patents
チャットシステム Download PDFInfo
- Publication number
- WO2021224969A1 WO2021224969A1 PCT/JP2020/018573 JP2020018573W WO2021224969A1 WO 2021224969 A1 WO2021224969 A1 WO 2021224969A1 JP 2020018573 W JP2020018573 W JP 2020018573W WO 2021224969 A1 WO2021224969 A1 WO 2021224969A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- chat
- user
- communication server
- server
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
Definitions
- This disclosure relates to a chat system that can automatically return answers to questions from users.
- a chatbot is a system provided by utilizing SNS sites such as LINE (registered trademark) based on chat, and a user has a BOT (a program that automatically talks like a robot). It is designed to collect necessary information as if talking to a real human being.
- SNS sites such as LINE (registered trademark) based on chat
- BOT a program that automatically talks like a robot
- Patent Document 1 proposes a chatbot server device that learns the relationship between an input text and a response text by machine learning processing and generates a response text suitable for the input text based on the knowledge data that is the learning result. Has been done.
- the chatbot server device disclosed in Patent Document 1 specializes in learning processing for texts belonging to its specialty field, and provides a chat service using the learning results. Therefore, it is difficult to output a response text suitable for input texts in all fields using only a single chatbot server device.
- the purpose of this disclosure is to provide a chat system that can support the presentation of more appropriate answers to questions from users by linking multiple communication servers.
- the chat system is a chat system including a user terminal related to a user, a chat management server, and a plurality of communication servers connected by a network, and the chat management server is the user terminal.
- the chat management server Provides a talk room that enables communication with the communication server, and the communication server generates answer information based on a predetermined rule for question information from the user and provides it to the user terminal. If the communication server does not have the answer information for the question information from the user, the chat management server causes another communication server having the answer information to answer the user. ..
- FIG. 1 is a block configuration diagram showing a chat system according to the first embodiment of the present disclosure.
- the chat system 1 includes a user terminal 100 related to a user, a chat management server 200, and a plurality of communication servers 300 connected by a network NW.
- the chat system 1 is configured so that a user who uses the user terminal 100 and a BOT (system) which is a conversation program implemented in the communication server 300 can freely have a conversation. Has been done. For example, the conversation is executed in a flow in which the BOT speaks to the user and the user responds to the BOT. Of course, the reverse is also possible.
- a BOT system
- the conversation is executed in a flow in which the BOT speaks to the user and the user responds to the BOT.
- the reverse is also possible.
- the user terminal 100 is a terminal used by the user and may be any terminal such as a desktop computer, a laptop computer, a tablet or a smartphone.
- the chat management server 200 provides a talk room related to a so-called message application or the like, or provides a chat function or the like in a WEB site as a service.
- the chat management server 200 manages the BOTID which is the information for identifying the BOT implemented in the communication server 300. Further, the chat management server 200 manages the information of the field information in the form of associating with the BOTID.
- the field information is, for example, information representing a category of chat content (question content).
- the communication server 300 is a server on which the above-mentioned BOT is implemented.
- the communication server 300 is operated by a distributor that provides a commercial website for products, services, etc. (hereinafter referred to as "products, etc.”).
- the distributor is, for example, a home-delivery lunch box shop, a caterer, a home-delivery sushi shop, a home-delivery pizza shop, a net supermarket, a net convenience store, or a factory that manufactures and sells lunch boxes.
- the BOT can participate in the talk room and respond to and reply to the user's message.
- the BOT is controlled to extract an instruction included in a message and execute a predetermined process by, for example, a predetermined natural language process.
- FIG. 2 is a functional block configuration diagram of the chat management server 200 of FIG.
- the chat management server 200 includes a communication unit 210, a storage unit 220, and a control unit 230.
- the communication unit 210 is a communication interface for communicating with the user terminal 100 or a plurality of communication servers 300 via the network NW, and the communication is performed according to a communication protocol such as TCP / IP (Transmission Control Protocol / Internet Protocol). It is said.
- a communication protocol such as TCP / IP (Transmission Control Protocol / Internet Protocol). It is said.
- the storage unit 220 stores programs, input data, and the like for executing various control processes or functions in the control unit 230, and is composed of a RAM (Random Access Memory), a ROM (Read Only Memory), and the like. NS. Further, the storage unit 220 includes a field information management unit 221 that stores and manages information related to field information, a BOTID management unit 222 that stores and manages information related to BOTID, and the like. Further, the storage unit 220 can temporarily store the data that has communicated with the user terminal 100 or the plurality of communication servers 300. A database (not shown) storing various data may be constructed outside the storage unit 220 or the chat management server 200.
- the control unit 230 controls the overall operation of the chat management server 200 by executing the program stored in the storage unit 220, and is transmitted from a CPU (Central Processing Unit), a GPU (Graphics Processing Unit), or the like. It is composed. As a function of the control unit 230, it has a talk room providing unit 231 that provides a talk room and a posting receiving unit 232. The talk room providing unit 231 and the posting receiving unit 232 are started by a program stored in the storage unit 220 and executed by the chat management server 200 which is a computer (electronic computer).
- a computer electronic computer
- the talk room providing unit 231 provides a talk room as a service in which a plurality of users can participate and post a message.
- the talk room server 20 provides a talk room in which a user and a BOT participate one-on-one, a talk room in which a plurality of users and a BOT participate, and the like. Multiple talk rooms may be opened according to the opening request from the user or the distributor. Further, for example, when a user accesses the chat management server 200 and makes a request to open a chat room and opens a specific talk room, the user who is the founder invites another user to the opened talk room. And you can let them participate. Alternatively, if the user is participating in the talk room, another user who is not participating in the talk room can be invited to the talk room to newly participate.
- the posting reception unit 232 receives the information input via the user terminal 100 operated by the user participating in the talk room, and posts the information input on the talk room provided by the talk room providing unit 231.
- the information posted in the talk room is displayed in the order of posting on the screen of the user terminal 100 in a predetermined direction. In the present embodiment, the information posted in the order of posting is displayed from the top to the bottom of the screen on which the talk room is displayed.
- FIG. 3 is a functional block configuration diagram of the communication server 300 of FIG.
- the communication server 300 includes a communication unit 310, a storage unit 320, and a control unit 330.
- the communication unit 310 is a communication interface for communicating with the user terminal 100 or the chat management server 200 via the network NW, and communication is performed according to a communication convention such as TCP / IP.
- the storage unit 320 stores programs, input data, and the like for executing various control processes or each function in the control unit 330, and is composed of a RAM, a ROM, and the like.
- the storage unit 320 includes an answer information generation program 321 for generating answer information based on a predetermined rule (predetermined natural language processing or artificial intelligence technology, etc.) for question information from a user, and a control unit 330 BOT.
- the dialogue corpus storage unit 322 that stores the dialogue corpus, which is a set of field information that can be dealt with as the above, is provided.
- the control unit 330 participates in the talk room as a BOT and controls the conversation with the user participating in the talk room.
- the control unit 330 includes a question receiving unit 331, an inference engine unit 332, and an inference result transmission unit 333.
- the question receiving unit 331 receives the question information from the user terminal 100 via the communication unit 310.
- the inference engine unit 332 performs inference processing based on the question information received by the question receiving unit 331.
- the inference engine unit 332 outputs the answer information or the field information as the result of the inference.
- the inference engine unit 332 is realized by using artificial intelligence technology. That is, the inference engine unit 332 holds a model that has been learned in advance, and calculates and outputs the answer information or the field information most suitable for the input question based on the model. This model has been machine-learned in advance. It should be noted that this model may be learned online when the chat is executed.
- Various expert systems such as rule-based can be used to generate the response information of the present disclosure.
- the inference result transmission unit 333 transmits the inference result by the inference engine unit 332 to the user terminal 100 via the communication unit 310.
- the inference result transmission unit 333 transmits the answer information and the field information that most likely correspond to the question information received by the question reception unit 331 to the user terminal 100 and the chat management server 200, respectively.
- FIG. 4 is an example of a flowchart showing an outline of the processing procedure.
- the talk room associated with the communication server 300A and the talk room associated with the communication server 300B will be described as separate talk rooms, but the communication server 300A will be in the same talk room. It may be assumed that the agent function and the agent function of the communication server 300B exist.
- the user who operates the user terminal 100 participates in the talk room associated with the communication server 300A operated by the pizza delivery shop A, and with the BOT implemented in the communication server 300A. Exchange questions or answers between them. Then, the user who operates the user terminal 100 participates in the talk room associated with the communication server 300B operated by the pizza delivery shop B on the way, and asks or answers a question or an answer with the BOT mounted on the communication server 300B. To exchange.
- FIG. 4 starts when the user accesses the talk room from the user terminal 100, and ends when the user exits the talk room, for example.
- the contents exchanged in the talk room may be saved or may be cleared each time.
- the user terminal 100 transmits question information to the communication server 300A (S101).
- the user fills in the text box of the user terminal 100 with "Do you have a pizza with samgyeopsal?" As a question on the screen of the category "Pizza delivery".
- the user posts a question to the talk room by operating the send button of the user terminal 100 or the like.
- the question receiving unit 331 of the control unit 330 of the communication server 300A receives the question information via the communication unit 310 (S102). Then, the inference engine unit 332 of the control unit 330 determines whether or not the answer information for the question information from the user exists (S103). In the determination, for example, a group of words such as "Samgyeopsal”, “Enter”, “No”, “Pizza”, “Yes", and "Ka” is obtained by morphological analysis of the posted message.
- the inference engine unit 332 of the control unit 330 reads the answer information generation program 321 from the storage unit 320 and performs a predetermined inference process on the word group extracted from the user's question information in this way.
- the inference result transmission unit 333 of the control unit 330 uses, for example, "ordering method" as the answer information for the question information.
- the message "Please select” is transmitted to the user terminal 100 via the communication unit 310 (S104). This message is posted in the talk room and is displayed on the screen of the category "Pizza delivery" together with, for example, a delivery method selection screen in which delivery or take-out can be selected.
- the inference result transmission unit 333 of the control unit 330 of the communication server 300A asks the chat management server 200 whether the other communication server 300B can answer, and responds to the question information from the user. Notify the chat management server 200 that the answer information does not exist (S105).
- the inference engine unit 332 of the control unit 330 of the other communication server 300B receives an inquiry from the chat management server 200 and sets the answer information to the question information from the user according to a predetermined rule (predetermined natural language processing or artificial intelligence). It is generated based on technology and the like and transmitted to the user terminal 100 (S106). For example, the inference engine unit 332 of the control unit 330 asks, "Is the amount of samjan large or small?" "Is the garlic raw or grilled?" "Do you want to add lettuce?" "Do you want to add perilla leaves?” Message is transmitted to the user terminal 100 via the communication unit 310.
- a predetermined rule predetermined natural language processing or artificial intelligence
- the response information generated at this time may include advertising information related to another communication server 300B.
- the advertising information is, for example, substantive information for advertising a product or service handled by the pizza delivery shop B, and includes, for example, image information such as a photo or video of the product, and text information such as a catch phrase. obtain.
- image information such as a photo or video of the product
- text information such as a catch phrase.
- a conventional communication server specializes in learning processing for texts belonging to its specialty field, and provides a chat service using the learning results. Therefore, it is difficult to output a response text suitable for input texts in all fields using only a single communication server.
- the chat system 1 can support the presentation of more appropriate answers to questions from users by linking a plurality of communication servers 300A and 300B. It becomes possible to provide the system 1.
- the user exchanges questions or answers with the BOT implemented in the communication server 300A related to the pizza delivery shop A with the contents learned by the BOT implemented in the communication server 300B related to the pizza delivery shop B. It can be made to appear in the talk room to be performed. That is, the public relations / promotion element of the pizza delivery shop B can be incorporated into the place of communication between the pizza delivery shop A and the user. If the same pizza delivery shops A and B have an affinity with each other, it will be possible to complement each other by taking advantage of their own strengths. Furthermore, not only the advertising effect but also the content that the BOT can utilize increases, the satisfaction of the user increases, and a great merit can be obtained for both parties. In addition, as the number of companies that have introduced it increases, the advertising effect can be enormous.
- FIG. 5 is an example of a flowchart showing an outline of the processing procedure.
- the same configurations as those described in the first embodiment are designated by the same reference numerals, and duplicate description will be omitted.
- the control unit of the communication server 300A if it is determined that there is no answer information for the question information from the user (NO in S203), the control unit of the communication server 300A
- the reasoning result transmission unit 333 of 330 returns information regarding the location of another communication server 300B to the chat management server 200 (S205).
- the location information may include, for example, URL information as an access destination of the talk room associated with the communication server 300B.
- the communication server 300A may directly transmit information regarding the location of another communication server 300B to the user terminal 100 without going through the chat management server 200.
- the talk room providing unit 231 of the control unit 230 becomes the access destination of the talk room associated with the other communication server 300B via the communication unit 210.
- the URL information is transmitted to the user terminal 100 (S206).
- the user who operates the user terminal 100 receives the URL information via the user terminal 100 (S207).
- the user accesses the talk room associated with the other communication server 300B via the user terminal 100 (S208), and exchanges a question or an answer with the BOT.
- the communication server 300A provides the chat management server 200 with information regarding the location of another communication server 300B from which the answer information may be obtained.
- the user can more easily access the desired answer, and the usability, convenience, and the like can be improved.
- FIG. 6 is an example of a flowchart showing an outline of the processing procedure.
- the same configurations as those described in the first embodiment are designated by the same reference numerals, and duplicate description will be omitted.
- the control unit of the communication server 300A As a result of determination by the inference engine unit 332 of the control unit 330 of the communication server 300A, if it is determined that there is no answer information for the question information from the user (NO in S303), the control unit of the communication server 300A
- the reasoning result transmission unit 333 of 330 provides the answer information acquired from the other communication server 300B to the user terminal 100 in the talk room associated with the communication server 300A (S305).
- the response information here is considerably more detailed information than the information regarding the location according to the second embodiment, for example, the attributes of the product or service handled by the pizza delivery shop B (for example, attributes such as type, color, size, etc.). ), Price, delivery location, recipient, contact information, delivery method, payment method, etc. may be included.
- the communication server 300A While the talk room associated with the communication server 300A is maintained without transition, it is possible for the communication server 300A to speak by quoting only the response content from another communication server 300B. As a result, the user can obtain the answer information to the question information in the same talk room without transitioning from the talk room associated with the communication server 300A to the talk room associated with the other communication server 300B. Therefore, the convenience of the user can be improved.
- FIG. 7 is an example of a flowchart showing an outline of the processing procedure.
- the same configurations as those described in the first embodiment are designated by the same reference numerals, and duplicate description will be omitted.
- the control of the chat management server 200 is performed.
- the talk room providing unit 231 of the unit 230 starts providing the user terminal 100 with a talk room that enables communication with another communication server 300B (S405).
- the communication server 300 may output the pre-registered advertisement context according to the intention (context) included in the question information from the user.
- the advertising context may select, for example, advertising content related to an attribute or keyword that can be identified from the content of the user's question or answer exchange in the talk room.
- the advertising content is not limited to content containing so-called advertisement-related information, as long as it interests the user and widely informs the information contained in the advertising content or the information contained in the content related to the advertising content. , Images, moving images, characters, figures, symbols, hyperlinks, and any other content can be applied.
- the advertising content can be managed by the chat management server 200. As a result, the advertiser can present the advertisement to the user if the advertisement exists even if the question information from the user cannot be answered. It should be noted that the answering subject corresponding to the question information and the advertising subject corresponding to the provided product or service may be different.
- the communication server 300A notifies the chat management server 200 that the answer information for the question information from the user does not exist (see S105 in FIG. 4).
- the chat management server 200 causes another communication server 300B having the answer information to give an answer to the user. You may. That is, as shown in the following (another form), the chat management server 200 has information (question and answer categories, keywords that should respond to user input) that all communication servers including the communication server 300A have in advance.
- the communication server 300A determines that the communication server 300A does not have the answer information for the question information from the user, refer to the question and answer categories, keywords that should respond to the user's input, etc. Then, another communication server that holds the answer information may be searched, and a request may be sent to the other communication server to make a reply to the user.
- first alternative form Although not included in the present disclosure, there is the following first alternative form as another form related to the chat system according to the present disclosure.
- the chat management server 200 mediates between the user terminal 100 and the plurality of communication servers 300.
- a process of searching for a chat server corresponding to the identifier is performed based on the identifier associated with the question.
- FIG. 8 is a block configuration diagram showing a chat system 2 according to the first alternative mode of the present disclosure.
- FIG. 9 is a functional block configuration diagram of the chat management device 600 of FIG.
- the same elements as those described in the first to fourth embodiments are designated by the same reference numerals, and detailed description thereof will be omitted.
- the chat management device 600 mediates between a client terminal 400 related to a client participating in a chat and a chat server 500 that responds to a question from the client by inference using a learned model. do.
- the chat management device 600 has an affinity with the identifier storage unit 601, the question receiving unit 602, the search processing unit 603, the question transmitting unit 604, the response receiving unit 605, and the response transmitting unit 606. It includes a sexual information storage unit 607 and a communication unit 608.
- the identifier storage unit 601 stores in advance an identifier that identifies the chat server 500 in association with the field to which the question from the client belongs.
- the question receiving unit 602 receives a question from the client terminal 400.
- the search processing unit 603 searches the chat server 500 to which the identifier stored in the identifier storage unit 601 is assigned, using the identifier corresponding to the field to which the question received by the question receiving unit 602 belongs.
- the question transmission unit 604 transmits a question to the chat server 500 obtained by the search processing unit 603.
- the response receiving unit 605 receives the response corresponding to the question from the chat server 500.
- the response transmission unit 606 transmits a response corresponding to the question to the client terminal 400.
- the response transmission unit 606 may transmit the advertiser information about the advertiser who operates the chat server 500 to the client terminal 400 together with the response corresponding to the question.
- the affinity information storage unit 607 stores the affinity information which is the information regarding the affinity between the advertisers who operate the chat server 500.
- the search processing unit 603 can search the chat server 500 to which the identifier stored in the identifier storage unit 601 is assigned by using the affinity information stored in the affinity information storage unit 607.
- chat management device for example, even if a certain chat server 500 is providing a chat service, it is possible to change the connection destination to a more appropriate chat server 500.
- the convenience of the client can be further improved.
- 1 chat system 100 user terminals, 200 chat management server, 300 communication server, NW network
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
<構成>
図1は、本開示の第一実施形態に係るチャットシステムを示すブロック構成図である。チャットシステム1は、ネットワークNWで接続される、ユーザに関するユーザ端末100と、チャット管理サーバ200と、複数のコミュニケーションサーバ300と、を備える。
図4を参照しながら、本実施形態のチャットシステム1が実行する処理手順の概要について説明する。図4は、処理手順の概要を示すフローチャートの一例である。なお、以下における説明では、コミュニケーションサーバ300Aに関連付けられているトークルームと、コミュニケーションサーバ300Bが関連付けられているトークルームとは別のトークルームとして説明するが、同一のトークルーム内にコミュニケーションサーバ300Aのエージェント機能と、コミュニケーションサーバ300Bのエージェント機能とが存在していることとしてもよい。
<構成>
上記第一実施形態に係るチャットシステムにおいては、ユーザからの質問情報に対する回答情報が存在しない場合、チャット管理サーバ200に対して、他のコミュニケーションサーバ300Bが回答可能かどうかを問い合わせることをコミュニケーションサーバ300Aの役割としたが、本実施形態においては、コミュニケーションサーバ300Aは、チャット管理サーバ200に対して、他のコミュニケーションサーバ300Bの所在に関する情報を回答する。
<構成>
上記第一実施形態に係るチャットシステムにおいては、ユーザからの質問情報に対する回答情報が存在しない場合、チャット管理サーバ200に対して、他のコミュニケーションサーバ300Bが回答可能かどうかを問い合わせることをコミュニケーションサーバ300Aの役割としたが、本実施形態においては、コミュニケーションサーバ300Aは、他のコミュニケーションサーバ300Bから取得した回答情報をユーザ端末100に提供する。
<構成>
上記第一実施形態に係るチャットシステムにおいては、ユーザからの質問情報に対する回答情報が存在しない場合、チャット管理サーバ200に対して、他のコミュニケーションサーバ300Bが回答可能かどうかを問い合わせることをコミュニケーションサーバ300Aの役割としたが、本実施形態においては、チャット管理サーバ200は、他のコミュニケーションサーバ300Bとの通信を可能とする。
なお、本開示には含まれないが、本開示に係るチャットシステムに関連した別形態として、下記の第一別形態がある。上記の第一実施形態~第四実施形態に係るチャットシステムでは、図1に示されるように、ユーザ端末100と、複数のコミュニケーションサーバ300との仲介がチャット管理サーバ200によって行われていたが、下記の第一別形態に係るチャット管理装置では、質問に関連付けられた識別子に基づいて、その識別子に対応する(その質問に答えられる)チャットサーバを検索する処理が行われる。
以下、図8及び図9に基づいて、本開示の第1別形態に係るチャット管理装置について説明する。図8は、本開示の第1別形態に係るチャットシステム2を示すブロック構成図である。図9は、図8のチャット管理装置600の機能ブロック構成図である。この別形態では、第一実施形態~第四実施形態で説明した要素と同一の要素について同じ符号を付し、詳細な説明を省略する。
Claims (8)
- ネットワークで接続される、ユーザに関するユーザ端末と、チャット管理サーバと、複数のコミュニケーションサーバとを備えたチャットシステムであって、
前記チャット管理サーバは、前記ユーザ端末に前記コミュニケーションサーバとの通信を可能とするトークルームを提供し、
前記コミュニケーションサーバは、前記ユーザからの質問情報に対して、所定のルールに基づいて回答情報を生成して前記ユーザ端末に提供し、
前記チャット管理サーバは、前記ユーザからの質問情報に対する回答情報を当該コミュニケーションサーバが保有していない場合には、当該回答情報を保有している他のコミュニケーションサーバに前記ユーザへの回答を行わせる、チャットシステム。 - 請求項1に記載のチャットシステムにおいて、
前記コミュニケーションサーバは、前記ユーザからの質問情報に対する回答情報が存在しないことを前記チャット管理サーバに対して通知する、チャットシステム。 - 請求項1又は請求項2に記載のチャットシステムにおいて、
前記コミュニケーションサーバは、前記ユーザからの質問情報に対する回答情報が存在しない場合には、前記チャット管理サーバに対して、他のコミュニケーションサーバの所在に関する情報を回答する、チャットシステム。 - 請求項3に記載のチャットシステムにおいて、
前記コミュニケーションサーバは、他のコミュニケーションサーバから取得した回答情報を前記コミュニケーションサーバに関連付けられているトークルーム内で前記ユーザ端末に提供する、チャットシステム。 - 請求項3に記載のチャットシステムにおいて、
前記チャット管理サーバは、前記ユーザ端末に前記他のコミュニケーションサーバとの通信を可能とするトークルームの提供を開始する、チャットシステム。 - 請求項1に記載のチャットシステムにおいて、
前記他のコミュニケーションサーバは、前記チャット管理サーバからの問い合わせを受けて、前記ユーザからの質問情報に対する回答情報を所定のルールに基づいて生成して前記ユーザ端末に提供する、チャットシステム。 - 請求項6に記載のチャットシステムにおいて、
前記他のコミュニケーションサーバにおいて生成される回答情報には、当該他のコミュニケーションサーバに関連する広告情報が含まれる、チャットシステム。 - 請求項1乃至請求項7のいずれかに記載のチャットシステムにおいて、
前記コミュニケーションサーバは、予め登録された広告コンテクストを前記ユーザからの質問情報に含まれる意図に応じて出力する、チャットシステム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/018573 WO2021224969A1 (ja) | 2020-05-07 | 2020-05-07 | チャットシステム |
JP2020566314A JP6849982B1 (ja) | 2020-05-07 | 2020-05-07 | チャットシステム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/018573 WO2021224969A1 (ja) | 2020-05-07 | 2020-05-07 | チャットシステム |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021224969A1 true WO2021224969A1 (ja) | 2021-11-11 |
Family
ID=75154706
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2020/018573 WO2021224969A1 (ja) | 2020-05-07 | 2020-05-07 | チャットシステム |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP6849982B1 (ja) |
WO (1) | WO2021224969A1 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024201710A1 (ja) * | 2023-03-28 | 2024-10-03 | 株式会社パルケ | チャットボット利用支援装置、チャットボット利用支援プログラム、およびチャットボット利用支援システム |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010003288A (ja) * | 2008-06-23 | 2010-01-07 | Samsung Electronics Co Ltd | ネットワーク基盤のサービス提供システム及び方法 |
JP2017153078A (ja) * | 2016-02-24 | 2017-08-31 | Line株式会社 | 人工知能学習方法、人工知能学習システムおよび返答中継方法 |
JP2019114254A (ja) * | 2017-12-21 | 2019-07-11 | 株式会社カカオ | 中継チャットボットを用いてインスタントメッセージングサービスを提供するサーバ、端末及び方法{server, device and method for providing instant messeging service by using relay chatbot} |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3742305A4 (en) * | 2018-01-15 | 2020-11-25 | Fujitsu Limited | OUTPUT CONTROL PROGRAM, OUTPUT CONTROL PROCESS AND OUTPUT CONTROL DEVICE |
-
2020
- 2020-05-07 JP JP2020566314A patent/JP6849982B1/ja active Active
- 2020-05-07 WO PCT/JP2020/018573 patent/WO2021224969A1/ja active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010003288A (ja) * | 2008-06-23 | 2010-01-07 | Samsung Electronics Co Ltd | ネットワーク基盤のサービス提供システム及び方法 |
JP2017153078A (ja) * | 2016-02-24 | 2017-08-31 | Line株式会社 | 人工知能学習方法、人工知能学習システムおよび返答中継方法 |
JP2019114254A (ja) * | 2017-12-21 | 2019-07-11 | 株式会社カカオ | 中継チャットボットを用いてインスタントメッセージングサービスを提供するサーバ、端末及び方法{server, device and method for providing instant messeging service by using relay chatbot} |
Also Published As
Publication number | Publication date |
---|---|
JPWO2021224969A1 (ja) | 2021-11-11 |
JP6849982B1 (ja) | 2021-03-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Northey et al. | LGBTQ imagery in advertising: How viewers' political ideology shapes their emotional response to gender and sexuality in advertisements | |
Horowitz et al. | The anatomy of a large-scale social search engine | |
Cockayne et al. | # HotForBots: Sex, the non-human and digitally mediated spaces of intimate encounter | |
Papadopoulou et al. | Trust and relationship building in electronic commerce | |
US9444772B2 (en) | Social search engine | |
JP4500784B2 (ja) | サービス利用者サポートシステム | |
WO2006129967A1 (en) | Conversation system and method using conversational agent | |
US20080034061A1 (en) | System and method of tracking and recognizing the exchange of favors | |
Hofstede et al. | The lemon car game across cultures: evidence of relational rationality | |
JP3892815B2 (ja) | 情報処理システム及びその方法 | |
CN109564580A (zh) | 使用消息交换线程促进有效搜索 | |
WO2021224969A1 (ja) | チャットシステム | |
JP2020126392A (ja) | 選択装置、選択方法および選択プログラム | |
KR20020023516A (ko) | 실시간 대화를 통한 인터넷상의 외국어 학습 방법 | |
KR20050007058A (ko) | 메신저 로봇을 이용한 온라인 마케팅 서비스 제공 방법 | |
Alizadehfanaeloo | Social Media Analytics in Consumer Behavior | |
Єжижанська et al. | Book PR: Do readers influence on the communication of publishing company? | |
Ala et al. | Social network and social commerce | |
Nurhadi et al. | Social Media as a Promotional Media for Garut’s Celebrities During the Covid-19 Pandemic | |
Van’t Klooster et al. | Exploring destination brand communities: A business model for collaboration in the extremely fragmented tourism industry | |
WO2024201710A1 (ja) | チャットボット利用支援装置、チャットボット利用支援プログラム、およびチャットボット利用支援システム | |
JP7407006B2 (ja) | 情報処理方法およびサーバ | |
JP7064766B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
JP7512500B1 (ja) | 情報処理装置、情報処理方法、および情報処理プログラム | |
Noor et al. | Exploring Online Social Networking Patterns and the Growth of Social Capital Among Rural Maritime Community Members |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2020566314 Country of ref document: JP Kind code of ref document: A |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 20934451 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 27.02.2023) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20934451 Country of ref document: EP Kind code of ref document: A1 |