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 analyze.
-
#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 analyze.
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.
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. The default is 1000. It can be
changed by setting the max_delete_count
field.
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 create analyses in. 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 |