25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

IntentSchema.json 538 B

7 년 전
1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "intents": [
  3. {
  4. "intent": "RequestIntent",
  5. "slot": [
  6. {
  7. "name": "Category",
  8. "type": "CustomSlot"
  9. }
  10. ]
  11. },
  12. {
  13. "intent": "RequestTwoIntent",
  14. "slot": [
  15. {
  16. "name": "Category1",
  17. "type": "CustomSlot"
  18. },
  19. {
  20. "name": "Category2",
  21. "type": "CustomSlot"
  22. }
  23. ]
  24. },
  25. {
  26. "intent": "AnyRequest"
  27. },
  28. {
  29. "intent": "AMAZON.HelpIntent"
  30. },
  31. {
  32. "intent": "Stop"
  33. }
  34. ]
  35. }