The purpose of this repository is to provide a library for the different model objects required for the WitAI Platform.
These POJOs can be serialized or deserialized using GSON or Jackson JSON libraries.
The mvn POM file requires two parameters passed.
mvn clean install -Dproject.version=1.0.0 -Dbuild.number=$BUILD_NUMBER
Add the most recent JAR to your project.
All objects are created using builders. The builders perform some validation, to ensure the JSON created will be accepted by the WitAI API.
Here's an example for sending a simple message using JAX-RS and GSON.
If you wish to contribute to any issues you find in the source code, please issue a pull request.
You can also create a new issue and submit it. Please include as much detail as you can for the issue.