public class NccoResponse extends java.lang.Object
This would usually be returned by AbstractAnswerServlet.handleRequest(HttpServletRequest), which serializes
it correctly for the Voice API. NccoResponseBuilder provides a fluent interface for constructing instances
of this class.
| Constructor and Description |
|---|
NccoResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendNcco(Ncco ncco) |
java.lang.String |
toJson() |
public NccoResponse()
public void appendNcco(Ncco ncco)
public java.lang.String toJson()