We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3372258 commit 7060b9cCopy full SHA for 7060b9c
compare-comply/src/test/java/com/ibm/watson/developer_cloud/compare_comply/v1/CompareComplyServiceIT.java
@@ -122,6 +122,7 @@ public void testFeedbackOperations() {
122
feedbackDataInput.setText(text);
123
feedbackDataInput.setOriginalLabels(originalLabelsIn);
124
feedbackDataInput.setUpdatedLabels(updatedLabelsIn);
125
+ feedbackDataInput.setFeedbackType("element_classification");
126
127
AddFeedbackOptions addFeedbackOptions = new AddFeedbackOptions.Builder()
128
.userId(userId)
0 commit comments