Package | Description |
---|---|
com.nuecho.rivr.voicexml.turn.output |
VoiceXML output turn classes.
|
Modifier and Type | Method and Description |
---|---|
static ObjectCall.Parameter |
ObjectCall.Parameter.createWithExpression(String name,
String expression) |
static ObjectCall.Parameter |
ObjectCall.Parameter.createWithJson(String name,
javax.json.JsonValue json) |
static ObjectCall.Parameter |
ObjectCall.Parameter.createWithValue(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<ObjectCall.Parameter> |
ObjectCall.getParameters() |
Modifier and Type | Method and Description |
---|---|
ObjectCall.Builder |
ObjectCall.Builder.addParameter(ObjectCall.Parameter parameter) |
void |
ObjectCall.setParameters(ObjectCall.Parameter... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectCall.setParameters(List<ObjectCall.Parameter> parameters) |
Copyright © 2019 Nu Echo Inc..