Class: Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateQaScorecardRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request for creating a QaScorecard.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#qa_scorecard ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Required.
-
#qa_scorecard_id ⇒ ::String
Optional.
Instance Attribute Details
#parent ⇒ ::String
1794 1795 1796 1797 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1794 class CreateQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qa_scorecard ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
1794 1795 1796 1797 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1794 class CreateQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qa_scorecard_id ⇒ ::String
1794 1795 1796 1797 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1794 class CreateQaScorecardRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |