Categories:
Configuration of the generic dialog for TV content get info use case
How the generic dialog must be configured for this use case
Specific configuration
The TV content get info 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.content_get_info",
"settings": {
"locales": {
"error": [
"core:flc.answer.error"
]
},
"needTvResolution": true
}
}
],
"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)