Categories:
Configuration of the generic dialog for TV none use case
How the generic dialog must be configured for this use case
Specific configuration
The TV none 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.none",
"settings": {
"locales": {
"error": [
"core:flc.answer.error"
]
},
"needTvResolution": true
}
}
],
"onlyIn": [
"set-top-box"
]
}
Specific values
| Key | Value | Description |
|---|---|---|
| triggerConditions[?].settings.needTvResolution | true | Get resolution from resolution API |
Last modified March 18, 2025: feat: Open apps and Living Apps, open thematic sections, unmute & subtitles UCs #AURA-25763 [RTM] (d256dc2e)