|
- {
- "intents": [
- {
- "intent": "RequestIntent",
- "slot": [
- {
- "name": "Category",
- "type": "CustomSlot"
- }
- ]
- },
- {
- "intent": "RequestTwoIntent",
- "slot": [
- {
- "name": "Category1",
- "type": "CustomSlot"
- },
- {
- "name": "Category2",
- "type": "CustomSlot"
- }
- ]
- },
- {
- "intent": "AnyRequest"
- },
- {
- "intent": "AMAZON.HelpIntent"
- },
- {
- "intent": "Stop"
- }
- ]
- }
|