Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest (v0.22.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest.

The request to delete conversations in bulk.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Filter used to select the subset of conversations to delete.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filter used to select the subset of conversations to delete.
Returns
  • (::String) — Filter used to select the subset of conversations to delete.

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — 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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#max_delete_count

def max_delete_count() -> ::Integer
Returns
  • (::Integer) — Maximum number of conversations to delete.

#max_delete_count=

def max_delete_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of conversations to delete.
Returns
  • (::Integer) — Maximum number of conversations to delete.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}