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

#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].



943
944
945
946
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 943

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