AnalyzeFeedbackItem¶
Feedback for a particular Entity or Tag
Fields¶
Property |
Required |
Type |
Description |
---|---|---|---|
gkbId |
False |
string |
GKB ID for the Entity or Tag |
stdForm |
False |
string |
Standard form for the Entity or Tag |
status |
True |
string |
The feedback status can be one of the following: - “expected” = The correct value that should have been returned but wasn’t. - “correct” = The value has been explicitly confirmed as correct. - “accepted” = The value has been accepted but not necessarily explicitly. - “rejected” = The value has been rejected but not necessarily explicitly. - “wrong” = The value has been explicitly confirmed as wrong. |
author |
False |
string |
Author (or source) of the feedback; optional |
comment |
False |
string |
Any additional comment or description; optional |