Skip to content

Commit 4dadb8b

Browse files
committed
Add YesIntent and NoIntent
1 parent eedb5ab commit 4dadb8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

InteractionModel.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,17 @@
116116
"What is this",
117117
"What is playing"
118118
]
119+
},
120+
{
121+
"name": "AMAZON.YesIntent",
122+
"samples": []
123+
},
124+
{
125+
"name": "AMAZON.NoIntent",
126+
"samples": []
119127
}
120128
],
121129
"types": []
122130
}
123131
}
124-
}
132+
}

0 commit comments

Comments
 (0)