Class GetFeedbackOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.GetFeedbackOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class GetFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getFeedback options.
  • Method Details

    • newBuilder

      public GetFeedbackOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetFeedbackOptions builder
    • feedbackId

      public String feedbackId()
      Gets the feedbackId.

      A string that specifies the feedback entry to be included in the output.

      Returns:
      the feedbackId
    • model

      public String model()
      Gets the model.

      The analysis model to be used by the service. For the **Element classification** and **Compare two documents** methods, the default is `contracts`. For the **Extract tables** method, the default is `tables`. These defaults apply to the standalone methods as well as to the methods' use in batch-processing requests.

      Returns:
      the model