Resource: FeedbackLabel
Represents a conversation, resource, and label provided by the user. Can take the form of a string label or a QaAnswer label. QaAnswer labels are used for Quality AI example conversations. String labels are used for Topic Modeling. AgentAssistSummary labels are used for Agent Assist Summarization.
| 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 | 
 Name of the resource to be labeled. Supported resources are: 
 | 
| createTime | 
 Output only. Create time of the label. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Update time of the label. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Union field label_type. Label type.label_typecan be only one of the following: | |
| label | 
 String label used for Topic Modeling. | 
| qaAnswerLabel | 
 QaAnswer label used for Quality AI example conversations. | 
| Methods | |
|---|---|
| 
 | Create feedback label. | 
| 
 | Delete feedback label. | 
| 
 | Get feedback label. | 
| 
 | List feedback labels. | 
| 
 | Update feedback label. |