While Defining the Dialog in the Watson Conversation I\'m not able to greet user with his/her name or I\'m not able to detect contact number sent by the user and rephrase it
To get the user's input, use:
"context": {"yourVariable": ""}
And to show:
"output": {"text": "You entered this $yourVariable"}