Class: Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

Default configuration when creating Analyses in Insights.

Instance Attribute Summary collapse

Instance Attribute Details

#annotator_selector::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector

Returns To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Returns:



1073
1074
1075
1076
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1073

class AnalysisConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#runtime_integration_analysis_percentage::Float

Returns Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

Returns:

  • (::Float)

    Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].



1073
1074
1075
1076
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1073

class AnalysisConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#upload_conversation_analysis_percentage::Float

Returns Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].

Returns:

  • (::Float)

    Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].



1073
1074
1075
1076
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1073

class AnalysisConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end