Categories:
TV LLM Conversational Search UC resources
Resources used by the TV LLM Conversational Search UC
Introduction
The TV LLM Conversational Search UC will use three different types of resources:
- Aura Platform global resources
- Common resources for video use cases
- Specific resources for the use case: tv-conversational-search
Specific resources for the use case: TV LLM Conversational Search
In case the LLM Conversational Search does not return the text to be shown to the user, the resources from TV Conversational Search plugin would be used
The resources associated to aura-bot are defined below:
| Specific resources for TV LLM Conversational Search use case | Definition | Example | Managed by | Scope |
|---|---|---|---|---|
tv-conversational-search:command.exit |
Resource returned when the user sends a message to stop the dialog and launch a different UC | Entendido. Recuerda que puedes volver a probarlo diciendo “Recomendador avanzado" | conversational-search dialog | Use case-specific |
tv-conversational-search:command.close.words |
Resource returned when the user sends a message to stop the dialog. By default, it is not configured. | Salir, cerrar, goodbye, exit, quit | conversational-search dialog dialog | Use case-specific |
tv-conversational-search:command.no-results |
Resource returned in case there is no results | Ahora mismo no encuentro resultados, pero si me dices un género o tu estado de ánimo te sugiero algo. | conversational-search dialog | Use case-specific |
tv-conversational-search:command.recommend |
Resource used to call the LLM with a fixed phrase when the request comes from triage | Recomendación avanzada | conversational-search dialog | Use case-specific |
The resources associated to the TV LLM Conversational Search plugin are defined below:
| Specific resources for TV LLM Conversational Search use case | Definition | Example | Managed by | Scope |
|---|---|---|---|---|
tv:video.conversational.by-default.simple-result |
Resource returned when finds one result as recommendation | Here is a suggestion | tv.recommend plugin | Use case-specific |
tv:video.conversational.multiple-results |
Resource returned when finds more than one result as recommendation | Here are some suggestions | tv.recommend plugin | Use case-specific |
tv:video.conversational.display.single-result |
Resource returned when one live channel is recommended and starts playback | Tuning to channel | tv.recommend plugin | Use case-specific |
tv:video.conversational.no-results |
Resource returned when does not find any result as recommendation | Nothing found | tv.recommend plugin | Use case-specific |
Last modified October 2, 2025: feat: Create recognizer for video triage #AURA-29855 [RTM] (30baa1a1)