Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest (v1.2.0)

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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns

#feedback_label_type=

def feedback_label_type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::FeedbackLabelType
Parameter
Returns

#filter

def filter() -> ::String
Returns
  • (::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
Parameter
  • 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
Returns
  • (::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

#gcs_destination=

def gcs_destination=(value) -> ::Google::Cloud::ContactCenterInsights::V1::BulkDownloadFeedbackLabelsRequest::GcsDestination

#max_download_count

def max_download_count() -> ::Integer
Returns
  • (::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
Parameter
  • value (::Integer) — Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.
Returns
  • (::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
Returns
  • (::String) — Required. The parent resource for new feedback labels.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource for new feedback labels.
Returns
  • (::String) — Required. The parent resource for new feedback labels.

#template_qa_scorecard_id

def template_qa_scorecard_id() -> ::Array<::String>
Returns
  • (::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>
Parameter
  • 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.
Returns
  • (::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.