Class: Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
1803 1804 1805 1806 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1803 class GetQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |