How to remove a context variable in Watson Assistant service on IBM Cloud

前端 未结 3 1188
南笙
南笙 2020-12-04 03:19

I am using this, but this only sets it to empty,

{
  \"context\": {
    \"time\": \"\",
    \"place\": \"\",
    \"things\": \"\",
    \"transport\": \"\"
           


        
3条回答
  •  囚心锁ツ
    2020-12-04 03:39

    You can also add a child node and add jump to the child node after response with the condition set to true and set the context variable to null there.

提交回复
热议问题