Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest.
Request for the BulkDownloadFeedbackLabel endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_filter
def conversation_filter() -> ::String
-
(::String) — 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.
#conversation_filter=
def conversation_filter=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#feedback_label_type
def feedback_label_type() -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType
- (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType) — Optional. The type of feedback labels that will be downloaded.
#feedback_label_type=
def feedback_label_type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType
- value (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType) — Optional. The type of feedback labels that will be downloaded.
- (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType) — Optional. The type of feedback labels that will be downloaded.
#filter
def filter() -> ::String
-
(::String) —
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
#filter=
def filter=(value) -> ::String
-
value (::String) —
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
-
(::String) —
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
#gcs_destination
def gcs_destination() -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination
- (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination) — A cloud storage bucket destination.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination
- value (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination) — A cloud storage bucket destination.
- (::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination) — A cloud storage bucket destination.
#max_download_count
def max_download_count() -> ::Integer
-
(::Integer) — Optional. Limits the maximum number of feedback labels that will be
downloaded. The first
N
feedback labels will be downloaded.
#max_download_count=
def max_download_count=(value) -> ::Integer
-
value (::Integer) — Optional. Limits the maximum number of feedback labels that will be
downloaded. The first
N
feedback labels will be downloaded.
-
(::Integer) — Optional. Limits the maximum number of feedback labels that will be
downloaded. The first
N
feedback labels will be downloaded.
#parent
def parent() -> ::String
- (::String) — Required. The parent resource for new feedback labels.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource for new feedback labels.
- (::String) — Required. The parent resource for new feedback labels.
#template_qa_scorecard_id
def template_qa_scorecard_id() -> ::Array<::String>
-
(::Array<::String>) — 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.
#template_qa_scorecard_id=
def template_qa_scorecard_id=(value) -> ::Array<::String>
-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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.