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

docs: [contactcenterinsights] Update IngestConversations and BulkAnalyzeConversations comments #10069

Merged
merged 2 commits into from Nov 27, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions java-contact-center-insights/README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.26.0</version>
<version>26.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contact-center-insights.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.29.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.30.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -1748,9 +1748,9 @@ public final UnaryCallable<DeleteAnalysisRequest, Empty> deleteAnalysisCallable(
* }
* }</pre>
*
* @param parent Required. The parent resource to create analyses in. Format:
* @param parent Required. The parent resource to delete conversations from. Format:
* projects/{project}/locations/{location}
* @param filter Filter used to select the subset of conversations to analyze.
* @param filter Filter used to select the subset of conversations to delete.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<BulkDeleteConversationsResponse, BulkDeleteConversationsMetadata>
Expand Down Expand Up @@ -1784,9 +1784,9 @@ public final UnaryCallable<DeleteAnalysisRequest, Empty> deleteAnalysisCallable(
* }
* }</pre>
*
* @param parent Required. The parent resource to create analyses in. Format:
* @param parent Required. The parent resource to delete conversations from. Format:
* projects/{project}/locations/{location}
* @param filter Filter used to select the subset of conversations to analyze.
* @param filter Filter used to select the subset of conversations to delete.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<BulkDeleteConversationsResponse, BulkDeleteConversationsMetadata>
Expand Down
Expand Up @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -99,7 +99,7 @@ public java.lang.String getParent() {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand Down Expand Up @@ -131,7 +131,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -154,7 +154,7 @@ public java.lang.String getFilter() {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -180,8 +180,7 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
*
* <pre>
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* </pre>
*
* <code>int32 max_delete_count = 3;</code>
Expand Down Expand Up @@ -641,7 +640,7 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -667,7 +666,7 @@ public java.lang.String getParent() {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -693,7 +692,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -718,7 +717,7 @@ public Builder setParent(java.lang.String value) {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -739,7 +738,7 @@ public Builder clearParent() {
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand Down Expand Up @@ -767,7 +766,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -789,7 +788,7 @@ public java.lang.String getFilter() {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -811,7 +810,7 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -832,7 +831,7 @@ public Builder setFilter(java.lang.String value) {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -849,7 +848,7 @@ public Builder clearFilter() {
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -873,8 +872,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* </pre>
*
* <code>int32 max_delete_count = 3;</code>
Expand All @@ -889,8 +887,7 @@ public int getMaxDeleteCount() {
*
*
* <pre>
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* </pre>
*
* <code>int32 max_delete_count = 3;</code>
Expand All @@ -909,8 +906,7 @@ public Builder setMaxDeleteCount(int value) {
*
*
* <pre>
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* </pre>
*
* <code>int32 max_delete_count = 3;</code>
Expand Down
Expand Up @@ -27,7 +27,7 @@ public interface BulkDeleteConversationsRequestOrBuilder
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -43,7 +43,7 @@ public interface BulkDeleteConversationsRequestOrBuilder
*
*
* <pre>
* Required. The parent resource to create analyses in.
* Required. The parent resource to delete conversations from.
* Format:
* projects/{project}/locations/{location}
* </pre>
Expand All @@ -60,7 +60,7 @@ public interface BulkDeleteConversationsRequestOrBuilder
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -72,7 +72,7 @@ public interface BulkDeleteConversationsRequestOrBuilder
*
*
* <pre>
* Filter used to select the subset of conversations to analyze.
* Filter used to select the subset of conversations to delete.
* </pre>
*
* <code>string filter = 2;</code>
Expand All @@ -85,8 +85,7 @@ public interface BulkDeleteConversationsRequestOrBuilder
*
*
* <pre>
* Maximum number of conversations to delete. The default is 1000. It can be
* changed by setting the `max_delete_count` field.
* Maximum number of conversations to delete.
* </pre>
*
* <code>int32 max_delete_count = 3;</code>
Expand Down
Expand Up @@ -22,7 +22,7 @@
*
*
* <pre>
* The response for a bulk analyze conversations operation.
* The response for a bulk delete conversations operation.
* </pre>
*
* Protobuf type {@code google.cloud.contactcenterinsights.v1.BulkDeleteConversationsResponse}
Expand Down Expand Up @@ -219,7 +219,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* The response for a bulk analyze conversations operation.
* The response for a bulk delete conversations operation.
* </pre>
*
* Protobuf type {@code google.cloud.contactcenterinsights.v1.BulkDeleteConversationsResponse}
Expand Down
Expand Up @@ -178,7 +178,7 @@ public enum BucketObjectType implements com.google.protobuf.ProtocolMessageEnum
*
*
* <pre>
* The object type is unspecified and will default to TRANSCRIPT.
* The object type is unspecified and will default to `TRANSCRIPT`.
* </pre>
*
* <code>BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;</code>
Expand Down Expand Up @@ -211,7 +211,7 @@ public enum BucketObjectType implements com.google.protobuf.ProtocolMessageEnum
*
*
* <pre>
* The object type is unspecified and will default to TRANSCRIPT.
* The object type is unspecified and will default to `TRANSCRIPT`.
* </pre>
*
* <code>BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;</code>
Expand Down