Class DeleteValueOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DeleteValueOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteValueOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteValue options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteValueOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
entity()
Gets the entity.DeleteValueOptions.Builder
newBuilder()
New builder.String
value()
Gets the value.String
workspaceId()
Gets the workspaceId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DeleteValueOptions builder
-
workspaceId
Gets the workspaceId.Unique identifier of the workspace.
- Returns:
- the workspaceId
-
entity
Gets the entity.The name of the entity.
- Returns:
- the entity
-
value
Gets the value.The text of the entity value.
- Returns:
- the value
-