Class: Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRequest

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 a QaScorecard. By default, returns the latest revision.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the QaScorecard to get.

Returns:

  • (::String)

    Required. The name of the QaScorecard to get.



1795
1796
1797
1798
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1795

class GetQaScorecardRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end