Class: Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig
- 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
-
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any).
-
#runtime_integration_analysis_percentage ⇒ ::Float
Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].
-
#upload_conversation_analysis_percentage ⇒ ::Float
Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
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.
1109 1110 1111 1112 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1109 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].
1109 1110 1111 1112 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1109 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].
1109 1110 1111 1112 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1109 class AnalysisConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |