Created
July 2, 2018 22:55
-
-
Save chatasweetie/92b0f81b8fc540c04bdcec9aa5c21955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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