Skip to content

kookoolib/KooKoo-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages