Class: Google::Cloud::ContactCenterInsights::V1::DeleteQaScorecardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DeleteQaScorecardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for deleting a QaScorecard.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If set to true, all of this QaScorecard's child resources will also be deleted. Otherwise, the request will only succeed if it has none.
1825 1826 1827 1828 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1825 class DeleteQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the QaScorecard to delete.
1825 1826 1827 1828 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1825 class DeleteQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |