Skip to content

Commit

Permalink
feat: add a way to specify the conversation automatic analysis percen…
Browse files Browse the repository at this point in the history
…tage for the UploadConversation API when creating Analyses in Insights

PiperOrigin-RevId: 513416013
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 2, 2023
1 parent 05612bf commit dacdbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/contactcenterinsights/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,10 @@ message Settings {
// to analyze automatically, between [0, 100].
double runtime_integration_analysis_percentage = 1;

// Percentage of conversations created using the UploadConversation endpoint
// to analyze automatically, between [0, 100].
double upload_conversation_analysis_percentage = 6;

// To select the annotators to run and the phrase matchers to use
// (if any). If not specified, all annotators will be run.
AnnotatorSelector annotator_selector = 5;
Expand Down

0 comments on commit dacdbc8

Please sign in to comment.