Class: Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::QaConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::QaConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Configuration for the QA feature.
Defined Under Namespace
Classes: ScorecardList
Instance Attribute Summary collapse
-
#scorecard_list ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::QaConfig::ScorecardList
A manual list of scorecards to score.
Instance Attribute Details
#scorecard_list ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::QaConfig::ScorecardList
Returns A manual list of scorecards to score.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1715 class QaConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Container for a list of scorecards. # @!attribute [rw] qa_scorecard_revisions # @return [::Array<::String>] # List of QaScorecardRevisions. class ScorecardList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |