Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

IntentSchema.json 538 B

pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
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. }