Categories:
Configuration of the generic-dialog for TV Recommend use case
How the generic-dialog must be configured for this use case
Specific configuration
The TV Recommend use case is triggered by the generic-dialog-v3.
For this use case, the required configuration is:
{
"id": "generic-dialog-v3",
"channelDataVersion": "v3",
"triggerConditions": [
{
"intent": "intent.tv.recommend",
"settings": {
"locales": {
"error": [
"core:flc.answer.error"
]
},
"needTvResolution": true,
"payloadType": "tv"
}
}
]
}
Last modified October 2, 2025: feat: Create recognizer for video triage #AURA-29855 [RTM] (30baa1a1)