Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig

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) ⇒ GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfig.



794
795
796
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 794

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

Instance Attribute Details

#scorecard_listGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelectorQaConfigScorecardList

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



792
793
794
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 792

def scorecard_list
  @scorecard_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



799
800
801
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 799

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