REST Resource: projects.locations.conversations.feedbackLabels

Resource: FeedbackLabel

Represents a conversation, resource, and label provided by the user.

JSON representation
{
  "name": string,
  "labeledResource": string,
  "createTime": string,
  "updateTime": string,

  // Union field label_type can be only one of the following:
  "label": string,
  "qaAnswerLabel": {
    object (AnswerValue)
  }
  // End of list of possible types for union field label_type.
}
Fields
name

string

Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedbackLabel}

labeledResource

string

Resource name of the resource to be labeled.

createTime

string (Timestamp format)

Output only. Create time of the label.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Update time of the label.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Union field label_type. Label type. label_type can be only one of the following:
label

string

String label.

qaAnswerLabel

object (AnswerValue)

QaAnswer label.

Methods

create

Create feedback label.

delete

Delete feedback label.

get

Get feedback label.

list

List feedback labels.

patch

Update feedback label.