How to give personalised greeting in Watson Conversation?

前端 未结 3 1112
名媛妹妹
名媛妹妹 2021-01-20 00:36

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

3条回答
  •  死守一世寂寞
    2021-01-20 01:33

    To get the user's input, use:

    "context": {"yourVariable": ""}
    

    And to show:

    "output": {"text": "You entered this $yourVariable"}
    

提交回复
热议问题