Skip to content

Commit

Permalink
feat: [contactcenterinsights] add a way to specify the conversation a…
Browse files Browse the repository at this point in the history
…utomatic analysis percentage for the UploadConversation API when creating Analyses in Insights (#4041)

* feat: add a way to specify the conversation automatic analysis percentage for the UploadConversation API when creating Analyses in Insights

PiperOrigin-RevId: 513416013

Source-Link: googleapis/googleapis@dacdbc8

Source-Link: googleapis/googleapis-gen@7e3cf93
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhY3RjZW50ZXJpbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiN2UzY2Y5MzMwMDA0NWU5YTVjYmZiMTkwMDJkMWNkNGNiOTNiMDZkMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2023
1 parent 290d38e commit 117ae72
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/google-cloud-contactcenterinsights/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-contactcenterinsights",
"version": "2.4.0",
"version": "2.4.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down

0 comments on commit 117ae72

Please sign in to comment.