I see that IVR Studio can call Java Methods… What methods canbe called and is there documentation regarding the usage of thesemethods?
Actually any method with the following restriction:
1. the class must have a default constructor
2. the method argument must be of primitive type
The IVR Tutorial contains a whole chapter to the topic. Please see Lesson 8 for details.

