Class BulkDownloadFeedbackLabelsRequest (1.23.1)

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

Request for the BulkDownloadFeedbackLabel endpoint.

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

Attributes

Name Description
gcs_destination google.cloud.contact_center_insights_v1.types.BulkDownloadFeedbackLabelsRequest.GcsDestination
A cloud storage bucket destination. This field is a member of oneof_ destination.
parent str
Required. The parent resource for new feedback labels.
filter str
Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields: - issue_model_id - qa_question_id - qa_scorecard_id - min_create_time - max_create_time - min_update_time - max_update_time - feedback_label_type: QUALITY_AI, TOPIC_MODELING
max_download_count int
Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.
feedback_label_type google.cloud.contact_center_insights_v1.types.BulkDownloadFeedbackLabelsRequest.FeedbackLabelType
Optional. The type of feedback labels that will be downloaded.
conversation_filter str
Optional. Filter parent conversations to download feedback labels for. When specified, the feedback labels will be downloaded for the conversations that match the filter. If template_qa_scorecard_id is set, all the conversations that match the filter will be paired with the questions under the scorecard for labeling.
template_qa_scorecard_id MutableSequence[str]
Optional. If set, a template for labeling conversations and scorecard questions will be created from the conversation_filter and the questions under the scorecard(s). The feedback label filter will be ignored.

Classes

FeedbackLabelType

FeedbackLabelType(value)

Possible feedback label types that will be downloaded.

GcsDestination

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

Google Cloud Storage Object details to write the feedback labels to.