reset
reset(): void
Resets the IVR; i.e., the method clears the list of existed IVRState objects. Use it to stop the entire IVR logic (e.g. near the call's ending).
Add the following line to your scenario code to use the function:
require(Modules.IVR);
Returns
type:
void