View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig (google_api_contact_center_insights v0.8.0)
Default configuration when creating Analyses in Insights.
Attributes
-
annotatorSelector
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t
, default:nil
) - To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run. -
runtimeIntegrationAnalysisPercentage
(type:float()
, default:nil
) - Percentage of conversations created using Dialogflow runtime integration to analyze automatically, between [0, 100]. -
uploadConversationAnalysisPercentage
(type:float()
, default:nil
) - Percentage of conversations created using the UploadConversation endpoint to analyze automatically, between [0, 100].
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig{ annotatorSelector: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnnotatorSelector.t() | nil, runtimeIntegrationAnalysisPercentage: float() | nil, uploadConversationAnalysisPercentage: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.