Skip to content

Commit 6abdd22

Browse files
1 parent f979926 commit 6abdd22

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-6
lines changed

clients/google-api-services-contactcenterinsights/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-contactcenterinsights</artifactId>
25-
<version>v1-rev20240611-2.0.0</version>
25+
<version>v1-rev20240701-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20240611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20240701-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ public final class GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput
4545
@com.google.api.client.util.Key
4646
private java.lang.String query;
4747

48+
/**
49+
* Query source for the answer.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String querySource;
54+
4855
/**
4956
* The resource name of associated generator. Format: `projects//locations//generators/`
5057
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput setQuery(jav
8188
return this;
8289
}
8390

91+
/**
92+
* Query source for the answer.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.lang.String getQuerySource() {
96+
return querySource;
97+
}
98+
99+
/**
100+
* Query source for the answer.
101+
* @param querySource querySource or {@code null} for none
102+
*/
103+
public GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput setQuerySource(java.lang.String querySource) {
104+
this.querySource = querySource;
105+
return this;
106+
}
107+
84108
@Override
85109
public GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput set(String fieldName, Object value) {
86110
return (GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput) super.set(fieldName, value);

clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/model/GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ public final class GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUser
4545
@com.google.api.client.util.Key
4646
private java.lang.String query;
4747

48+
/**
49+
* Query source for the answer.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String querySource;
54+
4855
/**
4956
* The resource name of associated generator. Format: `projects//locations//generators/`
5057
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput setQue
8188
return this;
8289
}
8390

91+
/**
92+
* Query source for the answer.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.lang.String getQuerySource() {
96+
return querySource;
97+
}
98+
99+
/**
100+
* Query source for the answer.
101+
* @param querySource querySource or {@code null} for none
102+
*/
103+
public GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput setQuerySource(java.lang.String querySource) {
104+
this.querySource = querySource;
105+
return this;
106+
}
107+
84108
@Override
85109
public GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput set(String fieldName, Object value) {
86110
return (GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotationUserInput) super.set(fieldName, value);

clients/google-api-services-contactcenterinsights/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-contactcenterinsights</artifactId>
11-
<version>v1-rev20240611-2.0.0</version>
12-
<name>Contact Center AI Insights API v1-rev20240611-2.0.0</name>
11+
<version>v1-rev20240701-2.0.0</version>
12+
<name>Contact Center AI Insights API v1-rev20240701-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-contactcenterinsights/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-contactcenterinsights</artifactId>
25-
<version>v1-rev20240611-2.0.0</version>
25+
<version>v1-rev20240701-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20240611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20240701-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)