Class: Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request to delete conversations in bulk.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter used to select the subset of conversations to delete.

Returns:

  • (::String)

    Filter used to select the subset of conversations to delete.



579
580
581
582
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 579

class BulkDeleteConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#force::Boolean

Returns 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.



579
580
581
582
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 579

class BulkDeleteConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_delete_count::Integer

Returns Maximum number of conversations to delete.

Returns:

  • (::Integer)

    Maximum number of conversations to delete.



579
580
581
582
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 579

class BulkDeleteConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}



579
580
581
582
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 579

class BulkDeleteConversationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end