I created a dialog and generated a response with an id. When I try to update the dialog, the API call returns a null answer instead of the dialog ID. Is my code wrong or is this a bug?
ServiceCall dialog = service.updateDialog("ID", new File("file/template.xml"));
System.out.println(dialog.execute());
It appears on the console in eclipse, when I try to update ... What did I do wrong?