Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chatasweetie/92b0f81b8fc540c04bdcec9aa5c21955 to your computer and use it in GitHub Desktop.
Save chatasweetie/92b0f81b8fc540c04bdcec9aa5c21955 to your computer and use it in GitHub Desktop.
//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