Class Workspace
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Workspace
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Workspace.Status
The current status of the workspace. -
Constructor Summary
Constructors Constructor Description Workspace()
-
Method Summary
Modifier and Type Method Description List<Counterexample>
getCounterexamples()
Gets the counterexamples.Date
getCreated()
Gets the created.String
getDescription()
Gets the description.List<DialogNode>
getDialogNodes()
Gets the dialogNodes.List<Entity>
getEntities()
Gets the entities.List<Intent>
getIntents()
Gets the intents.String
getLanguage()
Gets the language.Map<String,Object>
getMetadata()
Gets the metadata.String
getName()
Gets the name.String
getStatus()
Gets the status.WorkspaceSystemSettings
getSystemSettings()
Gets the systemSettings.Date
getUpdated()
Gets the updated.List<Webhook>
getWebhooks()
Gets the webhooks.String
getWorkspaceId()
Gets the workspaceId.Boolean
isLearningOptOut()
Gets the learningOptOut.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Workspace
public Workspace()
-
-
Method Details
-
getName
Gets the name.The name of the workspace. This string cannot contain carriage return, newline, or tab characters.
- Returns:
- the name
-
getDescription
Gets the description.The description of the workspace. This string cannot contain carriage return, newline, or tab characters.
- Returns:
- the description
-
getLanguage
Gets the language.The language of the workspace.
- Returns:
- the language
-
getWorkspaceId
Gets the workspaceId.The workspace ID of the workspace.
- Returns:
- the workspaceId
-
getDialogNodes
Gets the dialogNodes.An array of objects describing the dialog nodes in the workspace.
- Returns:
- the dialogNodes
-
getCounterexamples
Gets the counterexamples.An array of objects defining input examples that have been marked as irrelevant input.
- Returns:
- the counterexamples
-
getCreated
Gets the created.The timestamp for creation of the object.
- Returns:
- the created
-
getUpdated
Gets the updated.The timestamp for the most recent update to the object.
- Returns:
- the updated
-
getMetadata
Gets the metadata.Any metadata related to the workspace.
- Returns:
- the metadata
-
isLearningOptOut
Gets the learningOptOut.Whether training data from the workspace (including artifacts such as intents and entities) can be used by IBM for general service improvements. `true` indicates that workspace training data is not to be used.
- Returns:
- the learningOptOut
-
getSystemSettings
Gets the systemSettings.Global settings for the workspace.
- Returns:
- the systemSettings
-
getStatus
Gets the status.The current status of the workspace.
- Returns:
- the status
-
getWebhooks
Gets the webhooks.- Returns:
- the webhooks
-
getIntents
Gets the intents.An array of intents.
- Returns:
- the intents
-
getEntities
Gets the entities.An array of objects describing the entities for the workspace.
- Returns:
- the entities
-