From 7618f2af910bc32e293c5b80f6d897adfd6f0ad5 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:15:03 -0700 Subject: [PATCH] feat(contactcenterinsights): to v1 (#5137) Release-As: 1.0.0 --- contactcenterinsights/CHANGES.md | 2 -- internal/gapicgen/generator/config.go | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index ef188c8a089..04746fe0193 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -12,7 +12,6 @@ ## [0.3.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.2.0...contactcenterinsights/v0.3.0) (2021-10-18) - ### Features * **contactcenterinsights:** add metadata from dialogflow related to transcript segment feat: add sentiment data for transcript segment feat: add obfuscated if from dialogflow ([12928d4](https://www.github.com/googleapis/google-cloud-go/commit/12928d47de771f4b23577062afe5cf551b347919)) @@ -20,7 +19,6 @@ ## [0.2.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.1.0...contactcenterinsights/v0.2.0) (2021-09-21) - ### Features * **contactcenterinsights:** filter is used to filter conversations used for issue model training feat: update_time is used to indicate when the phrase matcher was updated ([cb3a823](https://www.github.com/googleapis/google-cloud-go/commit/cb3a8236252fe0e64abb6f98448c5bf9d085d448)) diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 85b1511c150..9afdc139a65 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -1286,8 +1286,7 @@ var microgenGapicConfigs = []*microgenConfig{ importPath: "cloud.google.com/go/contactcenterinsights/apiv1", gRPCServiceConfigPath: "contactcenterinsights_grpc_service_config.json", apiServiceConfigPath: "contactcenterinsights_v1.yaml", - // GA after 2021/10/11 - releaseLevel: "beta", + releaseLevel: "ga", }, { inputDirectoryPath: "google/cloud/orchestration/airflow/service/v1",