Class AddFeedbackOptions

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

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

    • newBuilder

      public AddFeedbackOptions.Builder newBuilder()
      New builder.
      Returns:
      a AddFeedbackOptions builder
    • feedbackData

      public FeedbackDataInput feedbackData()
      Gets the feedbackData.

      Feedback data for submission.

      Returns:
      the feedbackData
    • userId

      public String userId()
      Gets the userId.

      An optional string identifying the user.

      Returns:
      the userId
    • comment

      public String comment()
      Gets the comment.

      An optional comment on or description of the feedback.

      Returns:
      the comment