Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "intents": [
  3. {
  4. "intent": "JenkinsBuild"
  5. },
  6. {
  7. "slots": [
  8. {
  9. "name": "project",
  10. "type": "AMAZON.LITERAL"
  11. }
  12. ],
  13. "intent": "JenkinsProjectName"
  14. },
  15. {
  16. "intent": "JenkinsStopBuild"
  17. },
  18. {
  19. "intent": "JenkinsJobs"
  20. },
  21. {
  22. "slots": [
  23. {
  24. "name": "project",
  25. "type": "AMAZON.LITERAL"
  26. }
  27. ],
  28. "intent": "JobStatus"
  29. },
  30. {
  31. "intent": "FailedBuildInfo"
  32. }
  33. ]
  34. }
Add Comment
Please, Sign In to add comment