Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig (v0.12.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig.

Default configuration when creating Analyses in Insights.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotator_selector

def annotator_selector() -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Returns

#annotator_selector=

def annotator_selector=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Parameter
Returns

#runtime_integration_analysis_percentage

def runtime_integration_analysis_percentage() -> ::Float
Returns
  • (::Float) — Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100].

#runtime_integration_analysis_percentage=

def runtime_integration_analysis_percentage=(value) -> ::Float
Parameter
  • value (::Float) — 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].

#upload_conversation_analysis_percentage

def upload_conversation_analysis_percentage() -> ::Float
Returns
  • (::Float) — Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].

#upload_conversation_analysis_percentage=

def upload_conversation_analysis_percentage=(value) -> ::Float
Parameter
  • value (::Float) — 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].