AkshayCS

Dialogflow airline check in template

Jun 5th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. {
  2. "messages": [
  3. {
  4. "attachment":{
  5. "type":"template",
  6. "payload": {
  7. "template_type": "airline_boardingpass",
  8. "intro_message": "You are checked in.",
  9. "locale": "en_US",
  10. "boarding_pass": [
  11. {
  12. "passenger_name": "SMITH\/NICOLAS",
  13. "pnr_number": "CG4X7U",
  14. "seat": "74J",
  15. "logo_image_url": "https:\/\/i.ytimg.com\/vi\/FrTN98wK9FY\/maxresdefault.jpg",
  16. "header_image_url": "http:\/\/www.usaflightinsurance.com\/wp-content\/themes\/usaflightinsurance\/images\/header1.jpg",
  17. "qr_code": "M1SMITH\/NICOLAS CG4X7U nawouehgawgnapwi3jfa0wfh",
  18. "above_bar_code_image_url": "https:\/\/www.example.com\/en\/PLAT.png",
  19. "auxiliary_fields": [
  20. {
  21. "label": "Terminal",
  22. "value": "T1"
  23. },
  24. {
  25. "label": "Departure",
  26. "value": "30OCT 19:05"
  27. }
  28. ],
  29. "secondary_fields": [
  30. {
  31. "label": "Boarding",
  32. "value": "18:30"
  33. },
  34. {
  35. "label": "Gate",
  36. "value": "D57"
  37. },
  38. {
  39. "label": "Seat",
  40. "value": "74J"
  41. },
  42. {
  43. "label": "Sec.Nr.",
  44. "value": "003"
  45. }
  46. ],
  47. "flight_info": {
  48. "flight_number": "KL0642",
  49. "departure_airport": {
  50. "airport_code": "JFK",
  51. "city": "New York",
  52. "terminal": "T1",
  53. "gate": "D57"
  54. },
  55. "arrival_airport": {
  56. "airport_code": "AMS",
  57. "city": "Amsterdam"
  58. },
  59. "flight_schedule": {
  60. "departure_time": "2016-01-02T19:05",
  61. "arrival_time": "2016-01-05T17:30"
  62. }
  63. }
  64. }
  65. ]
  66. }
  67. }
  68. }
  69. ]
  70. }
Add Comment
Please, Sign In to add comment