Remove from Context
Description

A Remove from Context Node is used to simplify removing information from the conversation's Context.
Parameter | Type | Description |
---|---|---|
Key | CognigyScript | The key in the Context to remove information from |
Value | CognigyScript | The value to remove (in array mode) |
Mode | CognigyScript | In simple mode will remove the property completely, in array move it will remove matching values from that array. |
In array mode, this will remove properties from the array that match the value.
Updated over 3 years ago