public class CreateWorkspaceOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateWorkspaceOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CreateCounterexample> |
counterexamples()
Gets the counterexamples.
|
java.lang.String |
description()
Gets the description.
|
java.util.List<CreateDialogNode> |
dialogNodes()
Gets the dialogNodes.
|
java.util.List<CreateEntity> |
entities()
Gets the entities.
|
java.util.List<CreateIntent> |
intents()
Gets the intents.
|
java.lang.String |
language()
Gets the language.
|
java.lang.Boolean |
learningOptOut()
Gets the learningOptOut.
|
java.util.Map |
metadata()
Gets the metadata.
|
java.lang.String |
name()
Gets the name.
|
CreateWorkspaceOptions.Builder |
newBuilder()
New builder.
|
WorkspaceSystemSettings |
systemSettings()
Gets the systemSettings.
|
equals, hashCode, toString
public CreateWorkspaceOptions.Builder newBuilder()
public java.lang.String name()
public java.lang.String description()
public java.lang.String language()
public java.util.List<CreateIntent> intents()
public java.util.List<CreateEntity> entities()
public java.util.List<CreateDialogNode> dialogNodes()
public java.util.List<CreateCounterexample> counterexamples()
public java.util.Map metadata()
public java.lang.Boolean learningOptOut()
public WorkspaceSystemSettings systemSettings()