Audiovisual App Opening use case
Global use case developed by Aura Platform Team that allows users accessing third-party apps
Introduction
The Audiovisual App Opening use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to open different third-party apps that are considered audiovisual apps.
- A user interacts with Aura through a normalized video channel
- The user requests: “I want to put this
<app>on the TV”, where<app>is a third-party app - Aura recognizes the request and provides back to the channel the information required to open this app
For example:
- “Open Amazon Prime Video app”
- “Access TikTok”
- “Put Disney on TV”
Find additional information in the following documents:
-
Discover the Audiovisual App Opening specifications and the particularities of the use case development.
-
Learn how to configure the generic-dialog for Audiovisual App Opening use case.
-
Discover the resources used by the Audiovisual App Opening use case
-
Find out the NLP configuration for each OB for the Audiovisual App Opening use case.
Specifications
Kernel API
In order to resolve the user’s request, Aura uses Video Contents normalized Kernel API.
Request-response model
Audiovisual App Opening use case is adapted to the request-response normalized model v3.
Available channels
- STB (aura-nlpdata-br-stb)
- GVP (aura-nlpdata-ap)
Use case development
The Audiovisual App Opening use case development includes these components:
Understanding features
-
Audiovisual App Opening use case intent:
intent.tv.app_open -
Audiovisual App Opening use case entities:
| Entity | Example |
|---|---|
ent.audiovisual_app |
“Open Disney” |
In order to understand users’ requests (utterances), Aura is trained with:
- NLP expression to recognize the user’s utterance and detect its intention.
- TV catalog in order to understand audiovisual apps in the user’s utterance and detect them as Aura entities.
Use case logic
Once Aura has recognized the user’s utterance based on NLP components, the use case should be resolved based on:
-
Aura Bot dialog:
Audiovisual App Opening is built over the generic-dialog-v3.
- Check the section Configuration of the generic-dialog for Audiovisual App Opening use case in order to know the required configuration for the experience.