Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig

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

Default configuration when creating Analyses in Insights.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.



2748
2749
2750
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2748

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

Instance Attribute Details

#annotator_selectorGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelector

Selector of all available annotators and phrase matchers to run. Corresponds to the JSON property annotatorSelector



2740
2741
2742
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2740

def annotator_selector
  @annotator_selector
end

#runtime_integration_analysis_percentageFloat

Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100]. Corresponds to the JSON property runtimeIntegrationAnalysisPercentage

Returns:

  • (Float)


2746
2747
2748
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2746

def runtime_integration_analysis_percentage
  @runtime_integration_analysis_percentage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2753
2754
2755
2756
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2753

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