Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-contactcenterinsights</artifactId>
<version>v1-rev20260601-2.0.0</version>
<version>v1-rev20260612-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260601-2.0.0'
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260612-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public final class GoogleCloudContactcenterinsightsV1Conversation extends com.go
private java.lang.String medium;

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -425,7 +425,7 @@ public GoogleCloudContactcenterinsightsV1Conversation setMedium(java.lang.String
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @return value or {@code null} for none
*/
Expand All @@ -434,7 +434,7 @@ public java.lang.String getMetadataJson() {
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @param metadataJson metadataJson or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public final class GoogleCloudContactcenterinsightsV1alpha1Conversation extends
private java.lang.String medium;

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -425,7 +425,7 @@ public GoogleCloudContactcenterinsightsV1alpha1Conversation setMedium(java.lang.
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @return value or {@code null} for none
*/
Expand All @@ -434,7 +434,7 @@ public java.lang.String getMetadataJson() {
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @param metadataJson metadataJson or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public final class GoogleCloudContactcenterinsightsV1mainConversation extends co
private java.lang.String medium;

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -425,7 +425,7 @@ public GoogleCloudContactcenterinsightsV1mainConversation setMedium(java.lang.St
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @return value or {@code null} for none
*/
Expand All @@ -434,7 +434,7 @@ public java.lang.String getMetadataJson() {
}

/**
* Input only. JSON metadata encoded as a string. This field is primarily used by Insights
* Optional. JSON metadata encoded as a string. This field is primarily used by Insights
* integrations with various telephony systems and must be in one of Insight's supported formats.
* @param metadataJson metadataJson or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-contactcenterinsights</artifactId>
<version>v1-rev20260601-2.0.0</version>
<name>Contact Center AI Insights API v1-rev20260601-2.0.0</name>
<version>v1-rev20260612-2.0.0</version>
<name>Contact Center AI Insights API v1-rev20260612-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-contactcenterinsights</artifactId>
<version>v1-rev20260601-2.0.0</version>
<version>v1-rev20260612-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260601-2.0.0'
implementation 'com.google.apis:google-api-services-contactcenterinsights:v1-rev20260612-2.0.0'
}
```

Expand Down
Loading