Categories:
Configuration of the generic-ai-dialog for TV LLM Search UC
How the generic-ai-dialog must be configured for this use case
Specific configuration
The TV LLM Search UC is triggered by the generic-ai-dialog-v1 for channelData v1 or generic-ai-dialog-v3 for channelData v3.
For this use case, the required specific configuration is set below:
Example v1:
{
"id": "generic-ai-dialog-v3",
"onlyIn": [
"movistar-plus"
],
"triggerConditions": [
{
"intent": "intent.tv.retrieve",
"settings": {
"locales": {
"error": [
"tv:tv.error.fpaOrCognitive"
]
},
"payloadType": "tv"
}
}
]
}
Example v3:
{
"id": "generic-ai-dialog-v1",
"onlyIn": [
"movistar-plus"
],
"triggerConditions": [
{
"intent": "intent.tv.retrieve",
"settings": {
"locales": {
"error": [
"tv:tv.error.fpaOrCognitive"
]
},
"payloadType": "tv"
}
}
]
}
Last modified October 2, 2025: feat: Create recognizer for video triage #AURA-29855 [RTM] (30baa1a1)