ForcePilot/backend/package/yuxi/channel/extensions/alexa/interaction_model.json

67 lines
1.4 KiB
JSON
Raw Normal View History

{
"interactionModel": {
"languageModel": {
"invocationName": "force pilot",
"intents": [
{
"name": "ChatIntent",
"slots": [
{
"name": "query",
"type": "AMAZON.SearchQuery"
}
],
"samples": [
"问一下 {query}",
"帮我查 {query}",
"查询 {query}",
"搜索 {query}",
"查找 {query}",
"{query}",
"ask {query}",
"search for {query}",
"look up {query}",
"find information about {query}",
"what is {query}",
"tell me about {query}",
"{query}"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"帮助",
"我需要帮助",
"怎么使用",
"help",
"I need help",
"how to use"
]
},
{
"name": "AMAZON.StopIntent",
"samples": [
"停止",
"取消",
"stop",
"cancel"
]
},
{
"name": "AMAZON.CancelIntent",
"samples": [
"取消",
"算了",
"cancel",
"never mind"
]
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
}
],
"types": []
}
}
}