Class DeleteSynonymOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DeleteSynonymOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSynonymOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteSynonym options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSynonymOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
entity()
Gets the entity.DeleteSynonymOptions.Builder
newBuilder()
New builder.String
synonym()
Gets the synonym.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 DeleteSynonymOptions 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
-
synonym
Gets the synonym.The text of the synonym.
- Returns:
- the synonym
-