Skip to content

Commit 4175bea

Browse files
feat: [contactcenterinsights] Add IngestConversationsStats (#9081)
* feat: Add IngestConversationsStats docs: Reformat some lines of code PiperOrigin-RevId: 506985378 Source-Link: googleapis/googleapis@cfed8e6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/13ec51989f7be48f9e889d827daf9707e3182613 Copy-Tag: eyJwIjoiamF2YS1jb250YWN0LWNlbnRlci1pbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiMTNlYzUxOTg5ZjdiZTQ4ZjllODg5ZDgyN2RhZjk3MDdlMzE4MjYxMyJ9 * 🦉 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>
1 parent 6e35902 commit 4175bea

30 files changed

+2710
-1125
lines changed

java-contact-center-insights/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-contact-center-insights</artifactId>
22-
<version>2.9.0</version>
22+
<version>2.10.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.9.0'
29+
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.10.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.9.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.10.0"
3636
```
3737

3838
## Authentication

java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClientHttpJsonTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,7 @@ public void createIssueModelTest() throws Exception {
13051305
.setDisplayName("displayName1714148973")
13061306
.setCreateTime(Timestamp.newBuilder().build())
13071307
.setUpdateTime(Timestamp.newBuilder().build())
1308+
.setIssueCount(1779144233)
13081309
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
13091310
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
13101311
.build();
@@ -1361,6 +1362,7 @@ public void createIssueModelTest2() throws Exception {
13611362
.setDisplayName("displayName1714148973")
13621363
.setCreateTime(Timestamp.newBuilder().build())
13631364
.setUpdateTime(Timestamp.newBuilder().build())
1365+
.setIssueCount(1779144233)
13641366
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
13651367
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
13661368
.build();
@@ -1417,6 +1419,7 @@ public void updateIssueModelTest() throws Exception {
14171419
.setDisplayName("displayName1714148973")
14181420
.setCreateTime(Timestamp.newBuilder().build())
14191421
.setUpdateTime(Timestamp.newBuilder().build())
1422+
.setIssueCount(1779144233)
14201423
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
14211424
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
14221425
.build();
@@ -1428,6 +1431,7 @@ public void updateIssueModelTest() throws Exception {
14281431
.setDisplayName("displayName1714148973")
14291432
.setCreateTime(Timestamp.newBuilder().build())
14301433
.setUpdateTime(Timestamp.newBuilder().build())
1434+
.setIssueCount(1779144233)
14311435
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
14321436
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
14331437
.build();
@@ -1465,6 +1469,7 @@ public void updateIssueModelExceptionTest() throws Exception {
14651469
.setDisplayName("displayName1714148973")
14661470
.setCreateTime(Timestamp.newBuilder().build())
14671471
.setUpdateTime(Timestamp.newBuilder().build())
1472+
.setIssueCount(1779144233)
14681473
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
14691474
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
14701475
.build();
@@ -1484,6 +1489,7 @@ public void getIssueModelTest() throws Exception {
14841489
.setDisplayName("displayName1714148973")
14851490
.setCreateTime(Timestamp.newBuilder().build())
14861491
.setUpdateTime(Timestamp.newBuilder().build())
1492+
.setIssueCount(1779144233)
14871493
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
14881494
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
14891495
.build();
@@ -1533,6 +1539,7 @@ public void getIssueModelTest2() throws Exception {
15331539
.setDisplayName("displayName1714148973")
15341540
.setCreateTime(Timestamp.newBuilder().build())
15351541
.setUpdateTime(Timestamp.newBuilder().build())
1542+
.setIssueCount(1779144233)
15361543
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
15371544
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
15381545
.build();

java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClientTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ public void createIssueModelTest() throws Exception {
11691169
.setDisplayName("displayName1714148973")
11701170
.setCreateTime(Timestamp.newBuilder().build())
11711171
.setUpdateTime(Timestamp.newBuilder().build())
1172+
.setIssueCount(1779144233)
11721173
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
11731174
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
11741175
.build();
@@ -1223,6 +1224,7 @@ public void createIssueModelTest2() throws Exception {
12231224
.setDisplayName("displayName1714148973")
12241225
.setCreateTime(Timestamp.newBuilder().build())
12251226
.setUpdateTime(Timestamp.newBuilder().build())
1227+
.setIssueCount(1779144233)
12261228
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
12271229
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
12281230
.build();
@@ -1277,6 +1279,7 @@ public void updateIssueModelTest() throws Exception {
12771279
.setDisplayName("displayName1714148973")
12781280
.setCreateTime(Timestamp.newBuilder().build())
12791281
.setUpdateTime(Timestamp.newBuilder().build())
1282+
.setIssueCount(1779144233)
12801283
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
12811284
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
12821285
.build();
@@ -1323,6 +1326,7 @@ public void getIssueModelTest() throws Exception {
13231326
.setDisplayName("displayName1714148973")
13241327
.setCreateTime(Timestamp.newBuilder().build())
13251328
.setUpdateTime(Timestamp.newBuilder().build())
1329+
.setIssueCount(1779144233)
13261330
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
13271331
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
13281332
.build();
@@ -1366,6 +1370,7 @@ public void getIssueModelTest2() throws Exception {
13661370
.setDisplayName("displayName1714148973")
13671371
.setCreateTime(Timestamp.newBuilder().build())
13681372
.setUpdateTime(Timestamp.newBuilder().build())
1373+
.setIssueCount(1779144233)
13691374
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
13701375
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
13711376
.build();

java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/Analysis.java

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder() {
177177
*
178178
*
179179
* <pre>
180-
* Output only. The time at which the analysis was created, which occurs when the
181-
* long-running operation completes.
180+
* Output only. The time at which the analysis was created, which occurs when
181+
* the long-running operation completes.
182182
* </pre>
183183
*
184184
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -194,8 +194,8 @@ public boolean hasCreateTime() {
194194
*
195195
*
196196
* <pre>
197-
* Output only. The time at which the analysis was created, which occurs when the
198-
* long-running operation completes.
197+
* Output only. The time at which the analysis was created, which occurs when
198+
* the long-running operation completes.
199199
* </pre>
200200
*
201201
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -211,8 +211,8 @@ public com.google.protobuf.Timestamp getCreateTime() {
211211
*
212212
*
213213
* <pre>
214-
* Output only. The time at which the analysis was created, which occurs when the
215-
* long-running operation completes.
214+
* Output only. The time at which the analysis was created, which occurs when
215+
* the long-running operation completes.
216216
* </pre>
217217
*
218218
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -229,8 +229,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
229229
*
230230
*
231231
* <pre>
232-
* Output only. The result of the analysis, which is populated when the analysis
233-
* finishes.
232+
* Output only. The result of the analysis, which is populated when the
233+
* analysis finishes.
234234
* </pre>
235235
*
236236
* <code>
@@ -247,8 +247,8 @@ public boolean hasAnalysisResult() {
247247
*
248248
*
249249
* <pre>
250-
* Output only. The result of the analysis, which is populated when the analysis
251-
* finishes.
250+
* Output only. The result of the analysis, which is populated when the
251+
* analysis finishes.
252252
* </pre>
253253
*
254254
* <code>
@@ -267,8 +267,8 @@ public com.google.cloud.contactcenterinsights.v1.AnalysisResult getAnalysisResul
267267
*
268268
*
269269
* <pre>
270-
* Output only. The result of the analysis, which is populated when the analysis
271-
* finishes.
270+
* Output only. The result of the analysis, which is populated when the
271+
* analysis finishes.
272272
* </pre>
273273
*
274274
* <code>
@@ -1136,8 +1136,8 @@ public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder() {
11361136
*
11371137
*
11381138
* <pre>
1139-
* Output only. The time at which the analysis was created, which occurs when the
1140-
* long-running operation completes.
1139+
* Output only. The time at which the analysis was created, which occurs when
1140+
* the long-running operation completes.
11411141
* </pre>
11421142
*
11431143
* <code>
@@ -1153,8 +1153,8 @@ public boolean hasCreateTime() {
11531153
*
11541154
*
11551155
* <pre>
1156-
* Output only. The time at which the analysis was created, which occurs when the
1157-
* long-running operation completes.
1156+
* Output only. The time at which the analysis was created, which occurs when
1157+
* the long-running operation completes.
11581158
* </pre>
11591159
*
11601160
* <code>
@@ -1176,8 +1176,8 @@ public com.google.protobuf.Timestamp getCreateTime() {
11761176
*
11771177
*
11781178
* <pre>
1179-
* Output only. The time at which the analysis was created, which occurs when the
1180-
* long-running operation completes.
1179+
* Output only. The time at which the analysis was created, which occurs when
1180+
* the long-running operation completes.
11811181
* </pre>
11821182
*
11831183
* <code>
@@ -1201,8 +1201,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
12011201
*
12021202
*
12031203
* <pre>
1204-
* Output only. The time at which the analysis was created, which occurs when the
1205-
* long-running operation completes.
1204+
* Output only. The time at which the analysis was created, which occurs when
1205+
* the long-running operation completes.
12061206
* </pre>
12071207
*
12081208
* <code>
@@ -1223,8 +1223,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal
12231223
*
12241224
*
12251225
* <pre>
1226-
* Output only. The time at which the analysis was created, which occurs when the
1227-
* long-running operation completes.
1226+
* Output only. The time at which the analysis was created, which occurs when
1227+
* the long-running operation completes.
12281228
* </pre>
12291229
*
12301230
* <code>
@@ -1251,8 +1251,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
12511251
*
12521252
*
12531253
* <pre>
1254-
* Output only. The time at which the analysis was created, which occurs when the
1255-
* long-running operation completes.
1254+
* Output only. The time at which the analysis was created, which occurs when
1255+
* the long-running operation completes.
12561256
* </pre>
12571257
*
12581258
* <code>
@@ -1273,8 +1273,8 @@ public Builder clearCreateTime() {
12731273
*
12741274
*
12751275
* <pre>
1276-
* Output only. The time at which the analysis was created, which occurs when the
1277-
* long-running operation completes.
1276+
* Output only. The time at which the analysis was created, which occurs when
1277+
* the long-running operation completes.
12781278
* </pre>
12791279
*
12801280
* <code>
@@ -1290,8 +1290,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
12901290
*
12911291
*
12921292
* <pre>
1293-
* Output only. The time at which the analysis was created, which occurs when the
1294-
* long-running operation completes.
1293+
* Output only. The time at which the analysis was created, which occurs when
1294+
* the long-running operation completes.
12951295
* </pre>
12961296
*
12971297
* <code>
@@ -1311,8 +1311,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
13111311
*
13121312
*
13131313
* <pre>
1314-
* Output only. The time at which the analysis was created, which occurs when the
1315-
* long-running operation completes.
1314+
* Output only. The time at which the analysis was created, which occurs when
1315+
* the long-running operation completes.
13161316
* </pre>
13171317
*
13181318
* <code>
@@ -1346,8 +1346,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
13461346
*
13471347
*
13481348
* <pre>
1349-
* Output only. The result of the analysis, which is populated when the analysis
1350-
* finishes.
1349+
* Output only. The result of the analysis, which is populated when the
1350+
* analysis finishes.
13511351
* </pre>
13521352
*
13531353
* <code>
@@ -1363,8 +1363,8 @@ public boolean hasAnalysisResult() {
13631363
*
13641364
*
13651365
* <pre>
1366-
* Output only. The result of the analysis, which is populated when the analysis
1367-
* finishes.
1366+
* Output only. The result of the analysis, which is populated when the
1367+
* analysis finishes.
13681368
* </pre>
13691369
*
13701370
* <code>
@@ -1386,8 +1386,8 @@ public com.google.cloud.contactcenterinsights.v1.AnalysisResult getAnalysisResul
13861386
*
13871387
*
13881388
* <pre>
1389-
* Output only. The result of the analysis, which is populated when the analysis
1390-
* finishes.
1389+
* Output only. The result of the analysis, which is populated when the
1390+
* analysis finishes.
13911391
* </pre>
13921392
*
13931393
* <code>
@@ -1412,8 +1412,8 @@ public Builder setAnalysisResult(
14121412
*
14131413
*
14141414
* <pre>
1415-
* Output only. The result of the analysis, which is populated when the analysis
1416-
* finishes.
1415+
* Output only. The result of the analysis, which is populated when the
1416+
* analysis finishes.
14171417
* </pre>
14181418
*
14191419
* <code>
@@ -1435,8 +1435,8 @@ public Builder setAnalysisResult(
14351435
*
14361436
*
14371437
* <pre>
1438-
* Output only. The result of the analysis, which is populated when the analysis
1439-
* finishes.
1438+
* Output only. The result of the analysis, which is populated when the
1439+
* analysis finishes.
14401440
* </pre>
14411441
*
14421442
* <code>
@@ -1465,8 +1465,8 @@ public Builder mergeAnalysisResult(
14651465
*
14661466
*
14671467
* <pre>
1468-
* Output only. The result of the analysis, which is populated when the analysis
1469-
* finishes.
1468+
* Output only. The result of the analysis, which is populated when the
1469+
* analysis finishes.
14701470
* </pre>
14711471
*
14721472
* <code>
@@ -1487,8 +1487,8 @@ public Builder clearAnalysisResult() {
14871487
*
14881488
*
14891489
* <pre>
1490-
* Output only. The result of the analysis, which is populated when the analysis
1491-
* finishes.
1490+
* Output only. The result of the analysis, which is populated when the
1491+
* analysis finishes.
14921492
* </pre>
14931493
*
14941494
* <code>
@@ -1505,8 +1505,8 @@ public Builder clearAnalysisResult() {
15051505
*
15061506
*
15071507
* <pre>
1508-
* Output only. The result of the analysis, which is populated when the analysis
1509-
* finishes.
1508+
* Output only. The result of the analysis, which is populated when the
1509+
* analysis finishes.
15101510
* </pre>
15111511
*
15121512
* <code>
@@ -1527,8 +1527,8 @@ public Builder clearAnalysisResult() {
15271527
*
15281528
*
15291529
* <pre>
1530-
* Output only. The result of the analysis, which is populated when the analysis
1531-
* finishes.
1530+
* Output only. The result of the analysis, which is populated when the
1531+
* analysis finishes.
15321532
* </pre>
15331533
*
15341534
* <code>

0 commit comments

Comments
 (0)