hi can i am creating a watson dialog bot, and i have a context variable that control the flow in some situations...
i need to test if a context variable was already defined (exists) in that moment... anyone knows how to do that?
i tried already:
$intent == empty
$intent == null
$intent == "null"
anyone knows?