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.
  • Method Details

    • newBuilder

      public DeleteSynonymOptions.Builder newBuilder()
      New builder.
      Returns:
      a DeleteSynonymOptions builder
    • workspaceId

      public String workspaceId()
      Gets the workspaceId.

      Unique identifier of the workspace.

      Returns:
      the workspaceId
    • entity

      public String entity()
      Gets the entity.

      The name of the entity.

      Returns:
      the entity
    • value

      public String value()
      Gets the value.

      The text of the entity value.

      Returns:
      the value
    • synonym

      public String synonym()
      Gets the synonym.

      The text of the synonym.

      Returns:
      the synonym