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

    • newBuilder

      public DeleteValueOptions.Builder newBuilder()
      New builder.
      Returns:
      a DeleteValueOptions 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