Class CreateWorkspaceOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateWorkspaceOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateWorkspaceOptions.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description List<Counterexample>counterexamples()Gets the counterexamples.Stringdescription()Gets the description.List<DialogNode>dialogNodes()Gets the dialogNodes.List<CreateEntity>entities()Gets the entities.BooleanincludeAudit()Gets the includeAudit.List<CreateIntent>intents()Gets the intents.Stringlanguage()Gets the language.BooleanlearningOptOut()Gets the learningOptOut.Map<String,Object>metadata()Gets the metadata.Stringname()Gets the name.CreateWorkspaceOptions.BuildernewBuilder()New builder.WorkspaceSystemSettingssystemSettings()Gets the systemSettings.List<Webhook>webhooks()Gets the webhooks.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a CreateWorkspaceOptions builder
 
- 
nameGets the name.The name of the workspace. This string cannot contain carriage return, newline, or tab characters. - Returns:
- the name
 
- 
descriptionGets the description.The description of the workspace. This string cannot contain carriage return, newline, or tab characters. - Returns:
- the description
 
- 
languageGets the language.The language of the workspace. - Returns:
- the language
 
- 
dialogNodesGets the dialogNodes.An array of objects describing the dialog nodes in the workspace. - Returns:
- the dialogNodes
 
- 
counterexamplesGets the counterexamples.An array of objects defining input examples that have been marked as irrelevant input. - Returns:
- the counterexamples
 
- 
metadataGets the metadata.Any metadata related to the workspace. - Returns:
- the metadata
 
- 
learningOptOutGets 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
 
- 
systemSettingsGets the systemSettings.Global settings for the workspace. - Returns:
- the systemSettings
 
- 
webhooksGets the webhooks.- Returns:
- the webhooks
 
- 
intentsGets the intents.An array of objects defining the intents for the workspace. - Returns:
- the intents
 
- 
entitiesGets the entities.An array of objects describing the entities for the workspace. - Returns:
- the entities
 
- 
includeAuditGets the includeAudit.Whether to include the audit properties (`created` and `updated` timestamps) in the response. - Returns:
- the includeAudit
 
 
-