public class UpdateWorkspaceOptions extends 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<CreateCounterexample> | counterexamples()Gets the counterexamples. | 
| java.lang.String | description()Gets the description. | 
| java.util.List<CreateDialogNode> | 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 | metadata()Gets the metadata. | 
| java.lang.String | name()Gets the name. | 
| UpdateWorkspaceOptions.Builder | newBuilder()New builder. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
equals, hashCode, toStringpublic 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.List<CreateIntent> intents()
public java.util.List<CreateEntity> entities()
public java.util.List<CreateDialogNode> dialogNodes()
public java.util.List<CreateCounterexample> counterexamples()
public java.util.Map metadata()
public java.lang.Boolean learningOptOut()
public java.lang.Boolean append()