2022-06-29 19:30:47 +03:00
{
"actions" : {
"setup" : {
"type" : "dialog" ,
"utterance_samples" : [
2022-07-01 20:42:23 +03:00
"I want to know my MBTI personality type" ,
"Start a personality type [quiz|questionnaire|test]"
2022-06-29 19:30:47 +03:00
] ,
"answers" : [
2022-07-01 20:42:23 +03:00
"Alright, let's go!<br><br>1/20<br>At a party do you:<ul><li>a. Interact with many, including strangers</li><li>b. Interact with a few, known to you</li></ul>"
2022-06-29 19:30:47 +03:00
] ,
"next_action" : "quiz"
} ,
"quiz" : {
"type" : "logic" ,
"loop" : {
"expected_item" : {
"type" : "resolver" ,
2022-06-30 20:07:48 +03:00
"name" : "form"
2022-06-29 19:30:47 +03:00
}
}
}
} ,
"resolvers" : {
2022-06-30 20:07:48 +03:00
"form" : {
2022-06-29 19:30:47 +03:00
"intents" : {
2022-06-30 19:19:36 +03:00
"1_a" : {
2022-06-29 19:30:47 +03:00
"utterance_samples" : [
"Interact with many" ,
"Including strangers" ,
"[Like|Love] to [interact|communicate|talk]"
] ,
"value" : "1_a"
} ,
2022-06-30 19:19:36 +03:00
"1_b" : {
2022-06-29 19:30:47 +03:00
"utterance_samples" : [
"Interact with a few" ,
2022-07-01 20:42:23 +03:00
"Known to [me|you]"
2022-06-29 19:30:47 +03:00
] ,
"value" : "1_b"
} ,
2022-06-30 19:19:36 +03:00
"2_a" : {
2022-06-29 19:30:47 +03:00
"utterance_samples" : [
2022-07-01 20:42:23 +03:00
"Head in the clouds" ,
"My head in the clouds"
2022-06-29 19:30:47 +03:00
] ,
"value" : "2_a"
} ,
2022-06-30 19:19:36 +03:00
"2_b" : {
2022-06-29 19:30:47 +03:00
"utterance_samples" : [
2022-07-01 20:42:23 +03:00
"In a rut"
2022-06-29 19:30:47 +03:00
] ,
"value" : "2_b"
}
}
}
} ,
"answers" : {
2022-07-01 20:42:23 +03:00
"2" : [ "%question%/20<br>Is it worse to:<ul><li>a. Have your \"head in the clouds\"</li><li>b. Be \"in a rut\"</li></ul>" ] ,
"3" : [ "%question%/20<br>Is it worse to:<ul><li>a. Have your \"head in the clouds\"</li><li>b. Be \"in a rut\"</li></ul>" ]
2022-06-29 19:30:47 +03:00
}
}