RIDR Lifecycle
The RIDR Lifecycle is one of the core concepts of how a multimodal application is responding to user input. One full flow through RIDR is called an interaction.
It consists of the following elements:
The RIDR Lifecycle is one of the core concepts of how a multimodal application is responding to user input. One full flow through RIDR is called an interaction.
It consists of the following elements:
Dialog & Logic is the third step of the RIDR Pipeline with the goal to act on the structured data from Interpretation and assemble the necessary data that is then forwarded to the Response step.
Interpretation is the second step of the RIDR Pipeline with the goal to turn raw data from Request into structured meaning that is then passed to the Dialog & Logic step.
Request is the first step of the RIDR Pipeline with the goal to collect user input. This can either be done by a platform like Amazon Alexa, by building a custom device with a microphone, or by adding input capabilities to existing applications.
Response is the last step of the RIDR Pipeline. It takes all the data from the Dialog & Logic step and turns this into a response back to the user.