Class: Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkDeleteConversationsRequest
- 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
-
#filter ⇒ ::String
Filter used to select the subset of conversations to delete.
-
#force ⇒ ::Boolean
If set to true, all of this conversation's analyses will also be deleted.
-
#max_delete_count ⇒ ::Integer
Maximum number of conversations to delete.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter used to select the subset of conversations to delete.
632 633 634 635 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 632 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.
632 633 634 635 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 632 class BulkDeleteConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_delete_count ⇒ ::Integer
Returns Maximum number of conversations to delete.
632 633 634 635 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 632 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}.
632 633 634 635 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 632 class BulkDeleteConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |