38 lines
761 B
JSON
38 lines
761 B
JSON
|
|
{
|
||
|
|
"landing_intent": [
|
||
|
|
{
|
||
|
|
"role": "news.*",
|
||
|
|
"intent": "menu-003"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": "shopping.*",
|
||
|
|
"intent": "apps2-002-002"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": "photos.*",
|
||
|
|
"intent": "menu-004-002"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": "staff.*",
|
||
|
|
"intent": "apps3-003"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": ".*",
|
||
|
|
"intent": "apps2-002-001"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"home_intent": [
|
||
|
|
{
|
||
|
|
"role": "shopping.*",
|
||
|
|
"intent": "apps2-002-001"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": "staff.*",
|
||
|
|
"intent": "apps3-003"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"role": ".*",
|
||
|
|
"intent": "apps2-002-002"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|