Class: Google::Cloud::ContactCenterInsights::V1::UpdateQaScorecardRequest

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 for updating a QaScorecard.

Instance Attribute Summary collapse

Instance Attribute Details

#qa_scorecard::Google::Cloud::ContactCenterInsights::V1::QaScorecard

Returns Required. The QaScorecard to update.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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