Skip to content

Instantly share code, notes, and snippets.

@SSmale
Created May 22, 2018 19:20
Show Gist options
  • Save SSmale/08be2cfb5f93340a0f1a8ea3b5dff519 to your computer and use it in GitHub Desktop.
Save SSmale/08be2cfb5f93340a0f1a8ea3b5dff519 to your computer and use it in GitHub Desktop.
START RequestId: a8071d62-5df1-11e8-a54a-71285a28c122 Version: $LATEST
// this is the response from firebase after my array function
2018-05-22T18:55:16.874Z a8071d62-5df1-11e8-a54a-71285a28c122
[
{ name: 'Dan Green', coffee: 'blue', tea: 'black' },
{ name: 'Dan thomas', coffee: 'yellow', tea: 'silver' },
{ name: 'kayleigh', tea: 'Black like her soul' },
{ name: 'tim', coffee: 'brown', tea: 'red' }
]
// the response it will return
2018-05-22T18:55:16.915Z a8071d62-5df1-11e8-a54a-71285a28c122 { outputSpeech:
{ type: 'SSML',
ssml: '<speak>Dan Green has their tea black</speak>' },
card:
{ type: 'Simple',
title: 'TeaMaid',
content: 'Dan Green has their tea black' } }
REPORT RequestId: a8071d62-5df1-11e8-a54a-71285a28c122 Duration: 7007.25 ms Billed Duration: 7000 ms Memory Size: 128 MB Max Memory Used: 46 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment