Resource: FeedbackLabel
Represents a conversation, resource, and label provided by the user.
JSON representation |
---|
{ "name": string, "labeledResource": string, "createTime": string, "updateTime": string, // Union field |
Fields | |
---|---|
name |
Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedbackLabel} |
labeledResource |
Resource name of the resource to be labeled. |
createTime |
Output only. Create time of the label. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update time of the label. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field label_type . Label type. label_type can be only one of the following: |
|
label |
String label. |
qaAnswerLabel |
QaAnswer label. |
Methods |
|
---|---|
|
Create feedback label. |
|
Delete feedback label. |
|
Get feedback label. |
|
List feedback labels. |
|
Update feedback label. |