Skip to content

Commit

Permalink
feat: [contactcenterinsights] Add IngestConversationsStats (#9081)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 15, 2023
1 parent 6e35902 commit 4175bea
Show file tree
Hide file tree
Showing 30 changed files with 2,710 additions and 1,125 deletions.
6 changes: 3 additions & 3 deletions java-contact-center-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contact-center-insights</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.9.0'
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.10.0'
```

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

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

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,7 @@ public void createIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1361,6 +1362,7 @@ public void createIssueModelTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1417,6 +1419,7 @@ public void updateIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand All @@ -1428,6 +1431,7 @@ public void updateIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1465,6 +1469,7 @@ public void updateIssueModelExceptionTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand All @@ -1484,6 +1489,7 @@ public void getIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public void getIssueModelTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ public void createIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1223,6 +1224,7 @@ public void createIssueModelTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1277,6 +1279,7 @@ public void updateIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1323,6 +1326,7 @@ public void getIssueModelTest() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down Expand Up @@ -1366,6 +1370,7 @@ public void getIssueModelTest2() throws Exception {
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setIssueCount(1779144233)
.setInputDataConfig(IssueModel.InputDataConfig.newBuilder().build())
.setTrainingStats(IssueModelLabelStats.newBuilder().build())
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Expand All @@ -194,8 +194,8 @@ public boolean hasCreateTime() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Expand All @@ -211,8 +211,8 @@ public com.google.protobuf.Timestamp getCreateTime() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Expand All @@ -229,8 +229,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -247,8 +247,8 @@ public boolean hasAnalysisResult() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -267,8 +267,8 @@ public com.google.cloud.contactcenterinsights.v1.AnalysisResult getAnalysisResul
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand Down Expand Up @@ -1136,8 +1136,8 @@ public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1153,8 +1153,8 @@ public boolean hasCreateTime() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1176,8 +1176,8 @@ public com.google.protobuf.Timestamp getCreateTime() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1201,8 +1201,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1223,8 +1223,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1251,8 +1251,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1273,8 +1273,8 @@ public Builder clearCreateTime() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1290,8 +1290,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand All @@ -1311,8 +1311,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
*
* <pre>
* Output only. The time at which the analysis was created, which occurs when the
* long-running operation completes.
* Output only. The time at which the analysis was created, which occurs when
* the long-running operation completes.
* </pre>
*
* <code>
Expand Down Expand Up @@ -1346,8 +1346,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1363,8 +1363,8 @@ public boolean hasAnalysisResult() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1386,8 +1386,8 @@ public com.google.cloud.contactcenterinsights.v1.AnalysisResult getAnalysisResul
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1412,8 +1412,8 @@ public Builder setAnalysisResult(
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1435,8 +1435,8 @@ public Builder setAnalysisResult(
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand Down Expand Up @@ -1465,8 +1465,8 @@ public Builder mergeAnalysisResult(
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1487,8 +1487,8 @@ public Builder clearAnalysisResult() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1505,8 +1505,8 @@ public Builder clearAnalysisResult() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand All @@ -1527,8 +1527,8 @@ public Builder clearAnalysisResult() {
*
*
* <pre>
* Output only. The result of the analysis, which is populated when the analysis
* finishes.
* Output only. The result of the analysis, which is populated when the
* analysis finishes.
* </pre>
*
* <code>
Expand Down
Loading

0 comments on commit 4175bea

Please sign in to comment.