public class Workspace
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Workspace.StatusThe current status of the workspace. | 
| Constructor and Description | 
|---|
| Workspace() | 
| 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<Entity> | getEntities()Gets the entities. | 
| java.util.List<Intent> | getIntents()Gets the intents. | 
| java.lang.String | getLanguage()Gets the language. | 
| java.util.Map<java.lang.String,java.lang.Object> | getMetadata()Gets the metadata. | 
| java.lang.String | getName()Gets the name. | 
| java.lang.String | getStatus()Gets the status. | 
| WorkspaceSystemSettings | getSystemSettings()Gets the systemSettings. | 
| java.util.Date | getUpdated()Gets the updated. | 
| java.lang.String | getWorkspaceId()Gets the workspaceId. | 
| java.lang.Boolean | isLearningOptOut()Gets the learningOptOut. | 
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getLanguage()
public java.util.Map<java.lang.String,java.lang.Object> getMetadata()
public java.lang.Boolean isLearningOptOut()
public WorkspaceSystemSettings getSystemSettings()
public java.lang.String getWorkspaceId()
public java.lang.String getStatus()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.util.List<Intent> getIntents()
public java.util.List<Entity> getEntities()
public java.util.List<DialogNode> getDialogNodes()
public java.util.List<Counterexample> getCounterexamples()