public class MessageOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
alternateIntents()
Gets the alternateIntents.
|
Context |
context()
Gets the context.
|
java.util.List<RuntimeEntity> |
entities()
Gets the entities.
|
InputData |
input()
Gets the input.
|
java.util.List<RuntimeIntent> |
intents()
Gets the intents.
|
MessageOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
nodesVisitedDetails()
Gets the nodesVisitedDetails.
|
OutputData |
output()
Gets the output.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public MessageOptions.Builder newBuilder()
public java.lang.String workspaceId()
public InputData input()
public java.lang.Boolean alternateIntents()
public Context context()
public java.util.List<RuntimeEntity> entities()
public java.util.List<RuntimeIntent> intents()
public OutputData output()
public java.lang.Boolean nodesVisitedDetails()