Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [contactcenterinsights] Add IngestConversationsStats #9081

Merged
merged 2 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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