public class WorkspaceExport extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
WorkspaceExport.Status
The current status of the workspace.
|
Constructor and Description |
---|
WorkspaceExport() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Counterexample> |
getCounterexamples()
Gets the counterexamples.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.util.List<DialogNode> |
getDialogNodes()
Gets the dialogNodes.
|
java.util.List<EntityExport> |
getEntities()
Gets the entities.
|
java.util.List<IntentExport> |
getIntents()
Gets the intents.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.lang.String |
getWorkspaceId()
Gets the workspaceId.
|
java.lang.Boolean |
isLearningOptOut()
Gets the learningOptOut.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getLanguage()
public java.util.Map getMetadata()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getWorkspaceId()
public java.lang.String getStatus()
public java.lang.Boolean isLearningOptOut()
public java.util.List<IntentExport> getIntents()
public java.util.List<EntityExport> getEntities()
public java.util.List<Counterexample> getCounterexamples()
public java.util.List<DialogNode> getDialogNodes()