kookoolib / KooKoo-Java

Java API to access KooKoo functions

Home Page:http://www.kookoo.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.kookoo.in


Languages

Language:Java 100.0%