Skip to content

Instantly share code, notes, and snippets.

@JArmando
Created April 27, 2019 17:44
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 JArmando/0a21c311bc2dda71a9150b5ce9d87093 to your computer and use it in GitHub Desktop.
Save JArmando/0a21c311bc2dda71a9150b5ce9d87093 to your computer and use it in GitHub Desktop.
{
"Dialog": {
"DialogID": 1,
"dialogItems": [
{
"Message": "Hola, Mi nombre es el Profesor Oak!"
},
{
"Message": "Eres hombre o mujer?",
"Answers": [
{
"Message": "Hombre",
"NextDialogId": 2
},
{
"Message": "Mujer",
"NextDialogId": 3
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment