Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
39
templates/behavior-template/mims/HelloWorld.mim
Normal file
39
templates/behavior-template/mims/HelloWorld.mim
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"mim_type": "question",
|
||||
"rule_name": "rules/hello-world.fst",
|
||||
"sample_utterances": "world,mars",
|
||||
"timeout": 6,
|
||||
"num_tries_for_gui": 2,
|
||||
"barge_in": true,
|
||||
"es_auto_tagging": true,
|
||||
"notes": "",
|
||||
"prompts": [
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "Q",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "Say either hello world or hello mars",
|
||||
"media": "TTS",
|
||||
"prompt_id": "ID1"
|
||||
},
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "Q",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "Can you say hello world?",
|
||||
"media": "TTS",
|
||||
"prompt_id": "ID2"
|
||||
},
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "Q",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "Can you say hello mars?",
|
||||
"media": "TTS",
|
||||
"prompt_id": "ID3"
|
||||
}
|
||||
]
|
||||
}
|
||||
30
templates/behavior-template/mims/YouSaidMars.mim
Normal file
30
templates/behavior-template/mims/YouSaidMars.mim
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"mim_type": "announcement",
|
||||
"rule_name": "",
|
||||
"sample_utterances": "",
|
||||
"timeout": 6,
|
||||
"num_tries_for_gui": 2,
|
||||
"barge_in": true,
|
||||
"es_auto_tagging": true,
|
||||
"notes": "",
|
||||
"prompts": [
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "AN",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "You said Mars!",
|
||||
"media": "TTS",
|
||||
"prompt_id": ""
|
||||
},
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "AN",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "Yay! You said Mars/",
|
||||
"media": "TTS",
|
||||
"prompt_id": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
30
templates/behavior-template/mims/YouSaidWorld.mim
Normal file
30
templates/behavior-template/mims/YouSaidWorld.mim
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"mim_type": "announcement",
|
||||
"rule_name": "",
|
||||
"sample_utterances": "",
|
||||
"timeout": 6,
|
||||
"num_tries_for_gui": 2,
|
||||
"barge_in": true,
|
||||
"es_auto_tagging": true,
|
||||
"notes": "",
|
||||
"prompts": [
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "AN",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "You said world!",
|
||||
"media": "TTS",
|
||||
"prompt_id": ""
|
||||
},
|
||||
{
|
||||
"prompt_category": "Entry-Core",
|
||||
"prompt_sub_category": "AN",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "Good job. You said world",
|
||||
"media": "TTS",
|
||||
"prompt_id": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user