public class UpdateWorkspaceOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateWorkspaceOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Boolean | append()Gets the append. | 
| java.util.List<Counterexample> | counterexamples()Gets the counterexamples. | 
| java.lang.String | description()Gets the description. | 
| java.util.List<DialogNode> | 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<java.lang.String,java.lang.Object> | metadata()Gets the metadata. | 
| java.lang.String | name()Gets the name. | 
| UpdateWorkspaceOptions.Builder | newBuilder()New builder. | 
| WorkspaceSystemSettings | systemSettings()Gets the systemSettings. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
public UpdateWorkspaceOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String name()
public java.lang.String description()
public java.lang.String language()
public java.util.Map<java.lang.String,java.lang.Object> metadata()
public java.lang.Boolean learningOptOut()
public WorkspaceSystemSettings systemSettings()
public java.util.List<CreateIntent> intents()
public java.util.List<CreateEntity> entities()
public java.util.List<DialogNode> dialogNodes()
public java.util.List<Counterexample> counterexamples()
public java.lang.Boolean append()