Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfig.



17857
17858
17859
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17857

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#scorecard_listGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainAnnotatorSelectorQaConfigScorecardList

Container for a list of scorecards. Corresponds to the JSON property scorecardList



17855
17856
17857
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17855

def scorecard_list
  @scorecard_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17862
17863
17864
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 17862

def update!(**args)
  @scorecard_list = args[:scorecard_list] if args.key?(:scorecard_list)
end