Class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest
Request for the BulkDeleteFeedbackLabels endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |
Parent
Required. The parent resource for new feedback labels.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |