Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Configuration for the QA feature.
Instance Attribute Summary collapse
-
#scorecard_list ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList
Container for a list of scorecards.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig.
7767 7768 7769 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7767 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scorecard_list ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfigScorecardList
Container for a list of scorecards.
Corresponds to the JSON property scorecardList
7765 7766 7767 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7765 def scorecard_list @scorecard_list end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7772 7773 7774 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7772 def update!(**args) @scorecard_list = args[:scorecard_list] if args.key?(:scorecard_list) end |