-
Notifications
You must be signed in to change notification settings - Fork 6
Java API to access KooKoo functions
kookoolib/KooKoo-Java
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the Java API code to access KooKoo API. Download the Java files and include them in your project and use the classes to generate KooKoo XML. Example: Response resp = new Response(); CollectDtmf cd = new CollectDtmf(); cd.addPlayText("Welcome to adder. Please enter the first number. Terminate with #"); resp.addCollectDtmf(cd); System.out.println(resp.getXML());
About
Java API to access KooKoo functions
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published