Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest

Request for the BulkDownloadFeedbackLabel endpoint.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest : IDirectResponseSchema

Properties

ConversationFilter

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.

Declaration
[JsonProperty("conversationFilter")]
public virtual string ConversationFilter { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FeedbackLabelType

Optional. The type of feedback labels that will be downloaded.

Declaration
[JsonProperty("feedbackLabelType")]
public virtual string FeedbackLabelType { get; set; }
Property Value
Type Description
string

Filter

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

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

GcsDestination

A cloud storage bucket destination.

Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination

MaxDownloadCount

Optional. Limits the maximum number of feedback labels that will be downloaded. The first N feedback labels will be downloaded.

Declaration
[JsonProperty("maxDownloadCount")]
public virtual int? MaxDownloadCount { get; set; }
Property Value
Type Description
int?

Parent

Required. The parent resource for new feedback labels.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

SheetsDestination

A sheets document destination.

Declaration
[JsonProperty("sheetsDestination")]
public virtual GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination SheetsDestination { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination

TemplateQaScorecardId

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.

Declaration
[JsonProperty("templateQaScorecardId")]
public virtual IList<string> TemplateQaScorecardId { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX