Class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
The request to delete conversations in bulk.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Filter used to select the subset of conversations to delete.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MaxDeleteCount
Maximum number of conversations to delete.
Declaration
[JsonProperty("maxDeleteCount")]
public virtual int? MaxDeleteCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Parent
Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |