Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

36 righe
538 B

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