Class: Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRevisionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::GetQaScorecardRevisionRequest
- 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 QaScorecardRevision.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the QaScorecardRevision to get.
1854 1855 1856 1857 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1854 class GetQaScorecardRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |