Advertisement
Guest User

better butts

a guest
Jul 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "sessionAttributes":
  3. {
  4. "sessionID":"9d79161a-1a1c-4a8b-b3cb-61180f63b45f"
  5.  
  6. },
  7. "dialogAction":
  8. {
  9. "type":"ElicitSlot",
  10. "intentName":"q_what_SLL",
  11. "slots":{"q_what_SLL_question":null},
  12. "slotToElicit":"q_what_SLL_question",
  13. "message":
  14. {
  15. "contentType":"PlainText",
  16. "content":"<p>Which of the following statement about SLL is correct?</p>"},
  17. "responseCard":
  18. {
  19. "version":1,
  20. "contentType":"application/vnd.amazonaws.card.generic",
  21. "genericAttachments":[
  22. {
  23. "title":" ",
  24. "subTitle":" ",
  25. "imageUrl":null,
  26. "attachmentLinkUrl":null,
  27. "buttons":[
  28. {
  29. "text":"SLL is a linear data structure that has a number of nodes physically next to each other in the memory",
  30. "value":"D"
  31. },
  32. {
  33. "text":"SLL can be traversed from the tail to the beginning",
  34. "value":"A"
  35. },
  36. {
  37. "text":"SLL always needs to have a back pointer to indication the end of SLL",
  38. "value":"E"
  39. },
  40. {
  41. "text":"Inserting a new node to the beginning of SLL takes constant tiime",
  42. "value":"A"
  43. }]
  44. }]
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement