You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

53 lines
852 B

  1. {
  2. "intents": [
  3. {
  4. "intent": "RequestIntent",
  5. "slots": [
  6. {
  7. "name": "Role",
  8. "type": "ROLE_TYPES"
  9. }
  10. ]
  11. },
  12. {
  13. "intent": "RequestTwoIntent",
  14. "slots": [
  15. {
  16. "name": "RoleOne",
  17. "type": "ROLE_TYPES"
  18. },
  19. {
  20. "name": "RoleTwo",
  21. "type": "ROLE_TYPES"
  22. }
  23. ]
  24. },
  25. {
  26. "intent": "RequestThreeIntent",
  27. "slots": [
  28. {
  29. "name": "RoleOne",
  30. "type": "ROLE_TYPES"
  31. },
  32. {
  33. "name": "RoleTwo",
  34. "type": "ROLE_TYPES"
  35. },
  36. {
  37. "name": "RoleThree",
  38. "type": "ROLE_TYPES"
  39. }
  40. ]
  41. },
  42. {
  43. "intent": "AnyRequest"
  44. },
  45. {
  46. "intent": "AMAZON.HelpIntent"
  47. },
  48. {
  49. "intent": "Stop"
  50. }
  51. ]
  52. }