Guest User

Untitled

a guest
May 27th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. START RequestId: a8071d62-5df1-11e8-a54a-71285a28c122 Version: $LATEST
  2. // this is the response from firebase after my array function
  3. 2018-05-22T18:55:16.874Z a8071d62-5df1-11e8-a54a-71285a28c122
  4. [
  5. { name: 'Dan Green', coffee: 'blue', tea: 'black' },
  6. { name: 'Dan thomas', coffee: 'yellow', tea: 'silver' },
  7. { name: 'kayleigh', tea: 'Black like her soul' },
  8. { name: 'tim', coffee: 'brown', tea: 'red' }
  9. ]
  10. // the response it will return
  11. 2018-05-22T18:55:16.915Z a8071d62-5df1-11e8-a54a-71285a28c122 { outputSpeech:
  12. { type: 'SSML',
  13. ssml: '<speak>Dan Green has their tea black</speak>' },
  14. card:
  15. { type: 'Simple',
  16. title: 'TeaMaid',
  17. content: 'Dan Green has their tea black' } }
  18.  
  19. REPORT RequestId: a8071d62-5df1-11e8-a54a-71285a28c122 Duration: 7007.25 ms Billed Duration: 7000 ms Memory Size: 128 MB Max Memory Used: 46 MB
Add Comment
Please, Sign In to add comment