Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
//responses.js
export.greeting = {
'new': [
{'text': 'Hello, my name is Jessica…',
'speech': '<speak> Hello, <break time=".35 /> my name…',
},
],
'returning': [
{'text': 'Hi again! I'm excited to help…',
'speech': '<speak> Hi again! I'm excited to help…',
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment