Skip to content

Commit 7618f2a

Browse files
authored
feat(contactcenterinsights): to v1 (#5137)
Release-As: 1.0.0
1 parent 5fda0bc commit 7618f2a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

contactcenterinsights/CHANGES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212

1313
## [0.3.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.2.0...contactcenterinsights/v0.3.0) (2021-10-18)
1414

15-
1615
### Features
1716

1817
* **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))
1918
* **contactcenterinsights:** deprecate issue_matches docs: if conversation medium is unspecified, it will default to PHONE_CALL ([1a0720f](https://www.github.com/googleapis/google-cloud-go/commit/1a0720f2f33bb14617f5c6a524946a93209e1266))
2019

2120
## [0.2.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.1.0...contactcenterinsights/v0.2.0) (2021-09-21)
2221

23-
2422
### Features
2523

2624
* **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))

internal/gapicgen/generator/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,8 +1286,7 @@ var microgenGapicConfigs = []*microgenConfig{
12861286
importPath: "cloud.google.com/go/contactcenterinsights/apiv1",
12871287
gRPCServiceConfigPath: "contactcenterinsights_grpc_service_config.json",
12881288
apiServiceConfigPath: "contactcenterinsights_v1.yaml",
1289-
// GA after 2021/10/11
1290-
releaseLevel: "beta",
1289+
releaseLevel: "ga",
12911290
},
12921291
{
12931292
inputDirectoryPath: "google/cloud/orchestration/airflow/service/v1",

0 commit comments

Comments
 (0)