Skip to content

Instantly share code, notes, and snippets.

@botstar-khanh
Created November 28, 2018 09:25
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 botstar-khanh/25b6940665932390df8e7958c1ed0efd to your computer and use it in GitHub Desktop.
Save botstar-khanh/25b6940665932390df8e7958c1ed0efd to your computer and use it in GitHub Desktop.
<?php
printf('{
"messages": [
{
"text": "Hello World"
}
],
"actions": [
{
"type": "set_variable",
"data": {
"userName": "BotStar Demo",
"userPhone": "+123456789"
}
}
]
}
');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment