clearTaskVar
The clearTaskVar
method deletes a specified task variable, if it exists.
NOTE: If you delete a variable during a task, the conversation task asks the user to provide a new value for the variable.
Syntax
clearTaskVar ( key )
Arguments
Argument | Description |
---|---|
key
|
(string) The ID of the task variable whose value you want to delete. |