Class FeedbackLabel (1.23.0)

FeedbackLabel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
label str
String label. This field is a member of oneof_ label_type.
qa_answer_label google.cloud.contact_center_insights_v1.types.QaAnswer.AnswerValue
QaAnswer label. This field is a member of oneof_ label_type.
name str
Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
labeled_resource str
Resource name of the resource to be labeled.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Create time of the label.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Update time of the label.