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

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

Info

Publication number
WO2019188981A1
WO2019188981A1 PCT/JP2019/012506 JP2019012506W WO2019188981A1 WO 2019188981 A1 WO2019188981 A1 WO 2019188981A1 JP 2019012506 W JP2019012506 W JP 2019012506W WO 2019188981 A1 WO2019188981 A1 WO 2019188981A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
scenario
abstract
information processing
server
Prior art date
Application number
PCT/JP2019/012506
Other languages
French (fr)
Japanese (ja)
Inventor
瑞樹 横山
Original Assignee
株式会社アドバンスト・メディア
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社アドバンスト・メディア filed Critical 株式会社アドバンスト・メディア
Publication of WO2019188981A1 publication Critical patent/WO2019188981A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9032Query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9035Filtering based on additional data, e.g. user or group profiles
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L13/00Speech synthesis; Text to speech systems
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/22Procedures used during a speech recognition process, e.g. man-machine dialogue

Definitions

  • the present invention relates to an information processing system, an information processing apparatus, a server, an information processing method, and a program.
  • a dialogue system in which a computer and a person interact is known.
  • the dialogue proceeds based on a dialogue scenario prepared in advance.
  • a dialogue scenario prepared in advance.
  • the dialog scenarios are structured, interfaces (dialog inputs and outputs) are defined in the structured dialog scenarios, and the dialog scenarios are combined on the condition that the interface is compatible.
  • a technique to make it has been proposed. According to such a method, it is considered that it is easier than before to create a dialogue scenario with abundant variations by weakening the degree of coupling between dialogue scenarios and increasing the reusability of the dialogue scenarios.
  • a technique for creating a dialogue scenario is disclosed in Non-Patent Document 1, for example.
  • the object of the present invention is to realize a technology that can more easily increase variations of dialogue scenarios.
  • an information processing system includes: An information processing system configured to be able to communicate with an information processing apparatus that executes scenario data of a dialogue process and a server that accumulates data that is an element of the scenario data,
  • the information processing apparatus includes: Element determination means for determining whether or not the scenario data to be executed includes an abstract element in which a selection condition for selecting data that is an element of the scenario data is included; When the element determination unit determines that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is stored in the server.
  • FIG. 1 It is a figure which shows the system configuration
  • FIG. 1 is a diagram showing a system configuration of a dialogue scenario processing system 1 according to the present invention.
  • the dialogue scenario processing system 1 is configured as an embodiment of an information processing system according to the present invention, and executes a scenario (a dialogue processing scenario) when a character generated on a computer interacts with a human being.
  • a scenario a dialogue processing scenario
  • This is a system that can easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario (a scene inserted into an abstract scene described later) from the outside.
  • scenario data representing a series of dialogue flows of a character is constructed with scene data as a structural unit.
  • a scene is an element that constitutes a flow of dialogue, and each scene is constituted by various events that occur based on the utterances and operations of the interlocutor in the dialogue or the transition of the scene.
  • an action in which the content of the event is defined is executed.
  • scenario data is constructed in the interactive scenario processing system 1
  • a GUI Graphic User Interface
  • the flow builder can construct a scenario representing a flow of a series of dialogs by arranging icons representing scenes.
  • a parameter set necessary for using the scenario and the scene and a parameter value condition (value or value range) can be designated.
  • the dialogue scenario processing system 1 manages various parameters in the dialogue processing, and updates various parameter values in response to execution of scenario data or scene data.
  • tags, tasks, position information, time, number of times of use, sensor information, use history, etc. can be defined as the types of parameters specified for scenario data and scene data.
  • a title, application, and field sports, artist, food, etc.
  • execution contents such as search, calculation, greeting, and blur can be specified as tasks.
  • information display around a predetermined position can be specified as position information, and the time can be specified as morning, noon, night (that is, whether or not conversation content can be selected depending on the time zone), etc. Can be specified.
  • the number of times of use the number of times of use per predetermined period (for example, when it is used once, it is not used for 3 months) can be designated, and as the sensor information, the detection value of the acceleration sensor can be designated.
  • the usage history of scenario data and scene data for each user can be designated as the usage history.
  • the dialogue scenario processing system 1 includes a plurality of terminal devices 10 and a server 20, and the plurality of terminal devices 10 and the server 20 can communicate with each other via a network 30. It is configured.
  • the terminal device 10 is used by a user such as a creator and provides a GUI (hereinafter referred to as “scenario creation GUI”) for constructing scenario data by executing a scenario creation process described later. Further, the terminal device 10 acquires component data for configuring a scenario from the server 20 in the scenario creation GUI, and provides it in a form that can be selected by the user. Further, the terminal device 10 uploads the scenario data created in the scenario creation GUI to the server 20. The scenario data uploaded to the server 20 can be reused as component data when creating other scenario data.
  • scenario creation GUI a GUI
  • the scenario data includes abstract scene data in which a condition for selecting a scene (hereinafter referred to as “scene selection condition”) is set, not a specific scene designation.
  • the scene selection condition can be set as a parameter condition required for a scene inserted into an abstract scene, for example. For example, in the case of an abstract scene for which “time” is set as the scene selection condition, only scenes for which “time” parameters or parameters related to “time” are specified are selected as scenes to be inserted into the abstract scene. It becomes possible.
  • the terminal device 10 is used by a user such as a person interacting with the computer, and executes scenario data by executing scenario execution processing described later.
  • the terminal device 10 since there is no specific interaction processing in the above-described abstract scene, the terminal device 10 cannot execute the abstract scene itself.
  • the terminal device 10 is adapted to the part data or scenario data (satisfying the scene selection condition and the current situation of the dialogue processing (dialog flow, etc.)) that suits the situation at the time of the dialogue execution. (Scene or scenario data) is acquired from the server 20 in real time, and the dialogue processing is executed in the form of being embedded in the abstract scene.
  • the terminal device 10 conforms to the current situation of the interactive processing and also satisfies the scene selection conditions set in the abstract scene. Is requested to the server 20 to dynamically select a scene and execute a dialogue process based on the scenario data. As a result, it is possible to easily increase the variation of the scenario of the dialogue process.
  • the server 20 includes a component database (component DB) that stores a plurality of component data and a scenario database (scenario DB) that stores data of a plurality of scenarios.
  • the server 20 executes scenario creation support processing described later, and when the scenario creation GUI is provided to the user in the terminal device 10, the server 20 stores the component data stored in the component DB and the scenario DB.
  • the scenario data is provided to the terminal device 10 as appropriate.
  • the server 20 executes a scenario execution support process to be described later, so that when the scenario of the dialog process is executed in the terminal device 10, the server 20 is adapted to the current situation of the dialog process and set to an abstract scene.
  • the component data or scenario data matching the selected scene selection condition is retrieved and provided to the terminal device 10 as appropriate.
  • the terminal device 10 and the server 20 are configured by an information processing device.
  • the terminal device 10 can be configured by a PC (Personal Computer), and the server 20 can be configured by a server computer.
  • FIG. 2 is a diagram illustrating a hardware configuration of the information processing apparatus 800 that configures the terminal device 10 and the server 20.
  • the information processing apparatus 800 includes a CPU (Central Processing Unit) 811, a ROM (Read Only Memory) 812, a RAM (Random Access Memory) 813, a bus 814, an input unit 815, and an output A unit 816, a storage unit 817, a communication unit 818, and a drive 819.
  • a CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • the CPU 811 executes various processes according to a program recorded in the ROM 812 or a program loaded from the storage unit 817 to the RAM 813.
  • the RAM 813 appropriately stores data necessary for the CPU 811 to execute various processes.
  • the CPU 811, the ROM 812, and the RAM 813 are connected to each other via a bus 814.
  • An input unit 815, an output unit 816, a storage unit 817, a communication unit 818, and a drive 819 are connected to the bus 814.
  • the input unit 815 is configured with various buttons and the like, and inputs various information according to an instruction operation.
  • the output unit 816 includes a display, a speaker, and the like, and outputs an image and sound.
  • the storage unit 817 is configured by a hard disk, a DRAM (Dynamic Random Access Memory), or the like, and stores various data managed by each server.
  • the communication unit 818 controls communication performed with other devices via a network.
  • a removable medium 821 made of a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is appropriately attached to the drive 819.
  • the program read from the removable medium 821 by the drive 819 is installed in the storage unit 817 as necessary.
  • the above hardware configuration is a basic configuration of the information processing apparatus 800.
  • additional hardware can be appropriately provided.
  • the terminal device 10 it is possible to include an imaging unit that captures a digital image.
  • FIG. 3 is a block diagram illustrating a functional configuration of the terminal device 10.
  • the CPU 811 of the terminal device 10 executes the scenario creation process and the scenario execution process, so that in the CPU 811, the GUI formation unit 111, the GUI input reception unit 112, the data generation unit 113, and the data execution
  • the unit 114, the scenario data registration unit 115, the scenario data acquisition unit 116, the scene determination unit 117, and the search request unit 118 function.
  • a scenario data storage unit 121 and a history data storage unit 122 are formed in the storage unit 817 of the terminal device 10.
  • the scenario data storage unit 121 stores scenario data created in the scenario creation GUI and scenario data to be executed.
  • the history data storage unit 122 stores data on the history of dialogue processing executed in the terminal device 10.
  • the GUI formation unit 111 forms a scenario creation GUI on the display screen when the scenario creation process starts. Further, the GUI forming unit 111 displays the character image when the execution of the scenario execution process is started, and controls the movement of the character according to the data of the dialogue scenario.
  • FIG. 4 is a schematic diagram illustrating an example of a scenario creation GUI.
  • the scenario creation GUI includes a flow builder unit 131.
  • the flow builder unit 131 is a GUI for configuring the flow of the entire scenario.
  • a user can configure a scenario having a framework of a desired dialogue flow by arranging icons representing scenes constituting the scenario. That is, the user can define a scenario as a state transition of a scene.
  • the flow builder unit 131 can define scenes with various attributes that constitute a scenario.
  • FIG. 4 shows a normal scene represented by a solid circular icon and an abstract scene represented by a broken circular icon as scene attributes.
  • An ordinary scene can define an event, an action, and the like, and an abstract scene can set a scene selection condition.
  • scene data representing specific contents prepared in advance in the dialogue scenario processing system 1 can be selected as a normal scene.
  • scene data that is frequently incorporated can be prepared in advance as component data.
  • scene data or the like that the character greets can be prepared as component data.
  • scenario data uploaded to the server 20 can also be reused as component data.
  • the GUI input receiving unit 112 receives user input to each part of the scenario creation GUI, and receives the received input content as a GUI forming unit 111, a data generation unit 113, a data execution unit 114, or a scenario data registration unit. 115.
  • the GUI input reception unit 112 receives selection of an icon representing a scene in the flow builder unit 131. Further, the GUI input receiving unit 112 receives input of input contents (specific scene contents or abstract scene scene selection conditions) according to the type of the selected icon.
  • the data generation unit 113 generates various data related to scenario creation in response to a user input to the scenario creation GUI. For example, when an icon representing a scene is selected in the flow builder unit 131, the data generation unit 113 adds data of a type of scene corresponding to the selected icon to the scenario data being created. In the present embodiment, as an icon representing a scene, an icon of a normal scene in which specific interactive processing is defined or an icon of an abstract scene can be selected. Further, the data generation unit 113 transmits a request for part data or scenario data to be added to the scenario data being created (request for creation data) to the server 20 in response to a user input, and the creation data The part data or scenario data provided from the server 20 in response to the request is added to the scenario data being created.
  • the data execution unit 114 executes the scenario data created by the scenario creation GUI or the scenario data to be executed acquired by the scenario data acquisition unit 116, and advances the dialogue with the human by the character.
  • the scenario data to be executed includes an abstract scene
  • the data execution unit 114 inserts the part data or scenario data input from the search request unit 118 into the abstract scene and executes it.
  • the data execution unit 114 executes a part of scenario data created in the scenario creation GUI (for example, from the scene data at the beginning of the scenario to the data of the abstract scene, etc.) according to the user's specification. It is also possible. Accordingly, the user can create scenario data while performing a simulation when the scenario data being created is executed.
  • the scenario data registration unit 115 transmits scenario data created in the scenario creation GUI to the server 20 in accordance with a user instruction, and registers the scenario data in the scenario DB.
  • the scenario data registered in the scenario DB can be reused as component data when another user creates scenario data in the scenario creation GUI.
  • the scenario data acquisition unit 116 acquires scenario data (execution target scenario data) instructed to be executed by the user. For example, the scenario data acquisition unit 116 acquires the scenario data selected by the user from the scenario DB 221 of the server 20. Then, the scenario data acquisition unit 116 stores the acquired scenario data in the scenario data storage unit 121.
  • the scene determination unit 117 determines whether an abstract scene is included in the scenario data to be executed. When it is determined that the abstract scene is included in the scenario data to be executed, the scene determination unit 117 outputs information specifying the abstract scene to the search request unit 118.
  • the search request unit 118 specifies information and an interaction process that specify the abstract scene input from the scene determination unit 117. Based on the various parameters in, the server 20 is requested to request part data or scenario data (execution data request) that conforms to the current situation of the interactive processing and conforms to the scene selection conditions set in the abstract scene. Send. Then, the search request unit 118 outputs the part data or scenario data provided from the server 20 in response to the request for execution data to the data execution unit 114.
  • FIG. 5 is a block diagram illustrating a functional configuration of the server 20.
  • the CPU 811 of the server 20 executes the scenario creation support process and the scenario execution support process, whereby the scenario registration reception unit 211, the creation data request acquisition unit 212, and the creation provision data are executed in the CPU 811.
  • the acquisition unit 213, the creation data provision unit 214, the execution data request acquisition unit 215, the execution data search unit 216, and the execution data provision unit 217 function.
  • a scenario DB 221, a component DB 222, and a user profile storage unit 223 are formed in the storage unit 817 of the server 20.
  • the scenario DB 221 stores scenario data representing various conversation contents between a character and a human.
  • the component DB 222 stores various component data representing specific contents.
  • the scenario data stored in the scenario DB 221 and the component data stored in the component DB 222 include a parameter set necessary for using the scenario and the scene, and parameter value conditions (values or range of values).
  • the scenario data and part data are scored and searched using these parameter sets and parameter value conditions as keys.
  • the user profile storage unit 223 stores a personal profile (user profile) of each user who has performed dialogue processing in the plurality of terminal devices 10.
  • the user profile includes, for example, age, gender, occupation, hobby, palatability, behavior pattern, personality, etc., and such information can be used as appropriate when conducting a dialogue specific to the individual of the conversation. .
  • the scenario registration accepting unit 211 receives the scenario data created by the scenario creation GUI in the terminal device 10 and transmitted for registration in the scenario DB, and registers the scenario data in the scenario DB 221.
  • the creation data request acquisition unit 212 acquires, from the terminal device 10, a request for part data or scenario data (request for creation data) to be added to the scenario data by the scenario creation GUI.
  • the creation provision data acquisition unit 213 acquires the part data or scenario data indicated in the creation data request acquired by the creation data request acquisition unit 212 from the component DB 222 or the scenario DB 221.
  • the creation data providing unit 214 provides the component data or scenario data acquired by the creation providing data acquisition unit 213 to the terminal device 10 that has requested the creation data.
  • the execution data request acquisition unit 215 acquires, from the terminal device 10, a request for part data or scenario data to be inserted into the abstract scene (execution data request) when executing the scenario data to be executed.
  • the execution data request includes a parameter indicating the current state of the interactive process and a scene selection condition set for the abstract scene.
  • the execution data search unit 216 is based on the parameter indicating the current state of the interactive process indicated in the request for execution data acquired by the execution data request acquisition unit 215 and the scene selection condition set in the abstract scene.
  • the component DB 222 or the scenario DB 221 is searched from the component DB 222 or the scenario DB 221 for matching the current situation of the interactive processing and matching the scene selection conditions set in the abstract scene.
  • the execution data search unit 216 uses the parameter set and parameter value conditions as keys to set the parameters that indicate the current state of the interactive processing and the scenario that matches the scene selection conditions set in the abstract scene.
  • Search data or scene data by scoring. As a score calculation method at this time, a method used for a general-purpose search engine can be adopted, or a method prepared for searching for part data or scenario data can be adopted.
  • the execution data providing unit 217 provides the scenario data or scene data searched by the execution data search unit 216 to the terminal device 10 that has requested the execution data.
  • the execution data providing unit 217 provides the terminal device 10 with the highest score among scenario data or scene data searched by the execution data search unit 216.
  • the execution data providing unit 217 may provide the terminal device 10 with a plurality of scenario data or scene data searched by the execution data search unit 216 having a higher score.
  • FIG. 6 is a flowchart showing a flow of scenario creation processing executed by the terminal device 10.
  • the scenario creation process is started in response to an operation instructing execution of the scenario creation process in the terminal device 10.
  • the GUI forming unit 111 forms a scenario creation GUI (see FIG. 4) on the display screen.
  • step S ⁇ b> 2 the GUI forming unit 111 determines whether or not an input to the scenario creation GUI has been performed via the GUI input receiving unit 112.
  • the GUI input receiving unit 112 determines whether or not an input to the scenario creation GUI has been performed via the GUI input receiving unit 112.
  • step S ⁇ b> 3 the GUI forming unit 111 determines whether an abstract scene has been input to the flow builder unit 131 via the GUI input receiving unit 112. When an abstract scene is not input to the flow builder unit 131 via the GUI input receiving unit 112, it is determined as NO in Step S3, and the process proceeds to Step S6. On the other hand, when an abstract scene is input to the flow builder unit 131 via the GUI input receiving unit 112, it is determined as YES in Step S3, and the process proceeds to Step S4.
  • step S ⁇ b> 4 the GUI forming unit 111 receives an input of a scene selection condition via the GUI input receiving unit 112.
  • step S5 the data generation unit 113 adds the abstract scene in which the scene selection condition is set to the scenario data. After step S5, the process proceeds to step S8.
  • step S ⁇ b> 6 the GUI forming unit 111 determines whether a normal scene (a scene in which specific interactive processing is defined) is input to the flow builder unit 131 via the GUI input receiving unit 112.
  • a normal scene a scene in which specific interactive processing is defined
  • YES is determined in step S6
  • NO is determined in step S6
  • the process proceeds to step S8.
  • step S7 the data generation unit 113 adds the input normal scene to the scenario data.
  • the normal scenes added at this time include those directly defined by the user and those obtained from the server 20 by sending a request for data for creation to the server 20.
  • step S8 the GUI forming unit 111 determines whether or not the input to the scenario creation GUI is an operation for instructing execution of the scenario being created.
  • step S8 an instruction to execute a part of the scenario being created (only one scene or the like) or the entire scenario is accepted. If the input to the scenario creation GUI is an operation to instruct execution of the scenario being created, YES is determined in step S8, and the process proceeds to step S9. On the other hand, when the input to the scenario creation GUI is not an operation for instructing execution of the scenario being created, NO is determined in step S8, and the process proceeds to step S10.
  • step S9 the data execution unit 114 executes the scenario (partial or whole) instructed to be executed in step S8.
  • step S ⁇ b> 10 the GUI forming unit 111 determines whether the input to the scenario creation GUI is an operation for instructing to register scenario data in the scenario DB of the server 20.
  • the input to the scenario creation GUI is an operation for instructing to register scenario data in the scenario DB of the server 20.
  • YES is determined in step S10, and the process proceeds to step S11.
  • the scenario data registration unit 115 transmits the scenario data to the server 20 in order to register the scenario data in the scenario DB.
  • step S12 the GUI forming unit 111 determines whether or not an operation for instructing the end of the scenario creation GUI has been performed. When an operation for instructing the end of the scenario creation GUI is performed, it is determined as YES in Step S12, and the scenario creation process ends. On the other hand, if the operation for instructing the end of the scenario creation GUI has not been performed, NO is determined in step S12, and the process proceeds to step S2.
  • FIG. 7 is a flowchart illustrating a flow of scenario execution processing executed by the terminal device 10.
  • the scenario execution process is started in response to an operation instructing execution of the scenario execution process in the terminal device 10.
  • the scenario data acquisition unit 116 acquires start scene data in the scenario data to be executed.
  • step S22 the data execution unit 114 executes a dialogue process defined in the start scene.
  • step S23 the scenario data acquisition unit 116 acquires the data of the next scene in the scenario data to be executed.
  • step S24 the scene determination unit 117 determines whether or not the next scene is an abstract scene. If the next scene is not an abstract scene, NO is determined in step S24, and the process proceeds to step S25. On the other hand, if the next scene is an abstract scene, YES is determined in step S24, and the process proceeds to step S27.
  • step S25 the scene determination unit 117 determines whether or not the next scene is an end scene in the execution target scenario data. If the next scene is not an end scene in the scenario data to be executed, NO is determined in step S25, and the process proceeds to step S26. On the other hand, if the next scene is an end scene in the scenario data to be executed, YES is determined in step S25, and the scenario execution process ends. In step S26, the data execution unit 114 executes a dialogue process defined for the next scene. After step S26, the process proceeds to step S23.
  • step S27 the search request unit 118 requests part data or scenario data (execution data request) that conforms to the current situation of the interactive processing and conforms to the scene selection conditions set in the abstract scene. Send to server 20.
  • step S28 the data execution unit 114 recursively calls and executes the scenario execution process. After step S28, the process proceeds to step S23.
  • FIG. 8 is a flowchart showing a flow of scenario creation support processing executed by the server 20.
  • the scenario creation support process is started in response to an operation instructing execution of the scenario creation process in the server 20.
  • step S ⁇ b> 101 the creation data request acquisition unit 212 determines whether a request for creation data for requesting component data selected by the scenario creation GUI has been acquired from the terminal device 10.
  • a request for data for creation for requesting the component data selected by the scenario creation GUI is acquired from the terminal device 10
  • YES is determined in step S101, and the process proceeds to step S102.
  • NO is determined in step S101, and the process proceeds to step S104.
  • step S102 the creation providing data acquisition unit 213 acquires the component data indicated by the data request acquired by the creation data request acquisition unit 212 from the component DB 222. At this time, when the creation data request unit 213 requests scenario data as part data, the creation data acquisition unit 213 obtains scenario data indicated by the creation data request from the scenario DB 221.
  • step S103 the creation data providing unit 214 provides the component data or scenario data acquired by the creation providing data acquisition unit 213 to the terminal device 10 that has requested the creation data.
  • step S104 the scenario registration receiving unit 211 determines whether or not scenario data for registration in the scenario DB has been received. When scenario data is received for registration in the scenario DB, YES is determined in step S104, and the process proceeds to step S105. On the other hand, if no scenario data has been received for registration in the scenario DB, NO is determined in step S104, and the scenario creation support process is repeated.
  • step S105 the scenario registration receiving unit 211 registers the received scenario data in the scenario DB 221.
  • the scenario data in this embodiment can include either a normal scene or an abstract scene.
  • FIG. 9 is a flowchart for explaining the flow of the scenario execution support process executed by the server 20.
  • the scenario execution support process is started in response to an operation instructing execution of the scenario execution support process in the server 20.
  • step S ⁇ b> 201 the execution data request acquisition unit 215 determines whether a request for part data or scenario data to be inserted into the abstract scene (request for execution data) has been acquired from the terminal device 10. If a request for part data or scenario data (execution data request) to be inserted into the abstract scene is acquired from the terminal device 10, it is determined YES in step S201, and the process proceeds to step S202. On the other hand, if a request for part data or scenario data to be inserted into the abstract scene (request for execution data) has not been acquired from the terminal device 10, NO is determined in step S201, and the scenario execution support process is repeated. .
  • step S202 the execution data search unit 216 sets the parameter indicating the current state of the interactive process indicated by the request for execution data acquired by the execution data request acquisition unit 215, and the scene set as the abstract scene. Based on the selection condition, the part DB 222 or the scenario data 221 is searched for part data or scenario data that matches the current situation of the interactive processing and matches the scene selection condition set in the abstract scene. At this time, the execution data search unit 216 uses the parameter set and parameter value conditions as keys, parameters indicating the current state of the interactive processing, and scenario data that matches the scene selection conditions set in the abstract scene or Search scene data by scoring.
  • step S203 the execution data providing unit 217 acquires the scenario data or scene data searched by the execution data search unit 216, which has the highest score.
  • step S204 the execution data providing unit 217 provides the acquired scenario data or scene data to the terminal device 10 that has requested the execution data. After step S204, the scenario execution support process is repeated.
  • the dialogue scenario processing system 1 when executing a scenario (dialogue processing scenario) when a character generated on a computer interacts with a human, the current situation of the dialogue processing is adapted.
  • part data or scenario data that meets the scene selection conditions set in the abstract scene is acquired from the server 20 and executed. Accordingly, it is possible to more easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario from the outside.
  • FIG. 10 is a schematic diagram illustrating an example of a scenario of dialogue processing executed in the present embodiment.
  • the start scene SC1 in the scenario data to be executed is a scene that accepts an utterance of a conversation person, it is assumed that the conversation person utters “I am hungry”.
  • the next scene SC2 of the start scene SC1 is an abstract scene and “time” is set as the scene selection condition
  • the abstract scene SC2 is adapted to the scene selection condition (the parameter of “time” or (Time related parameters are specified) that match the current situation (dialogue flow) of the dialog process of “I am hungry” Selected.
  • scenario data when the execution time of scenario data is from 8:00 am to 10:00 am, “you can eat breakfast” using the current time (for example, 9:00 am) and “meal” as dialogue content as keys.
  • the scene SC2a proposing “shop” is searched in the server 20, the scene SC2a is inserted into the abstract scene and executed. For example, a scene is displayed in which a list of shops providing breakfast is displayed together with the question “What kind of breakfast?”
  • the execution time of the scenario data is from 11:00 am to 13:00 am
  • the current time for example, 12:00 pm
  • “meal” as the conversation content are used as keys.
  • the scene SC2b is inserted into the abstract scene and executed. For example, a scene is displayed in which a list of shops providing lunch is displayed along with the question “Recommended lunch is curry, but how?”
  • different dialogues are generated depending on the execution time of the scenario data for the same scene selection condition (parameter) of “time” in the abstract scene. It becomes possible to execute. Therefore, it is possible to dynamically call a scene or the like to be inserted into an abstract scene, and it is possible to more easily increase variations of the scenario for the interactive process.
  • the component data or scenario data It is good also as searching. In addition, it is good also as searching part data or scenario data reflecting both the user profile of the user who is interacting, and the statistics of the user profile in a plurality of users. In this case, the user profile of the user who is interacting and the user profile statistics of multiple users can be weighted and integrated, and the component data or scenario data can be searched by referring to the integrated user profile. is there.
  • the dialogue scenario processing system 1 configured as described above includes a terminal device 10 and a server 20.
  • the terminal device 10 includes a scene determination unit 117, a search request unit 118, and a data execution unit 114.
  • the scene determination unit 117 sets a selection condition (for example, a scene selection condition) for selecting data (for example, part data or scenario data) that is an element of the scenario data in the scenario data to be executed. It is determined whether or not included abstract elements (for example, abstract scenes) are included.
  • the search request unit 118 stores data that is an element of scenario data corresponding to the abstract element based on the selection condition set for the abstract element. Get from 20.
  • the data execution unit 114 executes the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element.
  • the search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element, based on the selection condition and the dialog content in the dialog processing. As a result, it is possible to acquire data that is an element of scenario data that conforms to the current situation of dialogue processing, and realize more appropriate dialogue contents.
  • the search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element based on the individual profile of the conversation person. As a result, it is possible to acquire and execute scenario data suitable for the characteristics of the individual person who interacts.
  • the search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element based on the profiles of a plurality of interactors. As a result, it is possible to acquire and execute scenario data that matches the tendency of a plurality of users.
  • Parameters corresponding to the data serving as the element are set in the data serving as the data of the scenario.
  • the search request unit 118 acquires data that is an element of scenario data that matches the parameter condition set as the selection condition. Accordingly, it is possible to specify data that is an element of scenario data corresponding to an abstract element by using a parameter set in the data that is an element of scenario data.
  • the server 20 includes an execution data search unit 216.
  • the execution data search unit 216 searches the data that is the element of the scenario data corresponding to the abstract element by calculating a score based on the parameter set as the selection condition for the data that is the element of the scenario data. . This makes it possible to specify more appropriate data even when there are a plurality of data serving as elements that meet the selection conditions.
  • the server 20 includes an execution data search unit 216 and an execution data provision unit 217.
  • the execution data search unit 216 uses the abstract element based on the selection condition for the abstract element in which the selection condition for selecting the data serving as the scenario data element included in the scenario data to be executed is set. Data that is the element of the scenario data corresponding to is searched.
  • the execution data providing unit 217 provides the data element of the scenario searched by the execution data search unit 216 to the information processing apparatus.
  • this invention is not limited to the above-mentioned embodiment,
  • transformation in the range which can achieve the objective of this invention, improvement, etc. are included in this invention.
  • the configuration of the server 20 is shown as an example. If the dialogue scenario processing system 1 has the function of the server 20 as a whole, the function of the server 20 is divided into a plurality of servers. Or a part of the function of the server 20 can be mounted on the terminal device 10.
  • FIGS. 3 and 5 are merely an example, and is not particularly limited. That is, it is sufficient if the dialogue scenario processing system 1 has a function capable of executing the above-described series of processes as a whole, and what functional blocks are used to realize this function are particularly shown in FIGS. It is not limited to examples.
  • one functional block may be constituted by hardware alone, software alone, or a combination thereof.
  • a program constituting the software is installed on a computer or the like from a network or a recording medium.
  • the computer may be a computer incorporated in dedicated hardware.
  • the computer may be a computer capable of executing various functions by installing various programs, for example, a general-purpose personal computer.
  • the recording medium including such a program is not only configured by the removable medium 821 shown in FIG. 2 distributed separately from the apparatus main body in order to provide the user with the program, but is also incorporated in the apparatus main body in advance. It is comprised with the recording medium etc. which are provided in.
  • the removable medium 821 is configured by, for example, a magnetic disk (including a floppy disk), an optical disk, a magneto-optical disk, or the like.
  • the optical disc is composed of, for example, a CD-ROM (Compact Disk-Read Only Memory), a DVD (Digital Versatile Disc), a Blu-ray (registered trademark) Disc (Blu-ray Disc), and the like.
  • the magneto-optical disk is constituted by an MD (Mini-Disk) or the like.
  • the recording medium provided to the user in a state of being incorporated in advance in the apparatus main body is configured by, for example, the ROM 812 in FIG. 2 in which the program is recorded, the DRAM included in the storage unit 817 in FIG.
  • the step of describing the program recorded on the recording medium is not limited to the processing performed in chronological order according to the order, but is not necessarily performed in chronological order, either in parallel or individually.
  • the process to be executed is also included.
  • the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.
  • 1 dialogue scenario processing system 10 terminal device, 20 server, 30 network, 111 GUI formation unit, 112 GUI input reception unit, 113 data generation unit, 114 data execution unit, 115 scenario data registration unit, 116 scenario data acquisition unit, 117 Scene determination unit, 118 search request unit, 121 scenario data storage unit, 122 history data storage unit, 131 flow builder unit, 211 scenario registration reception unit, 212 creation data request acquisition unit, 213 creation provision data acquisition unit, 214 creation Data provision unit, 215 execution data request acquisition unit, 216 execution data search unit, 217 execution data provision unit, 221 scenario DB, 222 parts DB, 223 user profile storage unit, 800 information processing device, 81 CPU, 812 ROM, 813 RAM, 814 bus, 815 input unit, 816 output unit, 817 storage unit, 818 communication unit, 819 drive, 821 a removable media

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Human Computer Interaction (AREA)
  • Acoustics & Sound (AREA)
  • Multimedia (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

In order to implement a technology with which variations of a conversation scenario can be more easily increased, a scene determination unit 117 in a conversation scenario processing system 1 determines whether data of a scenario to be executed includes an abstract element for which a selection condition for selecting data serving as a scenario data element has been set. When the scene determination unit 117 determines that an abstract element is included, a search request unit 118 acquires data serving as a data element of a scenario corresponding to the abstract element from a server 20, on the basis of the selection condition that has been set for the abstract element, and a data execution unit 114 replaces the abstract element in the data of the scenario to be executed with the data element of the scenario corresponding to the abstract element, and executes the data of the scenario to be executed.

Description

情報処理システム、情報処理装置、サーバ、情報処理方法及びプログラムInformation processing system, information processing apparatus, server, information processing method, and program
 本発明は、情報処理システム、情報処理装置、サーバ、情報処理方法及びプログラムに関する。 The present invention relates to an information processing system, an information processing apparatus, a server, an information processing method, and a program.
 従来、コンピュータと人間とが対話を行う対話システムが知られている。このような対話システムにおいては、予め用意された対話シナリオをベースとして、対話が進められる。ここで、対話システムにおいて多様な状況に応じた自然な対話を実現するためには、発言内容、条件(状況)等を想定し、それぞれに対応した多くの応答パターンを予め用意する必要があった。 Conventionally, a dialogue system in which a computer and a person interact is known. In such a dialogue system, the dialogue proceeds based on a dialogue scenario prepared in advance. Here, in order to realize a natural dialogue according to various situations in the dialogue system, it was necessary to prepare a lot of response patterns corresponding to each of them, assuming the contents of speech, conditions (situations), etc. .
 ところが、発言内容や条件等に対応した多くの応答パターンを用意したとしても、予め用意された応答パターンを用いる場合には、同様の応答パターンが繰り返されるため、対話自体の面白みに欠けることとなる。そこで、対話のバリエーションを増加させるために、対話シナリオを構造化し、構造化された対話シナリオにインターフェース(対話のインプット及びアウトプット)を定義して、インターフェースの適合性を条件として、対話シナリオを結合させる手法が提案されている。このような手法によれば、対話シナリオ同士の結合度を弱め、対話シナリオの再利用性を高めることで、バリエーションが豊富な対話シナリオを作成することが従来よりも容易になると考えられる。
 なお、対話シナリオを作成するための技術は、例えば、非特許文献1に開示されている。
However, even if a large number of response patterns corresponding to the utterance contents and conditions are prepared, when using a response pattern prepared in advance, the same response pattern is repeated, so that the conversation itself is not interesting. . Therefore, in order to increase the number of dialog variations, the dialog scenarios are structured, interfaces (dialog inputs and outputs) are defined in the structured dialog scenarios, and the dialog scenarios are combined on the condition that the interface is compatible. A technique to make it has been proposed. According to such a method, it is considered that it is easier than before to create a dialogue scenario with abundant variations by weakening the degree of coupling between dialogue scenarios and increasing the reusability of the dialogue scenarios.
A technique for creating a dialogue scenario is disclosed in Non-Patent Document 1, for example.
 しかしながら、対話シナリオを作成するための従来の技術においては、対話シナリオのインターフェースに関して厳密な適合性が求められるため、結合可能な対話シナリオを拡充する必要があった。また、対話シナリオの作成時に、対話シナリオの結合関係を決定していたため、結合可能な対話シナリオの数が増加しても、既に作成された対話シナリオについては、必ずしも対話シナリオの数が増加したことによる恩恵を受けることができない場合があった。
 このように、従来の技術においては、対話シナリオのバリエーションを容易に増加させることが困難であった。
However, in the conventional technique for creating a dialogue scenario, since strict conformity is required with respect to the interface of the dialogue scenario, it is necessary to expand the dialog scenarios that can be combined. In addition, the interaction scenario was determined when the interaction scenario was created. Therefore, even if the number of interaction scenarios that can be combined increases, the number of interaction scenarios that have already been created has not necessarily increased. There was a case that could not benefit from.
As described above, in the conventional technique, it is difficult to easily increase the variation of the dialogue scenario.
 本発明は、対話シナリオのバリエーションをより容易に増加させることが可能な技術を実現することを目的とする。 The object of the present invention is to realize a technology that can more easily increase variations of dialogue scenarios.
 上記目的を達成するため、本発明の一態様の情報処理システムは、
 対話処理のシナリオのデータを実行する情報処理装置と、前記シナリオのデータの要素となるデータを蓄積するサーバとが通信可能に構成された情報処理システムであって、
 前記情報処理装置は、
 実行対象となる前記シナリオのデータに、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素が含まれるか否かを判定する要素判定手段と、
 前記要素判定手段によって前記抽象要素が含まれると判定された場合に、前記抽象要素に設定された前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを前記サーバから取得するデータ取得手段と、
 実行対象となる前記シナリオのデータにおける前記抽象要素を、前記抽象要素に対応する前記シナリオのデータの要素となるデータに置換して、実行対象となる前記シナリオのデータを実行するデータ実行手段と、
 を備えることを特徴とする。
In order to achieve the above object, an information processing system according to one embodiment of the present invention includes:
An information processing system configured to be able to communicate with an information processing apparatus that executes scenario data of a dialogue process and a server that accumulates data that is an element of the scenario data,
The information processing apparatus includes:
Element determination means for determining whether or not the scenario data to be executed includes an abstract element in which a selection condition for selecting data that is an element of the scenario data is included;
When the element determination unit determines that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is stored in the server. Data acquisition means to acquire from,
Data execution means for executing the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element;
It is characterized by providing.
 本発明によれば、対話シナリオのバリエーションをより容易に増加させることが可能な技術を実現することができる。 According to the present invention, it is possible to realize a technology that can more easily increase variations of dialogue scenarios.
本発明に係る対話シナリオ処理システムのシステム構成を示す図である。It is a figure which shows the system configuration | structure of the dialogue scenario processing system which concerns on this invention. 端末装置及びサーバを構成する情報処理装置のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the information processing apparatus which comprises a terminal device and a server. 端末装置の機能構成を示すブロック図である。It is a block diagram which shows the function structure of a terminal device. シナリオ作成GUIの一例を示す模式図である。It is a schematic diagram which shows an example of scenario creation GUI. サーバの機能構成を示すブロック図である。It is a block diagram which shows the function structure of a server. 端末装置が実行するシナリオ作成処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the scenario creation process which a terminal device performs. 端末装置が実行するシナリオ実行処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the scenario execution process which a terminal device performs. サーバが実行するシナリオ作成支援処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the scenario creation assistance process which a server performs. サーバが実行するシナリオ実行支援処理の流れを説明するフローチャートである。It is a flowchart explaining the flow of the scenario execution assistance process which a server performs. 本実施形態において実行される対話処理のシナリオの一例を示す模式図である。It is a schematic diagram which shows an example of the scenario of the dialogue process performed in this embodiment.
 以下、本発明の実施形態について、図面を用いて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[構成]
[システム構成]
 図1は、本発明に係る対話シナリオ処理システム1のシステム構成を示す図である。
 対話シナリオ処理システム1は、本発明に係る情報処理システムの一実施形態として構成されるものであり、コンピュータ上に生成されたキャラクタが人間と対話する際のシナリオ(対話処理のシナリオ)の実行に際し、シナリオの一部(後述する抽象シーンに挿入されるシーン)を外部から動的に呼び出すことにより、対話処理のシナリオのバリエーションを容易に増加させることが可能なシステムである。
[Constitution]
[System configuration]
FIG. 1 is a diagram showing a system configuration of a dialogue scenario processing system 1 according to the present invention.
The dialogue scenario processing system 1 is configured as an embodiment of an information processing system according to the present invention, and executes a scenario (a dialogue processing scenario) when a character generated on a computer interacts with a human being. This is a system that can easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario (a scene inserted into an abstract scene described later) from the outside.
 本実施形態において、対話シナリオ処理システム1では、キャラクタの一連の対話のフローを表すシナリオのデータが、シーンのデータを構成単位として構築される。シーンとは、対話のフローを構成する要素であり、各シーンは、対話における対話者の発話や操作あるいはシーンの遷移等に基づいて発生する各種イベントによって構成される。また、イベントが発生すると、そのイベントの内容が定義(ビジュアルプログラム)されたアクションが実行される。 In the present embodiment, in the dialogue scenario processing system 1, scenario data representing a series of dialogue flows of a character is constructed with scene data as a structural unit. A scene is an element that constitutes a flow of dialogue, and each scene is constituted by various events that occur based on the utterances and operations of the interlocutor in the dialogue or the transition of the scene. When an event occurs, an action in which the content of the event is defined (visual program) is executed.
 また、対話シナリオ処理システム1において、シナリオのデータが構築される場合、ユーザに対して、後述するように、フロービルダーを含むGUI(Graphical User Interface)が提供される。本実施形態において、フロービルダーでは、シーンを表すアイコンを配列することで、一連の対話のフローを表すシナリオを構築することができる。 In addition, when scenario data is constructed in the interactive scenario processing system 1, a GUI (Graphical User Interface) including a flow builder is provided to the user as will be described later. In this embodiment, the flow builder can construct a scenario representing a flow of a series of dialogs by arranging icons representing scenes.
 また、シナリオのデータ及びシーンのデータには、シナリオ及びシーンを利用するために必要なパラメータセット、及び、パラメータ値の条件(値、あるいは、値の範囲)を指定することができる。そして、対話シナリオ処理システム1は、対話処理における各種パラメータを管理し、シナリオのデータまたはシーンのデータが実行されることに対応して、各種パラメータ値を更新する。 Also, in the scenario data and the scene data, a parameter set necessary for using the scenario and the scene and a parameter value condition (value or value range) can be designated. The dialogue scenario processing system 1 manages various parameters in the dialogue processing, and updates various parameter values in response to execution of scenario data or scene data.
 なお、シナリオのデータ及びシーンのデータに対して指定されるパラメータの種類としては、例えば、タグ、タスク、位置情報、時間、使用回数、センサ情報及び使用履歴等を定義することが可能である。具体的には、タグとして、タイトル、用途、分野(スポーツ、アーティスト、食べ物等)が指定できる。また、タスクとして、検索、計算、あいさつ、ボケる等の実行内容が指定できる。また、位置情報として、所定位置(現在位置または特定の位置等)周辺の情報表示等が指定でき、時間として、朝、昼、夜(即ち、時間帯で対話内容の選択可否が決まる)等が指定できる。また、使用回数として、所定期間あたりの使用回数(一度使用された場合は3ヶ月使用しない等)が指定でき、センサ情報として、加速度センサの検出値等が指定できる。また、使用履歴として、ユーザ毎のシナリオのデータ及びシーンのデータの使用履歴(過去に使用されたか否か等)を指定できる。 For example, tags, tasks, position information, time, number of times of use, sensor information, use history, etc. can be defined as the types of parameters specified for scenario data and scene data. Specifically, a title, application, and field (sports, artist, food, etc.) can be specified as a tag. In addition, execution contents such as search, calculation, greeting, and blur can be specified as tasks. Moreover, information display around a predetermined position (current position or specific position, etc.) can be specified as position information, and the time can be specified as morning, noon, night (that is, whether or not conversation content can be selected depending on the time zone), etc. Can be specified. In addition, as the number of times of use, the number of times of use per predetermined period (for example, when it is used once, it is not used for 3 months) can be designated, and as the sensor information, the detection value of the acceleration sensor can be designated. In addition, the usage history of scenario data and scene data for each user (whether it has been used in the past or the like) can be designated as the usage history.
 図1に示すように、対話シナリオ処理システム1は、複数の端末装置10と、サーバ20とを含んで構成され、複数の端末装置10とサーバ20とは、ネットワーク30を介して互いに通信可能に構成されている。 As shown in FIG. 1, the dialogue scenario processing system 1 includes a plurality of terminal devices 10 and a server 20, and the plurality of terminal devices 10 and the server 20 can communicate with each other via a network 30. It is configured.
 端末装置10は、クリエータ等のユーザによって使用され、後述するシナリオ作成処理を実行することにより、シナリオのデータを構築するためのGUI(以下、「シナリオ作成GUI」と称する。)を提供する。
 また、端末装置10は、シナリオ作成GUIにおいて、シナリオを構成するための部品データをサーバ20から取得し、ユーザが選択可能な形態で提供する。さらに、端末装置10は、シナリオ作成GUIにおいて作成されたシナリオのデータをサーバ20にアップロードする。サーバ20にアップロードされたシナリオのデータは、他のシナリオのデータを作成する際に、部品データとして再利用することが可能となっている。
The terminal device 10 is used by a user such as a creator and provides a GUI (hereinafter referred to as “scenario creation GUI”) for constructing scenario data by executing a scenario creation process described later.
Further, the terminal device 10 acquires component data for configuring a scenario from the server 20 in the scenario creation GUI, and provides it in a form that can be selected by the user. Further, the terminal device 10 uploads the scenario data created in the scenario creation GUI to the server 20. The scenario data uploaded to the server 20 can be reused as component data when creating other scenario data.
 本実施形態において、シナリオのデータには、具体的なシーンの指定ではなく、シーンを選択するための条件(以下、「シーン選択条件」と称する。)が設定された抽象シーンのデータを含めることが可能となっている。シーン選択条件は、例えば、抽象シーンに挿入されるシーン等に求められるパラメータの条件として設定することができる。例えば、シーン選択条件として「時間」が設定された抽象シーンの場合、その抽象シーンに挿入されるシーンとしては、「時間」のパラメータあるいは「時間」に関連するパラメータが指定されたシーンのみが選択可能となる。 In this embodiment, the scenario data includes abstract scene data in which a condition for selecting a scene (hereinafter referred to as “scene selection condition”) is set, not a specific scene designation. Is possible. The scene selection condition can be set as a parameter condition required for a scene inserted into an abstract scene, for example. For example, in the case of an abstract scene for which “time” is set as the scene selection condition, only scenes for which “time” parameters or parameters related to “time” are specified are selected as scenes to be inserted into the abstract scene. It becomes possible.
 また、端末装置10は、コンピュータとの対話者等のユーザによって使用され、後述するシナリオ実行処理を実行することにより、シナリオのデータを実行する。ここで、上述の抽象シーンには具体的な対話処理が存在しないため、端末装置10が抽象シーン自体を実行することはできない。そのため、端末装置10は、抽象シーンを検出すると、対話実行時の状況に適合する部品データまたはシナリオのデータ(シーン選択条件に適合し、対話処理の現在の状況(対話の流れ等)に適合するシーンまたはシナリオのデータ)をサーバ20からリアルタイムに取得して、抽象シーンに埋め込む形で対話処理を実行する。即ち、シナリオのデータに抽象シーンのデータが含まれている場合、端末装置10は、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータをサーバ20に要求することにより、動的にシーンを選択して、シナリオのデータに基づく対話処理を実行する。
 これにより、対話処理のシナリオのバリエーションを容易に増加させることが可能となる。
Further, the terminal device 10 is used by a user such as a person interacting with the computer, and executes scenario data by executing scenario execution processing described later. Here, since there is no specific interaction processing in the above-described abstract scene, the terminal device 10 cannot execute the abstract scene itself. For this reason, when detecting the abstract scene, the terminal device 10 is adapted to the part data or scenario data (satisfying the scene selection condition and the current situation of the dialogue processing (dialog flow, etc.)) that suits the situation at the time of the dialogue execution. (Scene or scenario data) is acquired from the server 20 in real time, and the dialogue processing is executed in the form of being embedded in the abstract scene. That is, when abstract scene data is included in the scenario data, the terminal device 10 conforms to the current situation of the interactive processing and also satisfies the scene selection conditions set in the abstract scene. Is requested to the server 20 to dynamically select a scene and execute a dialogue process based on the scenario data.
As a result, it is possible to easily increase the variation of the scenario of the dialogue process.
 サーバ20は、複数の部品データを格納した部品データベース(部品DB)と、複数のシナリオのデータを格納したシナリオデータベース(シナリオDB)とを備えている。そして、サーバ20は、後述するシナリオ作成支援処理を実行することにより、端末装置10においてシナリオ作成GUIがユーザに提供される際に、部品DBに格納されている部品データ及びシナリオDBに格納されているシナリオのデータを端末装置10に適宜提供する。また、サーバ20は、後述するシナリオ実行支援処理を実行することにより、端末装置10において対話処理のシナリオが実行される際に、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータを検索し、端末装置10に適宜提供する。 The server 20 includes a component database (component DB) that stores a plurality of component data and a scenario database (scenario DB) that stores data of a plurality of scenarios. The server 20 executes scenario creation support processing described later, and when the scenario creation GUI is provided to the user in the terminal device 10, the server 20 stores the component data stored in the component DB and the scenario DB. The scenario data is provided to the terminal device 10 as appropriate. Further, the server 20 executes a scenario execution support process to be described later, so that when the scenario of the dialog process is executed in the terminal device 10, the server 20 is adapted to the current situation of the dialog process and set to an abstract scene. The component data or scenario data matching the selected scene selection condition is retrieved and provided to the terminal device 10 as appropriate.
[ハードウェア構成]
 次に、対話シナリオ処理システム1の端末装置10及びサーバ20のハードウェア構成について説明する。
 端末装置10及びサーバ20は、情報処理装置によって構成され、例えば端末装置10はPC(Personal Computer)、サーバ20はサーバコンピュータによって構成することができる。
[Hardware configuration]
Next, the hardware configuration of the terminal device 10 and the server 20 of the dialogue scenario processing system 1 will be described.
The terminal device 10 and the server 20 are configured by an information processing device. For example, the terminal device 10 can be configured by a PC (Personal Computer), and the server 20 can be configured by a server computer.
 図2は、端末装置10及びサーバ20を構成する情報処理装置800のハードウェア構成を示す図である。
 図2に示すように、情報処理装置800は、CPU(Central Processing Unit)811と、ROM(Read Only Memory)812と、RAM(Random Access Memory)813と、バス814と、入力部815と、出力部816と、記憶部817と、通信部818と、ドライブ819と、を備えている。
FIG. 2 is a diagram illustrating a hardware configuration of the information processing apparatus 800 that configures the terminal device 10 and the server 20.
As illustrated in FIG. 2, the information processing apparatus 800 includes a CPU (Central Processing Unit) 811, a ROM (Read Only Memory) 812, a RAM (Random Access Memory) 813, a bus 814, an input unit 815, and an output A unit 816, a storage unit 817, a communication unit 818, and a drive 819.
 CPU811は、ROM812に記録されているプログラム、または、記憶部817からRAM813にロードされたプログラムに従って各種の処理を実行する。
 RAM813には、CPU811が各種の処理を実行する上において必要なデータ等も適宜記憶される。
The CPU 811 executes various processes according to a program recorded in the ROM 812 or a program loaded from the storage unit 817 to the RAM 813.
The RAM 813 appropriately stores data necessary for the CPU 811 to execute various processes.
 CPU811、ROM812及びRAM813は、バス814を介して相互に接続されている。バス814には、入力部815、出力部816、記憶部817、通信部818及びドライブ819が接続されている。 The CPU 811, the ROM 812, and the RAM 813 are connected to each other via a bus 814. An input unit 815, an output unit 816, a storage unit 817, a communication unit 818, and a drive 819 are connected to the bus 814.
 入力部815は、各種ボタン等で構成され、指示操作に応じて各種情報を入力する。
 出力部816は、ディスプレイやスピーカ等で構成され、画像や音声を出力する。
 記憶部817は、ハードディスクあるいはDRAM(Dynamic Random Access Memory)等で構成され、各サーバで管理される各種データを記憶する。
 通信部818は、ネットワークを介して他の装置との間で行う通信を制御する。
The input unit 815 is configured with various buttons and the like, and inputs various information according to an instruction operation.
The output unit 816 includes a display, a speaker, and the like, and outputs an image and sound.
The storage unit 817 is configured by a hard disk, a DRAM (Dynamic Random Access Memory), or the like, and stores various data managed by each server.
The communication unit 818 controls communication performed with other devices via a network.
 ドライブ819には、磁気ディスク、光ディスク、光磁気ディスク、あるいは半導体メモリ等よりなる、リムーバブルメディア821が適宜装着される。ドライブ819によってリムーバブルメディア821から読み出されたプログラムは、必要に応じて記憶部817にインストールされる。
 なお、上記ハードウェア構成は、情報処理装置800の基本的構成であり、端末装置10あるいはサーバ20を構成する場合、適宜、付加的なハードウェアを備えることができる。例えば、端末装置10を構成する場合、デジタル画像を撮像する撮像部を備えること等が可能である。
A removable medium 821 made of a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is appropriately attached to the drive 819. The program read from the removable medium 821 by the drive 819 is installed in the storage unit 817 as necessary.
Note that the above hardware configuration is a basic configuration of the information processing apparatus 800. When the terminal device 10 or the server 20 is configured, additional hardware can be appropriately provided. For example, when the terminal device 10 is configured, it is possible to include an imaging unit that captures a digital image.
[機能的構成]
 次に、端末装置10及びサーバ20の機能構成について説明する。図3は、端末装置10の機能構成を示すブロック図である。
 図3に示すように、端末装置10のCPU811がシナリオ作成処理及びシナリオ実行処理を実行することにより、CPU811において、GUI形成部111と、GUI入力受付部112と、データ生成部113と、データ実行部114と、シナリオデータ登録部115と、シナリオデータ取得部116と、シーン判定部117と、検索要求部118と、が機能する。また、端末装置10の記憶部817には、シナリオデータ記憶部121と、履歴データ記憶部122と、が形成される。
[Functional configuration]
Next, functional configurations of the terminal device 10 and the server 20 will be described. FIG. 3 is a block diagram illustrating a functional configuration of the terminal device 10.
As illustrated in FIG. 3, the CPU 811 of the terminal device 10 executes the scenario creation process and the scenario execution process, so that in the CPU 811, the GUI formation unit 111, the GUI input reception unit 112, the data generation unit 113, and the data execution The unit 114, the scenario data registration unit 115, the scenario data acquisition unit 116, the scene determination unit 117, and the search request unit 118 function. In addition, a scenario data storage unit 121 and a history data storage unit 122 are formed in the storage unit 817 of the terminal device 10.
 シナリオデータ記憶部121には、シナリオ作成GUIにおいて作成されたシナリオのデータ及び実行対象となるシナリオのデータが記憶される。
 履歴データ記憶部122には、端末装置10において実行された対話処理の履歴のデータが記憶される。
 GUI形成部111は、シナリオ作成処理の実行開始と共に、表示画面上にシナリオ作成GUIを形成する。また、GUI形成部111は、シナリオ実行処理の実行開始と共に、キャラクタの画像を表示し、対話シナリオのデータに従ってキャラクタの動きを制御する。
The scenario data storage unit 121 stores scenario data created in the scenario creation GUI and scenario data to be executed.
The history data storage unit 122 stores data on the history of dialogue processing executed in the terminal device 10.
The GUI formation unit 111 forms a scenario creation GUI on the display screen when the scenario creation process starts. Further, the GUI forming unit 111 displays the character image when the execution of the scenario execution process is started, and controls the movement of the character according to the data of the dialogue scenario.
 図4は、シナリオ作成GUIの一例を示す模式図である。図4に示すように、シナリオ作成GUIには、フロービルダー部131が含まれている。
 フロービルダー部131は、シナリオ全体のフローを構成するためのGUIである。フロービルダー部131において、ユーザは、シナリオを構成するシーンを表すアイコンを配列することで、目的とする対話の流れの枠組みを有するシナリオを構成することができる。即ち、ユーザは、シナリオをシーンの状態遷移として定義することができる。本実施形態において、フロービルダー部131では、シナリオを構成する各種属性のシーンを定義することができる。例えば、図4においては、シーンの属性として、実線の円形のアイコンで表される通常のシーンと、破線の円形のアイコンで表される抽象シーンとが示されている。通常のシーンは、イベントやアクション等を定義することが可能であり、抽象シーンは、シーン選択条件を設定することが可能である。
FIG. 4 is a schematic diagram illustrating an example of a scenario creation GUI. As shown in FIG. 4, the scenario creation GUI includes a flow builder unit 131.
The flow builder unit 131 is a GUI for configuring the flow of the entire scenario. In the flow builder unit 131, a user can configure a scenario having a framework of a desired dialogue flow by arranging icons representing scenes constituting the scenario. That is, the user can define a scenario as a state transition of a scene. In the present embodiment, the flow builder unit 131 can define scenes with various attributes that constitute a scenario. For example, FIG. 4 shows a normal scene represented by a solid circular icon and an abstract scene represented by a broken circular icon as scene attributes. An ordinary scene can define an event, an action, and the like, and an abstract scene can set a scene selection condition.
 なお、本実施形態においては、通常のシーンとして、対話シナリオ処理システム1において予め用意されている特定の内容を表すシーンのデータ(部品データ)を選択可能となっている。例えば、シナリオの作成時に、高い頻度で組み込まれる内容のシーンのデータを部品データとして予め用意しておくことができる。具体的には、キャラクタが挨拶するシーンのデータ等を部品データとして用意しておくことができる。また、上述のように、本実施形態においては、サーバ20にアップロードされたシナリオのデータも、部品データとして再利用することが可能となっている。 In this embodiment, scene data (part data) representing specific contents prepared in advance in the dialogue scenario processing system 1 can be selected as a normal scene. For example, at the time of creating a scenario, scene data that is frequently incorporated can be prepared in advance as component data. Specifically, scene data or the like that the character greets can be prepared as component data. Further, as described above, in the present embodiment, scenario data uploaded to the server 20 can also be reused as component data.
 図3に戻り、GUI入力受付部112は、シナリオ作成GUIの各部に対するユーザの入力を受け付け、受け付けた入力内容をGUI形成部111、データ生成部113、データ実行部114、あるいは、シナリオデータ登録部115に出力する。例えば、GUI入力受付部112は、フロービルダー部131におけるシーンを表すアイコンの選択を受け付ける。さらに、GUI入力受付部112は、選択されたアイコンの種類に応じた入力内容(具体的なシーンの内容または抽象シーンのシーン選択条件)の入力を受け付ける。 Returning to FIG. 3, the GUI input receiving unit 112 receives user input to each part of the scenario creation GUI, and receives the received input content as a GUI forming unit 111, a data generation unit 113, a data execution unit 114, or a scenario data registration unit. 115. For example, the GUI input reception unit 112 receives selection of an icon representing a scene in the flow builder unit 131. Further, the GUI input receiving unit 112 receives input of input contents (specific scene contents or abstract scene scene selection conditions) according to the type of the selected icon.
 データ生成部113は、シナリオ作成GUIに対するユーザの入力に応じて、シナリオの作成に関する各種のデータを生成する。例えば、データ生成部113は、フロービルダー部131においてシーンを表すアイコンが選択された場合、作成中のシナリオのデータに、選択されたアイコンに対応する種類のシーンのデータを追加する。本実施形態において、シーンを表すアイコンとして、具体的な対話処理が定義された通常のシーンのアイコン、または、抽象シーンのアイコンを選択することができる。また、データ生成部113は、ユーザの入力に応じて、作成中のシナリオのデータに追加する部品データまたはシナリオのデータの要求(作成用データの要求)をサーバ20に送信し、作成用データの要求に対応してサーバ20から提供された部品データまたはシナリオのデータを、作成中のシナリオのデータに追加する。 The data generation unit 113 generates various data related to scenario creation in response to a user input to the scenario creation GUI. For example, when an icon representing a scene is selected in the flow builder unit 131, the data generation unit 113 adds data of a type of scene corresponding to the selected icon to the scenario data being created. In the present embodiment, as an icon representing a scene, an icon of a normal scene in which specific interactive processing is defined or an icon of an abstract scene can be selected. Further, the data generation unit 113 transmits a request for part data or scenario data to be added to the scenario data being created (request for creation data) to the server 20 in response to a user input, and the creation data The part data or scenario data provided from the server 20 in response to the request is added to the scenario data being created.
 データ実行部114は、シナリオ作成GUIにおいて作成されたシナリオのデータ、または、シナリオデータ取得部116によって取得された実行対象のシナリオのデータを実行し、キャラクタによる人間との対話を進行する。このとき、データ実行部114は、実行対象のシナリオのデータに抽象シーンが含まれている場合、検索要求部118から入力された部品データまたはシナリオのデータを抽象シーンに挿入して実行する。
 なお、データ実行部114は、ユーザの指定に応じて、シナリオ作成GUIにおいて作成されているシナリオのデータの一部(例えば、シナリオの冒頭のシーンのデータから抽象シーンのデータまで等)を実行することも可能である。
 これにより、ユーザは、作成中のシナリオのデータが実行された場合のシミュレーションを行いながら、シナリオのデータを作成することができる。
The data execution unit 114 executes the scenario data created by the scenario creation GUI or the scenario data to be executed acquired by the scenario data acquisition unit 116, and advances the dialogue with the human by the character. At this time, if the scenario data to be executed includes an abstract scene, the data execution unit 114 inserts the part data or scenario data input from the search request unit 118 into the abstract scene and executes it.
The data execution unit 114 executes a part of scenario data created in the scenario creation GUI (for example, from the scene data at the beginning of the scenario to the data of the abstract scene, etc.) according to the user's specification. It is also possible.
Accordingly, the user can create scenario data while performing a simulation when the scenario data being created is executed.
 シナリオデータ登録部115は、ユーザの指示に応じて、シナリオ作成GUIにおいて作成されたシナリオのデータをサーバ20に送信し、シナリオDBに登録する。
 シナリオDBに登録されたシナリオのデータは、他のユーザがシナリオ作成GUIにおいてシナリオのデータを作成する際に、部品データとして再利用可能となる。
The scenario data registration unit 115 transmits scenario data created in the scenario creation GUI to the server 20 in accordance with a user instruction, and registers the scenario data in the scenario DB.
The scenario data registered in the scenario DB can be reused as component data when another user creates scenario data in the scenario creation GUI.
 シナリオデータ取得部116は、ユーザによって実行が指示されたシナリオのデータ(実行対象のシナリオのデータ)を取得する。例えば、シナリオデータ取得部116は、サーバ20のシナリオDB221から、ユーザによって選択されたシナリオのデータを取得する。そして、シナリオデータ取得部116は、取得したシナリオのデータをシナリオデータ記憶部121に記憶する。 The scenario data acquisition unit 116 acquires scenario data (execution target scenario data) instructed to be executed by the user. For example, the scenario data acquisition unit 116 acquires the scenario data selected by the user from the scenario DB 221 of the server 20. Then, the scenario data acquisition unit 116 stores the acquired scenario data in the scenario data storage unit 121.
 シーン判定部117は、実行対象のシナリオのデータに抽象シーンが含まれているか否かの判定を行う。実行対象のシナリオのデータに抽象シーンが含まれていると判定した場合、シーン判定部117は、抽象シーンを特定する情報を検索要求部118に出力する。 The scene determination unit 117 determines whether an abstract scene is included in the scenario data to be executed. When it is determined that the abstract scene is included in the scenario data to be executed, the scene determination unit 117 outputs information specifying the abstract scene to the search request unit 118.
 検索要求部118は、シーン判定部117によって、実行対象のシナリオのデータに抽象シーンが含まれていると判定された場合に、シーン判定部117から入力された抽象シーンを特定する情報及び対話処理における各種パラメータに基づいて、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータの要求(実行用データの要求)をサーバ20に送信する。そして、検索要求部118は、実行用データの要求に応答してサーバ20から提供された部品データまたはシナリオのデータを、データ実行部114に出力する。 When the scene determination unit 117 determines that an abstract scene is included in the execution target scenario data, the search request unit 118 specifies information and an interaction process that specify the abstract scene input from the scene determination unit 117. Based on the various parameters in, the server 20 is requested to request part data or scenario data (execution data request) that conforms to the current situation of the interactive processing and conforms to the scene selection conditions set in the abstract scene. Send. Then, the search request unit 118 outputs the part data or scenario data provided from the server 20 in response to the request for execution data to the data execution unit 114.
 次に、サーバ20の機能構成について説明する。図5は、サーバ20の機能構成を示すブロック図である。
 図5に示すように、サーバ20のCPU811がシナリオ作成支援処理及びシナリオ実行支援処理を実行することにより、CPU811において、シナリオ登録受付部211と、作成用データ要求取得部212と、作成用提供データ取得部213と、作成用データ提供部214と、実行用データ要求取得部215と、実行用データ検索部216と、実行用データ提供部217と、が機能する。また、サーバ20の記憶部817には、シナリオDB221と、部品DB222と、ユーザプロファイル記憶部223と、が形成される。
Next, the functional configuration of the server 20 will be described. FIG. 5 is a block diagram illustrating a functional configuration of the server 20.
As illustrated in FIG. 5, the CPU 811 of the server 20 executes the scenario creation support process and the scenario execution support process, whereby the scenario registration reception unit 211, the creation data request acquisition unit 212, and the creation provision data are executed in the CPU 811. The acquisition unit 213, the creation data provision unit 214, the execution data request acquisition unit 215, the execution data search unit 216, and the execution data provision unit 217 function. In addition, a scenario DB 221, a component DB 222, and a user profile storage unit 223 are formed in the storage unit 817 of the server 20.
 シナリオDB221には、キャラクタと人間との種々の対話内容を表すシナリオのデータが記憶されている。部品DB222には、特定の内容を表す種々の部品データが記憶されている。
 なお、シナリオDB221に記憶されたシナリオのデータ及び部品DB222に記憶された部品データには、シナリオ及びシーンを利用するために必要なパラメータセット、及び、パラメータ値の条件(値、あるいは、値の範囲)を設定することができ、シナリオのデータ及び部品データが検索される場合、これらのパラメータセット及びパラメータ値の条件をキーとして、シナリオのデータ及び部品データがスコア化して検索される。
 ユーザプロファイル記憶部223は、複数の端末装置10において対話処理を行ったユーザそれぞれの個人プロファイル(ユーザプロファイル)が記憶されている。ユーザプロファイルには、例えば、年齢、性別、職業、趣味、嗜好性、行動パターンあるいは性格等が含まれ、これらの情報は、対話者個人に特有の対話を行う場合等に、適宜用いることができる。
The scenario DB 221 stores scenario data representing various conversation contents between a character and a human. The component DB 222 stores various component data representing specific contents.
The scenario data stored in the scenario DB 221 and the component data stored in the component DB 222 include a parameter set necessary for using the scenario and the scene, and parameter value conditions (values or range of values). When scenario data and part data are searched, the scenario data and part data are scored and searched using these parameter sets and parameter value conditions as keys.
The user profile storage unit 223 stores a personal profile (user profile) of each user who has performed dialogue processing in the plurality of terminal devices 10. The user profile includes, for example, age, gender, occupation, hobby, palatability, behavior pattern, personality, etc., and such information can be used as appropriate when conducting a dialogue specific to the individual of the conversation. .
 シナリオ登録受付部211は、端末装置10においてシナリオ作成GUIによって作成され、シナリオDBに登録するために送信されたシナリオのデータを受信し、シナリオDB221に登録する。 The scenario registration accepting unit 211 receives the scenario data created by the scenario creation GUI in the terminal device 10 and transmitted for registration in the scenario DB, and registers the scenario data in the scenario DB 221.
 作成用データ要求取得部212は、シナリオ作成GUIでシナリオのデータに追加される部品データまたはシナリオのデータの要求(作成用データの要求)を端末装置10から取得する。 The creation data request acquisition unit 212 acquires, from the terminal device 10, a request for part data or scenario data (request for creation data) to be added to the scenario data by the scenario creation GUI.
 作成用提供データ取得部213は、作成用データ要求取得部212によって取得された作成用データの要求に示される部品データまたはシナリオのデータを部品DB222またはシナリオDB221から取得する。 The creation provision data acquisition unit 213 acquires the part data or scenario data indicated in the creation data request acquired by the creation data request acquisition unit 212 from the component DB 222 or the scenario DB 221.
 作成用データ提供部214は、作成用提供データ取得部213によって取得された部品データあるいはシナリオのデータを、作成用データの要求を行った端末装置10に提供する。
 実行用データ要求取得部215は、実行対象のシナリオのデータの実行時に、抽象シーンに挿入される部品データまたはシナリオのデータの要求(実行用データの要求)を端末装置10から取得する。なお、実行用データの要求には、対話処理の現在の状況を示すパラメータ、及び、抽象シーンに設定されたシーン選択条件が含まれている。
The creation data providing unit 214 provides the component data or scenario data acquired by the creation providing data acquisition unit 213 to the terminal device 10 that has requested the creation data.
The execution data request acquisition unit 215 acquires, from the terminal device 10, a request for part data or scenario data to be inserted into the abstract scene (execution data request) when executing the scenario data to be executed. The execution data request includes a parameter indicating the current state of the interactive process and a scene selection condition set for the abstract scene.
 実行用データ検索部216は、実行用データ要求取得部215によって取得された実行用データの要求に示される対話処理の現在の状況を示すパラメータ、及び、抽象シーンに設定されたシーン選択条件に基づいて、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータを部品DB222またはシナリオDB221から検索する。具体的には、実行用データ検索部216は、パラメータセット及びパラメータ値の条件をキーとして、対話処理の現在の状況を示すパラメータ、及び、抽象シーンに設定されたシーン選択条件に適合するシナリオのデータまたはシーンのデータをスコア化して検索する。このときのスコアの算出方法は、汎用の検索エンジンに用いられるものを採用することや、部品データまたはシナリオのデータを検索するために用意されたものを採用することが可能である。 The execution data search unit 216 is based on the parameter indicating the current state of the interactive process indicated in the request for execution data acquired by the execution data request acquisition unit 215 and the scene selection condition set in the abstract scene. Thus, the component DB 222 or the scenario DB 221 is searched from the component DB 222 or the scenario DB 221 for matching the current situation of the interactive processing and matching the scene selection conditions set in the abstract scene. Specifically, the execution data search unit 216 uses the parameter set and parameter value conditions as keys to set the parameters that indicate the current state of the interactive processing and the scenario that matches the scene selection conditions set in the abstract scene. Search data or scene data by scoring. As a score calculation method at this time, a method used for a general-purpose search engine can be adopted, or a method prepared for searching for part data or scenario data can be adopted.
 実行用データ提供部217は、実行用データ検索部216によって検索されたシナリオのデータまたはシーンのデータを、実行用データの要求を行った端末装置10に提供する。本実施形態において、実行用データ提供部217は、実行用データ検索部216によって検索されたシナリオのデータまたはシーンのデータのうち、スコアが最も高いものを端末装置10に提供する。ただし、実行用データ提供部217が、実行用データ検索部216によって検索されたシナリオのデータまたはシーンのデータのうち、スコアが上位である複数のものを端末装置10に提供することとしてもよい。 The execution data providing unit 217 provides the scenario data or scene data searched by the execution data search unit 216 to the terminal device 10 that has requested the execution data. In the present embodiment, the execution data providing unit 217 provides the terminal device 10 with the highest score among scenario data or scene data searched by the execution data search unit 216. However, the execution data providing unit 217 may provide the terminal device 10 with a plurality of scenario data or scene data searched by the execution data search unit 216 having a higher score.
[動作]
 次に、対話シナリオ処理システム1の動作を説明する。初めに、端末装置10の動作について説明する。
[Operation]
Next, the operation of the dialogue scenario processing system 1 will be described. First, the operation of the terminal device 10 will be described.
[シナリオ作成処理]
 図6は、端末装置10が実行するシナリオ作成処理の流れを示すフローチャートである。
 シナリオ作成処理は、端末装置10において、シナリオ作成処理の実行を指示する操作が行われることに対応して開始される。
 ステップS1において、GUI形成部111は、表示画面上にシナリオ作成GUI(図4参照)を形成する。
[Scenario creation process]
FIG. 6 is a flowchart showing a flow of scenario creation processing executed by the terminal device 10.
The scenario creation process is started in response to an operation instructing execution of the scenario creation process in the terminal device 10.
In step S1, the GUI forming unit 111 forms a scenario creation GUI (see FIG. 4) on the display screen.
 ステップS2において、GUI形成部111は、GUI入力受付部112を介してシナリオ作成GUIへの入力が行われたか否かの判定を行う。
 GUI入力受付部112を介してシナリオ作成GUIへの入力が行われた場合、ステップS2においてYESと判定されて、処理はステップS3に移行する。
 一方、GUI入力受付部112を介してシナリオ作成GUIへの入力が行われていない場合、ステップS2においてNOと判定されて、処理はステップS10に移行する。
In step S <b> 2, the GUI forming unit 111 determines whether or not an input to the scenario creation GUI has been performed via the GUI input receiving unit 112.
When input to the scenario creation GUI is performed via the GUI input receiving unit 112, it is determined as YES in Step S2, and the process proceeds to Step S3.
On the other hand, when the scenario creation GUI is not input via the GUI input receiving unit 112, it is determined as NO in Step S2, and the process proceeds to Step S10.
 ステップS3において、GUI形成部111は、GUI入力受付部112を介してフロービルダー部131に抽象シーンが入力されたか否かの判定を行う。
 GUI入力受付部112を介してフロービルダー部131に抽象シーンが入力されていない場合、ステップS3においてNOと判定されて、処理はステップS6に移行する。
 一方、GUI入力受付部112を介してフロービルダー部131に抽象シーンが入力された場合、ステップS3においてYESと判定されて、処理はステップS4に移行する。
In step S <b> 3, the GUI forming unit 111 determines whether an abstract scene has been input to the flow builder unit 131 via the GUI input receiving unit 112.
When an abstract scene is not input to the flow builder unit 131 via the GUI input receiving unit 112, it is determined as NO in Step S3, and the process proceeds to Step S6.
On the other hand, when an abstract scene is input to the flow builder unit 131 via the GUI input receiving unit 112, it is determined as YES in Step S3, and the process proceeds to Step S4.
 ステップS4において、GUI形成部111は、GUI入力受付部112を介してシーン選択条件の入力を受け付ける。
 ステップS5において、データ生成部113は、シーン選択条件が設定された抽象シーンをシナリオのデータに追加する。
 ステップS5の後、処理はステップS8に移行する。
In step S <b> 4, the GUI forming unit 111 receives an input of a scene selection condition via the GUI input receiving unit 112.
In step S5, the data generation unit 113 adds the abstract scene in which the scene selection condition is set to the scenario data.
After step S5, the process proceeds to step S8.
 ステップS6において、GUI形成部111は、GUI入力受付部112を介してフロービルダー部131に通常のシーン(具体的な対話処理が定義されたシーン)が入力されたか否かの判定を行う。
 GUI入力受付部112を介してフロービルダー部131に通常のシーンが入力された場合、ステップS6においてYESと判定されて、処理はステップS7に移行する。一方、GUI入力受付部112を介してフロービルダー部131に通常のシーンが入力されていない場合、ステップS6においてNOと判定されて、処理はステップS8に移行する。
 ステップS7において、データ生成部113は、入力された通常のシーンをシナリオのデータに追加する。なお、このとき追加される通常のシーンは、ユーザによって直接定義されたものや、作成用データの要求をサーバ20に送信することによりサーバ20から取得したものが含まれる。
In step S <b> 6, the GUI forming unit 111 determines whether a normal scene (a scene in which specific interactive processing is defined) is input to the flow builder unit 131 via the GUI input receiving unit 112.
When a normal scene is input to the flow builder unit 131 via the GUI input reception unit 112, YES is determined in step S6, and the process proceeds to step S7. On the other hand, when a normal scene is not input to the flow builder unit 131 via the GUI input receiving unit 112, NO is determined in step S6, and the process proceeds to step S8.
In step S7, the data generation unit 113 adds the input normal scene to the scenario data. The normal scenes added at this time include those directly defined by the user and those obtained from the server 20 by sending a request for data for creation to the server 20.
 ステップS8において、GUI形成部111は、シナリオ作成GUIへの入力が作成中のシナリオの実行を指示する操作であるか否かの判定を行う。なお、ステップS8においては、作成中のシナリオの一部(1シーンのみ等)または全体の実行の指示が受け付けられる。
 シナリオ作成GUIへの入力が作成中のシナリオの実行を指示する操作である場合、ステップS8においてYESと判定されて、処理はステップS9に移行する。一方、シナリオ作成GUIへの入力が作成中のシナリオの実行を指示する操作でない場合、ステップS8においてNOと判定されて、処理はステップS10に移行する。
 ステップS9において、データ実行部114は、ステップS8において実行が指示されたシナリオ(一部または全体)を実行する。
In step S8, the GUI forming unit 111 determines whether or not the input to the scenario creation GUI is an operation for instructing execution of the scenario being created. In step S8, an instruction to execute a part of the scenario being created (only one scene or the like) or the entire scenario is accepted.
If the input to the scenario creation GUI is an operation to instruct execution of the scenario being created, YES is determined in step S8, and the process proceeds to step S9. On the other hand, when the input to the scenario creation GUI is not an operation for instructing execution of the scenario being created, NO is determined in step S8, and the process proceeds to step S10.
In step S9, the data execution unit 114 executes the scenario (partial or whole) instructed to be executed in step S8.
 ステップS10において、GUI形成部111は、シナリオ作成GUIへの入力がシナリオのデータをサーバ20のシナリオDBに登録する指示のための操作であるか否かの判定を行う。
 シナリオ作成GUIへの入力がシナリオのデータをサーバ20のシナリオDBに登録する指示のための操作である場合、ステップS10においてYESと判定されて、処理はステップS11に移行する。一方、シナリオ作成GUIへの入力がシナリオのデータをサーバ20のシナリオDBに登録する指示のための操作でない場合、ステップS10においてNOと判定されて、処理はステップS12に移行する。
 ステップS11において、シナリオデータ登録部115は、シナリオのデータをシナリオDBに登録するためにサーバ20に送信する。
In step S <b> 10, the GUI forming unit 111 determines whether the input to the scenario creation GUI is an operation for instructing to register scenario data in the scenario DB of the server 20.
When the input to the scenario creation GUI is an operation for instructing to register scenario data in the scenario DB of the server 20, YES is determined in step S10, and the process proceeds to step S11. On the other hand, if the input to the scenario creation GUI is not an operation for instructing the scenario data to be registered in the scenario DB of the server 20, NO is determined in step S10, and the process proceeds to step S12.
In step S11, the scenario data registration unit 115 transmits the scenario data to the server 20 in order to register the scenario data in the scenario DB.
 ステップS12において、GUI形成部111は、シナリオ作成GUIの終了を指示する操作が行われたか否かの判定を行う。
 シナリオ作成GUIの終了を指示する操作が行われた場合、ステップS12においてYESと判定されて、シナリオ作成処理は終了となる。一方、シナリオ作成GUIの終了を指示する操作が行われていない場合、ステップS12においてNOと判定されて、処理はステップS2に移行する。
In step S12, the GUI forming unit 111 determines whether or not an operation for instructing the end of the scenario creation GUI has been performed.
When an operation for instructing the end of the scenario creation GUI is performed, it is determined as YES in Step S12, and the scenario creation process ends. On the other hand, if the operation for instructing the end of the scenario creation GUI has not been performed, NO is determined in step S12, and the process proceeds to step S2.
 次に、端末装置10が実行するシナリオ実行処理について説明する。
[シナリオ実行処理]
 図7は、端末装置10が実行するシナリオ実行処理の流れを示すフローチャートである。シナリオ実行処理は、端末装置10において、シナリオ実行処理の実行を指示する操作が行われることに対応して開始される。
 ステップS21において、シナリオデータ取得部116は、実行対象のシナリオのデータにおける開始シーンのデータを取得する。
Next, scenario execution processing executed by the terminal device 10 will be described.
[Scenario execution process]
FIG. 7 is a flowchart illustrating a flow of scenario execution processing executed by the terminal device 10. The scenario execution process is started in response to an operation instructing execution of the scenario execution process in the terminal device 10.
In step S21, the scenario data acquisition unit 116 acquires start scene data in the scenario data to be executed.
 ステップS22において、データ実行部114は、開始シーンに定義されている対話処理を実行する。
 ステップS23において、シナリオデータ取得部116は、実行対象のシナリオのデータにおける次のシーンのデータを取得する。
 ステップS24において、シーン判定部117は、次のシーンが抽象シーンであるか否かの判定を行う。
 次のシーンが抽象シーンでない場合、ステップS24においてNOと判定されて、処理はステップS25に移行する。一方、次のシーンが抽象シーンである場合、ステップS24においてYESと判定されて、処理はステップS27に移行する。
In step S22, the data execution unit 114 executes a dialogue process defined in the start scene.
In step S23, the scenario data acquisition unit 116 acquires the data of the next scene in the scenario data to be executed.
In step S24, the scene determination unit 117 determines whether or not the next scene is an abstract scene.
If the next scene is not an abstract scene, NO is determined in step S24, and the process proceeds to step S25. On the other hand, if the next scene is an abstract scene, YES is determined in step S24, and the process proceeds to step S27.
 ステップS25において、シーン判定部117は、次のシーンが実行対象のシナリオのデータにおける終了シーンであるか否かの判定を行う。
 次のシーンが実行対象のシナリオのデータにおける終了シーンでない場合、ステップS25においてNOと判定されて、処理はステップS26に移行する。一方、次のシーンが実行対象のシナリオのデータにおける終了シーンである場合、ステップS25においてYESと判定されて、シナリオ実行処理は終了となる。
 ステップS26において、データ実行部114は、次のシーンに定義されている対話処理を実行する。ステップS26の後、処理はステップS23に移行する。
In step S25, the scene determination unit 117 determines whether or not the next scene is an end scene in the execution target scenario data.
If the next scene is not an end scene in the scenario data to be executed, NO is determined in step S25, and the process proceeds to step S26. On the other hand, if the next scene is an end scene in the scenario data to be executed, YES is determined in step S25, and the scenario execution process ends.
In step S26, the data execution unit 114 executes a dialogue process defined for the next scene. After step S26, the process proceeds to step S23.
 ステップS27において、検索要求部118は、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータの要求(実行用データの要求)をサーバ20に送信する。
 ステップS28において、データ実行部114は、シナリオ実行処理を再帰的に呼び出して実行する。ステップS28の後、処理はステップS23に移行する。
In step S27, the search request unit 118 requests part data or scenario data (execution data request) that conforms to the current situation of the interactive processing and conforms to the scene selection conditions set in the abstract scene. Send to server 20.
In step S28, the data execution unit 114 recursively calls and executes the scenario execution process. After step S28, the process proceeds to step S23.
 次に、サーバ20の動作について説明する。
[シナリオ作成支援処理]
 図8は、サーバ20が実行するシナリオ作成支援処理の流れを示すフローチャートである。シナリオ作成支援処理は、サーバ20において、シナリオ作成処理の実行を指示する操作が行われることに対応して開始される。
Next, the operation of the server 20 will be described.
[Scenario creation support processing]
FIG. 8 is a flowchart showing a flow of scenario creation support processing executed by the server 20. The scenario creation support process is started in response to an operation instructing execution of the scenario creation process in the server 20.
 ステップS101において、作成用データ要求取得部212は、シナリオ作成GUIで選択される部品データを要求するための作成用データの要求を、端末装置10から取得したか否かの判定を行う。
 シナリオ作成GUIで選択される部品データを要求するための作成用データの要求を、端末装置10から取得した場合、ステップS101においてYESと判定されて、処理はステップS102に移行する。一方、シナリオ作成GUIで選択される部品データを要求するための作成用データの要求を、端末装置10から取得していない場合、ステップS101においてNOと判定されて、処理はステップS104に移行する。
In step S <b> 101, the creation data request acquisition unit 212 determines whether a request for creation data for requesting component data selected by the scenario creation GUI has been acquired from the terminal device 10.
When a request for data for creation for requesting the component data selected by the scenario creation GUI is acquired from the terminal device 10, YES is determined in step S101, and the process proceeds to step S102. On the other hand, if a request for creation data for requesting the component data selected by the scenario creation GUI has not been acquired from the terminal device 10, NO is determined in step S101, and the process proceeds to step S104.
 ステップS102において、作成用提供データ取得部213は、作成用データ要求取得部212によって取得されたデータ要求に示される部品データを部品DB222から取得する。このとき、作成用提供データ取得部213は、作成用データの要求が部品データとしてのシナリオデータを要求するものである場合、作成用データの要求に示されるシナリオデータをシナリオDB221から取得する。 In step S102, the creation providing data acquisition unit 213 acquires the component data indicated by the data request acquired by the creation data request acquisition unit 212 from the component DB 222. At this time, when the creation data request unit 213 requests scenario data as part data, the creation data acquisition unit 213 obtains scenario data indicated by the creation data request from the scenario DB 221.
 ステップS103において、作成用データ提供部214は、作成用提供データ取得部213によって取得された部品データあるいはシナリオのデータを、作成用データの要求を行った端末装置10に提供する。
 ステップS104において、シナリオ登録受付部211は、シナリオDBに登録するためのシナリオのデータを受信したか否かの判定を行う。
 シナリオDBに登録するためにシナリオのデータを受信した場合、ステップS104においてYESと判定されて、処理はステップS105に移行する。一方、シナリオDBに登録するためにシナリオのデータを受信していない場合、ステップS104においてNOと判定されて、シナリオ作成支援処理が繰り返される。
In step S103, the creation data providing unit 214 provides the component data or scenario data acquired by the creation providing data acquisition unit 213 to the terminal device 10 that has requested the creation data.
In step S104, the scenario registration receiving unit 211 determines whether or not scenario data for registration in the scenario DB has been received.
When scenario data is received for registration in the scenario DB, YES is determined in step S104, and the process proceeds to step S105. On the other hand, if no scenario data has been received for registration in the scenario DB, NO is determined in step S104, and the scenario creation support process is repeated.
 ステップS105において、シナリオ登録受付部211は、受信したシナリオのデータをシナリオDB221に登録する。なお、本実施形態におけるシナリオのデータには、通常のシーン及び抽象シーンのいずれを含むことも可能である。ステップS105の後、シナリオ作成支援処理が繰り返される。 In step S105, the scenario registration receiving unit 211 registers the received scenario data in the scenario DB 221. Note that the scenario data in this embodiment can include either a normal scene or an abstract scene. After step S105, the scenario creation support process is repeated.
 次に、サーバ20が実行するシナリオ実行支援処理について説明する。
[シナリオ実行支援処理]
 図9は、サーバ20が実行するシナリオ実行支援処理の流れを説明するフローチャートである。シナリオ実行支援処理は、サーバ20において、シナリオ実行支援処理の実行を指示する操作が行われることに対応して開始される。
Next, scenario execution support processing executed by the server 20 will be described.
[Scenario execution support processing]
FIG. 9 is a flowchart for explaining the flow of the scenario execution support process executed by the server 20. The scenario execution support process is started in response to an operation instructing execution of the scenario execution support process in the server 20.
 ステップS201において、実行用データ要求取得部215は、抽象シーンに挿入される部品データまたはシナリオのデータの要求(実行用データの要求)を端末装置10から取得したか否かの判定を行う。
 抽象シーンに挿入される部品データまたはシナリオのデータの要求(実行用データの要求)を端末装置10から取得した場合、ステップS201においてYESと判定されて、処理はステップS202に移行する。一方、抽象シーンに挿入される部品データまたはシナリオのデータの要求(実行用データの要求)を端末装置10から取得していない場合、ステップS201においてNOと判定されて、シナリオ実行支援処理が繰り返される。
In step S <b> 201, the execution data request acquisition unit 215 determines whether a request for part data or scenario data to be inserted into the abstract scene (request for execution data) has been acquired from the terminal device 10.
If a request for part data or scenario data (execution data request) to be inserted into the abstract scene is acquired from the terminal device 10, it is determined YES in step S201, and the process proceeds to step S202. On the other hand, if a request for part data or scenario data to be inserted into the abstract scene (request for execution data) has not been acquired from the terminal device 10, NO is determined in step S201, and the scenario execution support process is repeated. .
 ステップS202において、実行用データ検索部216は、実行用データ要求取得部215によって取得された実行用データの要求に示される対話処理の現在の状況を示すパラメータ、及び、抽象シーンに設定されたシーン選択条件に基づいて、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータを部品DB222またはシナリオDB221から検索する。このとき、実行用データ検索部216は、パラメータセット及びパラメータ値の条件をキーとして、対話処理の現在の状況を示すパラメータ、及び、抽象シーンに設定されたシーン選択条件に適合するシナリオのデータまたはシーンのデータをスコア化して検索する。 In step S202, the execution data search unit 216 sets the parameter indicating the current state of the interactive process indicated by the request for execution data acquired by the execution data request acquisition unit 215, and the scene set as the abstract scene. Based on the selection condition, the part DB 222 or the scenario data 221 is searched for part data or scenario data that matches the current situation of the interactive processing and matches the scene selection condition set in the abstract scene. At this time, the execution data search unit 216 uses the parameter set and parameter value conditions as keys, parameters indicating the current state of the interactive processing, and scenario data that matches the scene selection conditions set in the abstract scene or Search scene data by scoring.
 ステップS203において、実行用データ提供部217は、実行用データ検索部216によって検索されたシナリオのデータまたはシーンのデータのうち、スコアが最も高いものを取得する。
 ステップS204において、実行用データ提供部217は、取得したスコアが最も高いシナリオのデータまたはシーンのデータを、実行用データの要求を行った端末装置10に提供する。ステップS204の後、シナリオ実行支援処理が繰り返される。
In step S203, the execution data providing unit 217 acquires the scenario data or scene data searched by the execution data search unit 216, which has the highest score.
In step S204, the execution data providing unit 217 provides the acquired scenario data or scene data to the terminal device 10 that has requested the execution data. After step S204, the scenario execution support process is repeated.
 このように、本実施形態における対話シナリオ処理システム1では、コンピュータ上に生成されたキャラクタが人間と対話する際のシナリオ(対話処理のシナリオ)の実行に際し、対話処理の現在の状況に適合し、かつ、抽象シーンに設定されたシーン選択条件に適合する部品データまたはシナリオのデータをサーバ20から取得して実行する。
 これにより、シナリオの一部を外部から動的に呼び出すことにより、対話処理のシナリオのバリエーションをより容易に増加させることが可能となる。
As described above, in the dialogue scenario processing system 1 according to the present embodiment, when executing a scenario (dialogue processing scenario) when a character generated on a computer interacts with a human, the current situation of the dialogue processing is adapted. In addition, part data or scenario data that meets the scene selection conditions set in the abstract scene is acquired from the server 20 and executed.
Accordingly, it is possible to more easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario from the outside.
[シナリオの具体例]
 次に、上述のような処理により、対話シナリオ処理システム1において作成されるシナリオの具体例について説明する。図10は、本実施形態において実行される対話処理のシナリオの一例を示す模式図である。
 図10において、実行対象のシナリオのデータにおける開始シーンSC1が対話者の発話を受け付けるシーンである場合に、対話者が「お腹が空いた」と発話したとする。
 そして、開始シーンSC1の次のシーンSC2が抽象シーンであり、シーン選択条件として「時間」が設定されている場合、抽象シーンSC2としては、シーン選択条件に適合するもの(「時間」のパラメータあるいは「時間」に関連するパラメータが指定されているもの)であって、「お腹が空いた」という対話処理の現在の状況(対話の流れ)に適合するもの(食事に関する対話内容のもの)が動的に選択される。
[Specific examples of scenarios]
Next, a specific example of a scenario created in the dialogue scenario processing system 1 by the processing as described above will be described. FIG. 10 is a schematic diagram illustrating an example of a scenario of dialogue processing executed in the present embodiment.
In FIG. 10, when the start scene SC1 in the scenario data to be executed is a scene that accepts an utterance of a conversation person, it is assumed that the conversation person utters “I am hungry”.
When the next scene SC2 of the start scene SC1 is an abstract scene and “time” is set as the scene selection condition, the abstract scene SC2 is adapted to the scene selection condition (the parameter of “time” or (Time related parameters are specified) that match the current situation (dialogue flow) of the dialog process of “I am hungry” Selected.
 一例として、シナリオのデータの実行時間が午前8:00~10:00である場合に、現在時刻(例えば、午前9:00)及び対話内容としての「食事」をキーとして、「朝食を食べられるお店」を提案するシーンSC2aのデータがサーバ20において検索されたとすると、そのシーンSC2aが抽象シーンに挿入されて実行される。例えば、「どんな朝ごはん?」との問いかけと共に、朝食を提供する店の一覧が表示されるシーンが実行される。 As an example, when the execution time of scenario data is from 8:00 am to 10:00 am, “you can eat breakfast” using the current time (for example, 9:00 am) and “meal” as dialogue content as keys. If the data of the scene SC2a proposing “shop” is searched in the server 20, the scene SC2a is inserted into the abstract scene and executed. For example, a scene is displayed in which a list of shops providing breakfast is displayed together with the question “What kind of breakfast?”
 また、他の例として、シナリオのデータの実行時間が午前11:00~13:00である場合に、現在時刻(例えば、午後12:00)及び対話内容としての「食事」をキーとして、「昼食を食べられるお店」を提案するシーンSC2bのデータがサーバ20において検索されたとすると、そのシーンSC2bが抽象シーンに挿入されて実行される。例えば、「おすすめのランチはカレーだけど、どうかな?」との問いかけと共に、昼食を提供する店の一覧が表示されるシーンが実行される。 As another example, when the execution time of the scenario data is from 11:00 am to 13:00 am, the current time (for example, 12:00 pm) and “meal” as the conversation content are used as keys. If the data of the scene SC2b proposing “a restaurant where you can eat lunch” is retrieved in the server 20, the scene SC2b is inserted into the abstract scene and executed. For example, a scene is displayed in which a list of shops providing lunch is displayed along with the question “Recommended lunch is curry, but how?”
 このように、本実施形態における対話シナリオ処理システム1によれば、抽象シーンにおける同一の「時間」というシーン選択条件(パラメータ)に対して、シナリオのデータの実行時間によって、異なる対話(シナリオ)を実行することが可能となる。したがって、抽象シーンに挿入するシーン等を動的に呼び出すことができ、対話処理のシナリオのバリエーションをより容易に増加させることが可能となる。 As described above, according to the dialogue scenario processing system 1 in the present embodiment, different dialogues (scenarios) are generated depending on the execution time of the scenario data for the same scene selection condition (parameter) of “time” in the abstract scene. It becomes possible to execute. Therefore, it is possible to dynamically call a scene or the like to be inserted into an abstract scene, and it is possible to more easily increase variations of the scenario for the interactive process.
[変形例1]
 上述の実施形態において、シナリオのデータの実行時に、抽象シーンが検出された場合、対話実行時の状況に適合する部品データまたはシナリオのデータ(シーン選択条件に適合し、対話処理の現在の状況(対話の流れ等)に適合するシーンまたはシナリオのデータ)を検索することとしたが、これに限られない。
 即ち、抽象シーンに設定されたシーン選択条件が充足されれば、他の条件に基づいて、部品データまたはシナリオのデータを絞り込むこととしてもよい。例えば、検索要求部118による実行用シナリオのデータの要求に応じて、サーバ20に記憶されたユーザの個人プロファイル(ユーザプロファイル)を参照して、部品データまたはシナリオデータを検索することとしてもよい。なお、ユーザの個人プロファイル(ユーザプロファイル)は、端末装置10に記憶しておくこととしてもよい。
[Modification 1]
In the above-described embodiment, when an abstract scene is detected during execution of scenario data, component data or scenario data that matches the situation at the time of dialog execution (matches the scene selection condition and the current status of dialog processing ( However, the present invention is not limited to this.
That is, if the scene selection condition set for the abstract scene is satisfied, the part data or scenario data may be narrowed down based on other conditions. For example, in response to a request for execution scenario data by the search request unit 118, the component data or scenario data may be searched with reference to the user's personal profile (user profile) stored in the server 20. Note that the user's personal profile (user profile) may be stored in the terminal device 10.
 さらに、検索要求部118による実行用シナリオのデータの要求に応じて、対話を行っているユーザのユーザプロファイルに限らず、複数のユーザにおけるユーザプロファイルの統計を参照して、部品データまたはシナリオデータを検索することとしてもよい。
 なお、対話を行っているユーザのユーザプロファイル及び複数のユーザにおけるユーザプロファイルの統計を共に反映させて、部品データまたはシナリオデータを検索することとしてもよい。この場合、対話を行っているユーザのユーザプロファイル及び複数のユーザにおけるユーザプロファイルの統計を重み付けして統合し、統合されたユーザプロファイルを参照して、部品データまたはシナリオデータを検索することが可能である。
Further, in response to a request for execution scenario data by the search request unit 118, not only the user profile of the user who is interacting but also the statistics of the user profile for a plurality of users, the component data or scenario data It is good also as searching.
In addition, it is good also as searching part data or scenario data reflecting both the user profile of the user who is interacting, and the statistics of the user profile in a plurality of users. In this case, the user profile of the user who is interacting and the user profile statistics of multiple users can be weighted and integrated, and the component data or scenario data can be searched by referring to the integrated user profile. is there.
 以上のように構成される対話シナリオ処理システム1は、端末装置10と、サーバ20とを含む。端末装置10は、シーン判定部117と、検索要求部118と、データ実行部114と、を備える。
 シーン判定部117は、実行対象となるシナリオのデータに、シナリオのデータの要素となるデータ(例えば、部品データまたはシナリオのデータ等)を選択するための選択条件(例えば、シーン選択条件)が設定された抽象要素(例えば、抽象シーン等)が含まれるか否かを判定する。
 検索要求部118は、シーン判定部117によって抽象要素が含まれると判定された場合に、抽象要素に設定された選択条件に基づいて、抽象要素に対応するシナリオのデータの要素となるデータをサーバ20から取得する。
 データ実行部114は、実行対象となるシナリオのデータにおける抽象要素を、抽象要素に対応するシナリオのデータの要素となるデータに置換して、実行対象となるシナリオのデータを実行する。
 これにより、対話処理のシナリオの実行に際し、抽象要素に設定された選択条件に適合する要素のデータをサーバ20から取得して実行することができる。これにより、シナリオの一部を外部から動的に呼び出すことにより、対話処理のシナリオのバリエーションをより容易に増加させることが可能となる。
The dialogue scenario processing system 1 configured as described above includes a terminal device 10 and a server 20. The terminal device 10 includes a scene determination unit 117, a search request unit 118, and a data execution unit 114.
The scene determination unit 117 sets a selection condition (for example, a scene selection condition) for selecting data (for example, part data or scenario data) that is an element of the scenario data in the scenario data to be executed. It is determined whether or not included abstract elements (for example, abstract scenes) are included.
When the scene determination unit 117 determines that an abstract element is included, the search request unit 118 stores data that is an element of scenario data corresponding to the abstract element based on the selection condition set for the abstract element. Get from 20.
The data execution unit 114 executes the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element.
As a result, when executing the scenario of the interactive process, it is possible to acquire and execute data of an element that meets the selection condition set in the abstract element from the server 20. Accordingly, it is possible to more easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario from the outside.
 検索要求部118は、選択条件と、対話処理における対話内容とに基づいて、抽象要素に対応するシナリオのデータの要素となるデータを取得する。
 これにより、対話処理の現在の状況に適合するシナリオのデータの要素となるデータを取得し、より適切な対話内容を実現することができる。
The search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element, based on the selection condition and the dialog content in the dialog processing.
As a result, it is possible to acquire data that is an element of scenario data that conforms to the current situation of dialogue processing, and realize more appropriate dialogue contents.
 検索要求部118は、対話者個人のプロファイルに基づいて、抽象要素に対応するシナリオのデータの要素となるデータを取得する。
 これにより、対話者個人の特徴に適合したシナリオのデータを取得して実行することができる。
The search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element based on the individual profile of the conversation person.
As a result, it is possible to acquire and execute scenario data suitable for the characteristics of the individual person who interacts.
 検索要求部118は、複数の対話者のプロファイルに基づいて、抽象要素に対応するシナリオのデータの要素となるデータを取得する。
 これにより、複数のユーザの傾向に適合したシナリオのデータを取得して実行することができる。
The search request unit 118 acquires data that is an element of the scenario data corresponding to the abstract element based on the profiles of a plurality of interactors.
As a result, it is possible to acquire and execute scenario data that matches the tendency of a plurality of users.
 シナリオのデータの要素となるデータには、当該要素となるデータに対応するパラメータが設定される。
 検索要求部118は、選択条件として設定されたパラメータの条件に適合するシナリオのデータの要素となるデータを取得する。
 これにより、シナリオのデータの要素となるデータに設定されているパラメータを利用して、抽象要素に対応するシナリオのデータの要素となるデータを特定することが可能となる。
Parameters corresponding to the data serving as the element are set in the data serving as the data of the scenario.
The search request unit 118 acquires data that is an element of scenario data that matches the parameter condition set as the selection condition.
Accordingly, it is possible to specify data that is an element of scenario data corresponding to an abstract element by using a parameter set in the data that is an element of scenario data.
 サーバ20は、実行用データ検索部216を備える。実行用データ検索部216は、シナリオのデータの要素となるデータについて、選択条件として設定されたパラメータに基づくスコアを算出することによって、抽象要素に対応するシナリオのデータの要素となるデータを検索する。
 これにより、選択条件に適合する要素となるデータが複数存在する場合でも、より適切なデータを特定することが可能となる。
The server 20 includes an execution data search unit 216. The execution data search unit 216 searches the data that is the element of the scenario data corresponding to the abstract element by calculating a score based on the parameter set as the selection condition for the data that is the element of the scenario data. .
This makes it possible to specify more appropriate data even when there are a plurality of data serving as elements that meet the selection conditions.
 サーバ20は、実行用データ検索部216と、実行用データ提供部217と、を備える。
 実行用データ検索部216は、実行対象となるシナリオのデータに含まれる、シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素について、選択条件に基づいて、抽象要素に対応するシナリオのデータの要素となるデータを検索する。
 実行用データ提供部217は、実行用データ検索部216によって検索されたシナリオのデータの要素を情報処理装置に提供する。
 これにより、対話処理のシナリオの実行に際し、抽象要素に設定された選択条件に適合する要素のデータを検索して実行することができる。これにより、シナリオの一部を外部から動的に呼び出すことにより、対話処理のシナリオのバリエーションをより容易に増加させることが可能となる。
The server 20 includes an execution data search unit 216 and an execution data provision unit 217.
The execution data search unit 216 uses the abstract element based on the selection condition for the abstract element in which the selection condition for selecting the data serving as the scenario data element included in the scenario data to be executed is set. Data that is the element of the scenario data corresponding to is searched.
The execution data providing unit 217 provides the data element of the scenario searched by the execution data search unit 216 to the information processing apparatus.
As a result, when executing the scenario of the interactive process, it is possible to retrieve and execute the data of the element that meets the selection condition set in the abstract element. Accordingly, it is possible to more easily increase the variation of the scenario of the interactive process by dynamically calling a part of the scenario from the outside.
 なお、本発明は、上述の実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。
 また、上述の実施形態において、サーバ20の構成は一例として示したものであり、対話シナリオ処理システム1全体として、サーバ20の機能が備えられていれば、サーバ20の機能を複数のサーバに分割して実装したり、端末装置10にサーバ20の機能の一部を実装したりすることができる。
In addition, this invention is not limited to the above-mentioned embodiment, The deformation | transformation in the range which can achieve the objective of this invention, improvement, etc. are included in this invention.
In the above-described embodiment, the configuration of the server 20 is shown as an example. If the dialogue scenario processing system 1 has the function of the server 20 as a whole, the function of the server 20 is divided into a plurality of servers. Or a part of the function of the server 20 can be mounted on the terminal device 10.
 また、上述の実施形態に記載された例を適宜組み合わせて、本発明を実施することが可能である。
 上述した一連の処理は、ハードウェアにより実行させることもできるし、ソフトウェアにより実行させることもできる。
 換言すると、図3及び図5の機能的構成は例示に過ぎず、特に限定されない。即ち、上述した一連の処理を全体として実行できる機能が対話シナリオ処理システム1に備えられていれば足り、この機能を実現するためにどのような機能ブロックを用いるのかは特に図3及び図5の例に限定されない。
 また、1つの機能ブロックは、ハードウェア単体で構成してもよいし、ソフトウェア単体で構成してもよいし、それらの組み合わせで構成してもよい。
Moreover, it is possible to implement this invention combining the example described in the above-mentioned embodiment suitably.
The series of processes described above can be executed by hardware or can be executed by software.
In other words, the functional configuration of FIGS. 3 and 5 is merely an example, and is not particularly limited. That is, it is sufficient if the dialogue scenario processing system 1 has a function capable of executing the above-described series of processes as a whole, and what functional blocks are used to realize this function are particularly shown in FIGS. It is not limited to examples.
In addition, one functional block may be constituted by hardware alone, software alone, or a combination thereof.
 一連の処理をソフトウェアにより実行させる場合には、そのソフトウェアを構成するプログラムが、コンピュータ等にネットワークや記録媒体からインストールされる。
 コンピュータは、専用のハードウェアに組み込まれているコンピュータであってもよい。また、コンピュータは、各種のプログラムをインストールすることで、各種の機能を実行することが可能なコンピュータ、例えば汎用のパーソナルコンピュータであってもよい。
When a series of processing is executed by software, a program constituting the software is installed on a computer or the like from a network or a recording medium.
The computer may be a computer incorporated in dedicated hardware. The computer may be a computer capable of executing various functions by installing various programs, for example, a general-purpose personal computer.
 このようなプログラムを含む記録媒体は、ユーザにプログラムを提供するために装置本体とは別に配布される図2のリムーバブルメディア821により構成されるだけでなく、装置本体に予め組み込まれた状態でユーザに提供される記録媒体等で構成される。リムーバブルメディア821は、例えば、磁気ディスク(フロッピディスクを含む)、光ディスク、または光磁気ディスク等により構成される。光ディスクは、例えば、CD-ROM(Compact Disk-Read Only Memory),DVD(Digital Versatile Disk),Blu-ray(登録商標) Disc(ブルーレイディスク)等により構成される。光磁気ディスクは、MD(Mini-Disk)等により構成される。また、装置本体に予め組み込まれた状態でユーザに提供される記録媒体は、例えば、プログラムが記録されている図2のROM812や、図2の記憶部817に含まれるDRAM等で構成される。 The recording medium including such a program is not only configured by the removable medium 821 shown in FIG. 2 distributed separately from the apparatus main body in order to provide the user with the program, but is also incorporated in the apparatus main body in advance. It is comprised with the recording medium etc. which are provided in. The removable medium 821 is configured by, for example, a magnetic disk (including a floppy disk), an optical disk, a magneto-optical disk, or the like. The optical disc is composed of, for example, a CD-ROM (Compact Disk-Read Only Memory), a DVD (Digital Versatile Disc), a Blu-ray (registered trademark) Disc (Blu-ray Disc), and the like. The magneto-optical disk is constituted by an MD (Mini-Disk) or the like. Further, the recording medium provided to the user in a state of being incorporated in advance in the apparatus main body is configured by, for example, the ROM 812 in FIG. 2 in which the program is recorded, the DRAM included in the storage unit 817 in FIG.
 なお、本明細書において、記録媒体に記録されるプログラムを記述するステップは、その順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的あるいは個別に実行される処理をも含むものである。
 また、本明細書において、システムの用語は、複数の装置や複数の手段等より構成される全体的な装置を意味するものとする。
In the present specification, the step of describing the program recorded on the recording medium is not limited to the processing performed in chronological order according to the order, but is not necessarily performed in chronological order, either in parallel or individually. The process to be executed is also included.
Further, in the present specification, the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.
 1 対話シナリオ処理システム、10 端末装置、20 サーバ、30 ネットワーク、111 GUI形成部、112 GUI入力受付部、113 データ生成部、114 データ実行部、115 シナリオデータ登録部、116 シナリオデータ取得部、117 シーン判定部、118 検索要求部、121 シナリオデータ記憶部、122 履歴データ記憶部、131 フロービルダー部、211 シナリオ登録受付部、212 作成用データ要求取得部、213 作成用提供データ取得部、214 作成用データ提供部、215 実行用データ要求取得部、216 実行用データ検索部、217 実行用データ提供部、221 シナリオDB、222 部品DB、223 ユーザプロファイル記憶部、800 情報処理装置、811 CPU、812 ROM、813 RAM、814 バス、815 入力部、816 出力部、817 記憶部、818 通信部、819 ドライブ、821 リムーバブルメディア 1 dialogue scenario processing system, 10 terminal device, 20 server, 30 network, 111 GUI formation unit, 112 GUI input reception unit, 113 data generation unit, 114 data execution unit, 115 scenario data registration unit, 116 scenario data acquisition unit, 117 Scene determination unit, 118 search request unit, 121 scenario data storage unit, 122 history data storage unit, 131 flow builder unit, 211 scenario registration reception unit, 212 creation data request acquisition unit, 213 creation provision data acquisition unit, 214 creation Data provision unit, 215 execution data request acquisition unit, 216 execution data search unit, 217 execution data provision unit, 221 scenario DB, 222 parts DB, 223 user profile storage unit, 800 information processing device, 81 CPU, 812 ROM, 813 RAM, 814 bus, 815 input unit, 816 output unit, 817 storage unit, 818 communication unit, 819 drive, 821 a removable media

Claims (12)

  1.  対話処理のシナリオのデータを実行する情報処理装置と、前記シナリオのデータの要素となるデータを蓄積するサーバとが通信可能に構成された情報処理システムであって、
     前記情報処理装置は、
     実行対象となる前記シナリオのデータに、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素が含まれるか否かを判定する要素判定手段と、
     前記要素判定手段によって前記抽象要素が含まれると判定された場合に、前記抽象要素に設定された前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを前記サーバから取得するデータ取得手段と、
     実行対象となる前記シナリオのデータにおける前記抽象要素を、前記抽象要素に対応する前記シナリオのデータの要素となるデータに置換して、実行対象となる前記シナリオのデータを実行するデータ実行手段と、
     を備えることを特徴とする情報処理システム。
    An information processing system configured to be able to communicate with an information processing apparatus that executes scenario data of a dialogue process and a server that accumulates data that is an element of the scenario data,
    The information processing apparatus includes:
    Element determination means for determining whether or not the scenario data to be executed includes an abstract element in which a selection condition for selecting data that is an element of the scenario data is included;
    When the element determination unit determines that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is stored in the server. Data acquisition means to acquire from,
    Data execution means for executing the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element;
    An information processing system comprising:
  2.  前記データ取得手段は、前記選択条件と、前記対話処理における対話内容とに基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを取得することを特徴とする請求項1に記載の情報処理システム。 2. The data acquisition unit according to claim 1, wherein the data acquisition unit acquires data that is an element of data of the scenario corresponding to the abstract element based on the selection condition and a dialog content in the dialog processing. Information processing system.
  3.  前記データ取得手段は、対話者個人のプロファイルに基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを取得することを特徴とする請求項1または2に記載の情報処理システム。 3. The information processing system according to claim 1, wherein the data acquisition unit acquires data that is an element of data of the scenario corresponding to the abstract element based on an individual profile of a conversation person.
  4.  前記データ取得手段は、複数の対話者のプロファイルに基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを取得することを特徴とする請求項1から3のいずれか1項に記載の情報処理システム。 The said data acquisition means acquires the data used as the element of the data of the said scenario corresponding to the said abstract element based on the profile of a several dialog person, The any one of Claim 1 to 3 characterized by the above-mentioned. The information processing system described.
  5.  前記シナリオのデータの要素となるデータには、当該要素となるデータに対応するパラメータが設定され、
     前記データ取得手段は、前記選択条件として設定されたパラメータの条件に適合する前記シナリオのデータの要素となるデータを取得することを特徴とする請求項1から4のいずれか1項に記載の情報処理システム。
    In the data serving as the element of the scenario data, a parameter corresponding to the data serving as the element is set,
    5. The information according to claim 1, wherein the data acquisition unit acquires data that is an element of data of the scenario that conforms to a parameter condition set as the selection condition. 6. Processing system.
  6.  前記サーバは、
     前記シナリオのデータの要素となるデータについて、前記選択条件として設定された前記パラメータに基づくスコアを算出することによって、前記抽象要素に対応する前記シナリオのデータの要素となるデータを検索するデータ検索手段を備えることを特徴とする請求項5に記載の情報処理システム。
    The server
    Data search means for searching for data that is an element of the scenario data corresponding to the abstract element by calculating a score based on the parameter set as the selection condition for the data that is an element of the scenario data The information processing system according to claim 5, further comprising:
  7.  実行対象となる対話処理のシナリオのデータに、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素が含まれるか否かを判定する要素判定手段と、
     前記要素判定手段によって前記抽象要素が含まれると判定された場合に、前記抽象要素に設定された前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータをサーバから取得するデータ取得手段と、
     実行対象となる前記シナリオのデータにおける前記抽象要素を、前記抽象要素に対応する前記シナリオのデータの要素となるデータに置換して、実行対象となる前記シナリオのデータを実行するデータ実行手段と、
     を備えることを特徴とする情報処理装置。
    An element determination unit that determines whether or not an abstract element in which a selection condition for selecting data as an element of the scenario data is included in the scenario data of the interactive process to be executed;
    When the element determination unit determines that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is transmitted from the server. Data acquisition means for acquiring;
    Data execution means for executing the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element;
    An information processing apparatus comprising:
  8.  対話処理のシナリオのデータを実行する情報処理装置と、前記シナリオのデータの要素となるデータを蓄積するサーバとが通信可能に構成された情報処理システムにおけるサーバであって、
     実行対象となる前記シナリオのデータに含まれる、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素について、前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを検索するデータ検索手段と、
     前記データ検索手段によって検索された前記シナリオのデータの要素を前記情報処理装置に提供するデータ提供手段と、
     を備えることを特徴とするサーバ。
    A server in an information processing system configured to be able to communicate with an information processing device that executes interactive scenario data and a server that accumulates data that is an element of the scenario data,
    For an abstract element in which a selection condition for selecting data to be an element of the scenario data included in the scenario data to be executed is set, based on the selection condition, the abstract element corresponding to the abstract element A data retrieval means for retrieving data that is an element of the scenario data;
    Data providing means for providing, to the information processing apparatus, data elements of the scenario searched by the data searching means;
    A server comprising:
  9.  対話処理のシナリオのデータを実行する情報処理装置が実行する情報処理方法であって、
     実行対象となる前記シナリオのデータに、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素が含まれるか否かを判定する要素判定ステップと、
     前記要素判定ステップによって前記抽象要素が含まれると判定された場合に、前記抽象要素に設定された前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータをサーバから取得するデータ取得ステップと、
     実行対象となる前記シナリオのデータにおける前記抽象要素を、前記抽象要素に対応する前記シナリオのデータの要素となるデータに置換して、実行対象となる前記シナリオのデータを実行するデータ実行ステップと、
     を含むことを特徴とする情報処理方法。
    An information processing method executed by an information processing apparatus that executes interactive scenario data,
    An element determination step for determining whether or not the scenario data to be executed includes an abstract element in which a selection condition for selecting data as an element of the scenario data is included;
    When it is determined by the element determination step that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is transmitted from the server. A data acquisition step to acquire;
    A data execution step of executing the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element;
    An information processing method comprising:
  10.  対話処理のシナリオのデータを実行する情報処理装置と、前記シナリオのデータの要素となるデータを蓄積するサーバとが通信可能に構成された情報処理システムにおけるサーバが実行する情報処理方法であって、
     実行対象となる前記シナリオのデータに含まれる、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素について、前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを検索するデータ検索ステップと、
     前記データ検索ステップによって検索された前記シナリオのデータの要素を前記情報処理装置に提供するデータ提供ステップと、
     を含むことを特徴とする情報処理方法。
    An information processing method executed by a server in an information processing system configured to be communicable with an information processing apparatus that executes interactive scenario data and a server that stores data serving as an element of the scenario data,
    For an abstract element in which a selection condition for selecting data to be an element of the scenario data included in the scenario data to be executed is set, based on the selection condition, the abstract element corresponding to the abstract element A data search step for searching for data that is an element of the scenario data;
    A data providing step of providing, to the information processing apparatus, data elements of the scenario searched by the data searching step;
    An information processing method comprising:
  11.  コンピュータに、
     実行対象となる対話処理のシナリオのデータに、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素が含まれるか否かを判定する要素判定機能と、
     前記要素判定機能によって前記抽象要素が含まれると判定された場合に、前記抽象要素に設定された前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータをサーバから取得するデータ取得機能と、
     実行対象となる前記シナリオのデータにおける前記抽象要素を、前記抽象要素に対応する前記シナリオのデータの要素となるデータに置換して、実行対象となる前記シナリオのデータを実行するデータ実行機能と、
     を実現させることを特徴とするプログラム。
    On the computer,
    An element determination function for determining whether or not an abstract element in which a selection condition for selecting data as an element of the scenario data is included in the scenario data of the interactive process to be executed;
    When it is determined by the element determination function that the abstract element is included, based on the selection condition set in the abstract element, data serving as an element of the scenario data corresponding to the abstract element is transmitted from the server. A data acquisition function to acquire,
    A data execution function for executing the scenario data to be executed by replacing the abstract element in the scenario data to be executed with the data to be the scenario data corresponding to the abstract element;
    A program characterized by realizing.
  12.  対話処理のシナリオのデータを実行する情報処理装置と、前記シナリオのデータの要素となるデータを蓄積するサーバとが通信可能に構成された情報処理システムにおけるサーバを構成するコンピュータに、
     実行対象となる前記シナリオのデータに含まれる、前記シナリオのデータの要素となるデータを選択するための選択条件が設定された抽象要素について、前記選択条件に基づいて、前記抽象要素に対応する前記シナリオのデータの要素となるデータを検索するデータ検索機能と、
     前記データ検索機能によって検索された前記シナリオのデータの要素を前記情報処理装置に提供するデータ提供機能と、
     を実現させることを特徴とするプログラム。
    An information processing apparatus that executes interactive processing scenario data and a computer that constitutes a server in an information processing system configured to be able to communicate with a server that stores data serving as an element of the scenario data,
    For an abstract element in which a selection condition for selecting data to be an element of the scenario data included in the scenario data to be executed is set, based on the selection condition, the abstract element corresponding to the abstract element A data search function that searches for data that is the element of scenario data,
    A data providing function for providing, to the information processing apparatus, data elements of the scenario searched by the data search function;
    A program characterized by realizing.
PCT/JP2019/012506 2018-03-29 2019-03-25 Information processing system, information processing device, server, information processing method, and program WO2019188981A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2018065017A JP6729942B2 (en) 2018-03-29 2018-03-29 Information processing system, information processing device, server, information processing method, and program
JP2018-065017 2018-03-29

Publications (1)

Publication Number Publication Date
WO2019188981A1 true WO2019188981A1 (en) 2019-10-03

Family

ID=68060008

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/012506 WO2019188981A1 (en) 2018-03-29 2019-03-25 Information processing system, information processing device, server, information processing method, and program

Country Status (3)

Country Link
JP (1) JP6729942B2 (en)
TW (1) TW201942772A (en)
WO (1) WO2019188981A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006004274A (en) * 2004-06-18 2006-01-05 Nippon Telegr & Teleph Corp <Ntt> Interactive processing device, interactive processing method, and interactive processing program
WO2014103645A1 (en) * 2012-12-28 2014-07-03 株式会社ユニバーサルエンターテインメント Conversation topic provision system, conversation control terminal device, and maintenance device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6027476B2 (en) * 2013-03-28 2016-11-16 Kddi株式会社 Dialog program, server, and method for inserting dynamic dialog node in dialog scenario

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006004274A (en) * 2004-06-18 2006-01-05 Nippon Telegr & Teleph Corp <Ntt> Interactive processing device, interactive processing method, and interactive processing program
WO2014103645A1 (en) * 2012-12-28 2014-07-03 株式会社ユニバーサルエンターテインメント Conversation topic provision system, conversation control terminal device, and maintenance device

Also Published As

Publication number Publication date
JP6729942B2 (en) 2020-07-29
TW201942772A (en) 2019-11-01
JP2019175290A (en) 2019-10-10

Similar Documents

Publication Publication Date Title
CN108886487B (en) System, method and computer readable medium for processing dialog
JP6397067B2 (en) System and method for integrating third party services with a digital assistant
JP7130761B2 (en) System and method for voice-based activation of custom device actions
US20170277993A1 (en) Virtual assistant escalation
US7676500B2 (en) System and method for the transformation and canonicalization of semantically structured data
KR20200007882A (en) Offer command bundle suggestions for automated assistants
AU2001247456B2 (en) System and method for voice access to internet-based information
US11749276B2 (en) Voice assistant-enabled web application or web page
CN109196464A (en) User agent based on context
KR20170020841A (en) Leveraging user signals for initiating communications
US11586689B2 (en) Electronic apparatus and controlling method thereof
KR102451925B1 (en) Network-Based Learning Models for Natural Language Processing
JP2016045584A (en) Response generation device, response generation method, and response generation program
US11386884B2 (en) Platform and system for the automated transcription of electronic online content from a mostly visual to mostly aural format and associated method of use
JP2018504720A (en) Device system and method for collaborating with experts
WO2019188981A1 (en) Information processing system, information processing device, server, information processing method, and program
JP6243564B1 (en) Information processing apparatus, information processing method, and information processing program
KR101814785B1 (en) Apparatus and method for providing information corresponding contents input into conversation windows
JP2016149023A (en) Information management unit, information management method and information management program
WO2019188982A1 (en) Information processing system, information processing device, server, information processing method, and program
KR20160053413A (en) Apparatus and method for providing information corresponding contents input into conversation windows
JP6482703B1 (en) Estimation apparatus, estimation method, and estimation program
JP5120975B2 (en) Dialogue device and program
WO2021084718A1 (en) Voice playback program, voice playback method, and voice playback system
JP2023164835A (en) Information processing system, program, and information processing method

Legal Events

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

Ref document number: 19774876

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19774876

Country of ref document: EP

Kind code of ref document: A1