Class: Google::Cloud::ContactCenterInsights::V1::UpdateQaScorecardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdateQaScorecardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for updating a QaScorecard.
Instance Attribute Summary collapse
-
#qa_scorecard ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#qa_scorecard ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Returns Required. The QaScorecard to update.
1812 1813 1814 1815 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1812 class UpdateQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to be updated. All possible fields can be
updated by passing *
, or a subset of the following updateable fields can
be provided:
description
display_name
.
1812 1813 1814 1815 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1812 class UpdateQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |