Working with the Script Node
A Script Node allows you to write JavaScript code in a dialog task. You can use the script node to perform the following actions: Manipulate user input parameters before executing an API call. Manipulate the parameters from an API response payload before continuing with the dialog. Display custom error messages…