Class GetSynonymOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.GetSynonymOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSynonymOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getSynonym options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSynonymOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
entity()
Gets the entity.Boolean
includeAudit()
Gets the includeAudit.GetSynonymOptions.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 GetSynonymOptions 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
-
includeAudit
Gets the includeAudit.Whether to include the audit properties (`created` and `updated` timestamps) in the response.
- Returns:
- the includeAudit
-