Categories:
Configuration of the generic-dialog for TV search use case
How the generic-dialog must be configured for this use case
Specific configuration
The TV search use case is triggered by the generic-dialog-v3. For this use case, the required specific configuration is set below:
{
"id": "generic-dialog-v3",
"channelDataVersion": "v3",
"triggerConditions": [
{
"intent": "intent.tv.search",
"settings": {
"locales": {
"error": [
"core:flc.answer.error"
]
},
"needTvResolution": true,
"payloadType": "tv"
}
}
],
"onlyIn": [
"movistar-plus",
"set-top-box"
]
}
Specific values
| Key | Value | Description |
|---|---|---|
| triggerConditions[?].settings.needTvResolution | true | Get resolution from resolution api |
Last modified November 11, 2025: feat: Clean up of Living Apps related stuff #AURA-30761 [RTM] (c97ca748)