Skip to content

Commit dacdbc8

Browse files
Google APIscopybara-github
authored andcommitted
feat: add a way to specify the conversation automatic analysis percentage for the UploadConversation API when creating Analyses in Insights
PiperOrigin-RevId: 513416013
1 parent 05612bf commit dacdbc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/contactcenterinsights/v1/resources.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,10 @@ message Settings {
865865
// to analyze automatically, between [0, 100].
866866
double runtime_integration_analysis_percentage = 1;
867867

868+
// Percentage of conversations created using the UploadConversation endpoint
869+
// to analyze automatically, between [0, 100].
870+
double upload_conversation_analysis_percentage = 6;
871+
868872
// To select the annotators to run and the phrase matchers to use
869873
// (if any). If not specified, all annotators will be run.
870874
AnnotatorSelector annotator_selector = 5;

0 commit comments

Comments
 (0)