Functions are modules of code that are used for accomplishing a certain task programmatically.
With few exceptions, functions can be used in the following JavaScript code panels in interactions:
- Pre-Process Code
- Process User Response
- Post-Process Code
Note
- Function names are case-sensitive in the JavaScript.
- Functions require the
botContext.
prefix. - Functions are scoped ONLY for the JavaScript panel in which they appear.