Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest

The request to delete conversations in bulk.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
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 GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX