From 8a2c241780711f745cdc393d698e040c9d55eb3e Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:27:14 -0500 Subject: [PATCH] docs: [contactcenterinsights] Update IngestConversations and BulkAnalyzeConversations comments (#10069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Update IngestConversations and BulkAnalyzeConversations comments PiperOrigin-RevId: 584034369 Source-Link: https://github.com/googleapis/googleapis/commit/975f1d8ff0a30955b18383e96ea539435d1242e0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2a24ef17d902f3e484b26cb65459f1e7a55113c8 Copy-Tag: eyJwIjoiamF2YS1jb250YWN0LWNlbnRlci1pbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiMmEyNGVmMTdkOTAyZjNlNDg0YjI2Y2I2NTQ1OWYxZTdhNTUxMTNjOCJ9 * 🦉 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 --- java-contact-center-insights/README.md | 4 +- .../v1/ContactCenterInsightsClient.java | 8 +- .../v1/BulkDeleteConversationsRequest.java | 40 ++++---- ...lkDeleteConversationsRequestOrBuilder.java | 11 +-- .../v1/BulkDeleteConversationsResponse.java | 4 +- .../v1/IngestConversationsRequest.java | 4 +- .../v1/UploadConversationRequest.java | 96 +++++++++---------- .../UploadConversationRequestOrBuilder.java | 24 ++--- .../v1/contact_center_insights.proto | 19 ++-- 9 files changed, 102 insertions(+), 108 deletions(-) diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 4793425e9c7a..5e6acc37ba06 100644 --- a/java-contact-center-insights/README.md +++ b/java-contact-center-insights/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.26.0 + 26.27.0 pom import @@ -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 diff --git a/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java b/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java index 719fd57fcb4f..08f884e0501c 100644 --- a/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java +++ b/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java @@ -1748,9 +1748,9 @@ public final UnaryCallable deleteAnalysisCallable( * } * } * - * @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 @@ -1784,9 +1784,9 @@ public final UnaryCallable deleteAnalysisCallable( * } * } * - * @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 diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequest.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequest.java index 6b6883dbc1c3..d1986332b935 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequest.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequest.java @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource to create analyses in.
+   * Required. The parent resource to delete conversations from.
    * Format:
    * projects/{project}/locations/{location}
    * 
@@ -99,7 +99,7 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource to create analyses in.
+   * Required. The parent resource to delete conversations from.
    * Format:
    * projects/{project}/locations/{location}
    * 
@@ -131,7 +131,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Filter used to select the subset of conversations to analyze.
+   * Filter used to select the subset of conversations to delete.
    * 
* * string filter = 2; @@ -154,7 +154,7 @@ public java.lang.String getFilter() { * * *
-   * Filter used to select the subset of conversations to analyze.
+   * Filter used to select the subset of conversations to delete.
    * 
* * string filter = 2; @@ -180,8 +180,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-   * 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.
    * 
* * int32 max_delete_count = 3; @@ -641,7 +640,7 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource to create analyses in.
+     * Required. The parent resource to delete conversations from.
      * Format:
      * projects/{project}/locations/{location}
      * 
@@ -667,7 +666,7 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource to create analyses in.
+     * Required. The parent resource to delete conversations from.
      * Format:
      * projects/{project}/locations/{location}
      * 
@@ -693,7 +692,7 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource to create analyses in.
+     * Required. The parent resource to delete conversations from.
      * Format:
      * projects/{project}/locations/{location}
      * 
@@ -718,7 +717,7 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource to create analyses in.
+     * Required. The parent resource to delete conversations from.
      * Format:
      * projects/{project}/locations/{location}
      * 
@@ -739,7 +738,7 @@ public Builder clearParent() { * * *
-     * Required. The parent resource to create analyses in.
+     * Required. The parent resource to delete conversations from.
      * Format:
      * projects/{project}/locations/{location}
      * 
@@ -767,7 +766,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Filter used to select the subset of conversations to analyze.
+     * Filter used to select the subset of conversations to delete.
      * 
* * string filter = 2; @@ -789,7 +788,7 @@ public java.lang.String getFilter() { * * *
-     * Filter used to select the subset of conversations to analyze.
+     * Filter used to select the subset of conversations to delete.
      * 
* * string filter = 2; @@ -811,7 +810,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-     * Filter used to select the subset of conversations to analyze.
+     * Filter used to select the subset of conversations to delete.
      * 
* * string filter = 2; @@ -832,7 +831,7 @@ public Builder setFilter(java.lang.String value) { * * *
-     * Filter used to select the subset of conversations to analyze.
+     * Filter used to select the subset of conversations to delete.
      * 
* * string filter = 2; @@ -849,7 +848,7 @@ public Builder clearFilter() { * * *
-     * Filter used to select the subset of conversations to analyze.
+     * Filter used to select the subset of conversations to delete.
      * 
* * string filter = 2; @@ -873,8 +872,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
      * 
* * int32 max_delete_count = 3; @@ -889,8 +887,7 @@ public int getMaxDeleteCount() { * * *
-     * 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.
      * 
* * int32 max_delete_count = 3; @@ -909,8 +906,7 @@ public Builder setMaxDeleteCount(int value) { * * *
-     * 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.
      * 
* * int32 max_delete_count = 3; diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequestOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequestOrBuilder.java index 5b041d8b6ecb..cf960d6c27a8 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequestOrBuilder.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsRequestOrBuilder.java @@ -27,7 +27,7 @@ public interface BulkDeleteConversationsRequestOrBuilder * * *
-   * Required. The parent resource to create analyses in.
+   * Required. The parent resource to delete conversations from.
    * Format:
    * projects/{project}/locations/{location}
    * 
@@ -43,7 +43,7 @@ public interface BulkDeleteConversationsRequestOrBuilder * * *
-   * Required. The parent resource to create analyses in.
+   * Required. The parent resource to delete conversations from.
    * Format:
    * projects/{project}/locations/{location}
    * 
@@ -60,7 +60,7 @@ public interface BulkDeleteConversationsRequestOrBuilder * * *
-   * Filter used to select the subset of conversations to analyze.
+   * Filter used to select the subset of conversations to delete.
    * 
* * string filter = 2; @@ -72,7 +72,7 @@ public interface BulkDeleteConversationsRequestOrBuilder * * *
-   * Filter used to select the subset of conversations to analyze.
+   * Filter used to select the subset of conversations to delete.
    * 
* * string filter = 2; @@ -85,8 +85,7 @@ public interface BulkDeleteConversationsRequestOrBuilder * * *
-   * 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.
    * 
* * int32 max_delete_count = 3; diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsResponse.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsResponse.java index a9a1c2c62acc..f42a69a090c5 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsResponse.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/BulkDeleteConversationsResponse.java @@ -22,7 +22,7 @@ * * *
- * The response for a bulk analyze conversations operation.
+ * The response for a bulk delete conversations operation.
  * 
* * Protobuf type {@code google.cloud.contactcenterinsights.v1.BulkDeleteConversationsResponse} @@ -219,7 +219,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for a bulk analyze conversations operation.
+   * The response for a bulk delete conversations operation.
    * 
* * Protobuf type {@code google.cloud.contactcenterinsights.v1.BulkDeleteConversationsResponse} diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/IngestConversationsRequest.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/IngestConversationsRequest.java index 4312e34c42c8..79622b01607d 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/IngestConversationsRequest.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/IngestConversationsRequest.java @@ -178,7 +178,7 @@ public enum BucketObjectType implements com.google.protobuf.ProtocolMessageEnum * * *
-       * The object type is unspecified and will default to TRANSCRIPT.
+       * The object type is unspecified and will default to `TRANSCRIPT`.
        * 
* * BUCKET_OBJECT_TYPE_UNSPECIFIED = 0; @@ -211,7 +211,7 @@ public enum BucketObjectType implements com.google.protobuf.ProtocolMessageEnum * * *
-       * The object type is unspecified and will default to TRANSCRIPT.
+       * The object type is unspecified and will default to `TRANSCRIPT`.
        * 
* * BUCKET_OBJECT_TYPE_UNSPECIFIED = 0; diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequest.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequest.java index 685955a6f9bf..f293d3d6069a 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequest.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequest.java @@ -242,8 +242,8 @@ public com.google.protobuf.ByteString getConversationIdBytes() { * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -260,8 +260,8 @@ public boolean hasRedactionConfig() { * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -280,8 +280,8 @@ public com.google.cloud.contactcenterinsights.v1.RedactionConfig getRedactionCon * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -302,8 +302,8 @@ public com.google.cloud.contactcenterinsights.v1.RedactionConfig getRedactionCon * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * @@ -320,8 +320,8 @@ public boolean hasSpeechConfig() { * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * @@ -340,8 +340,8 @@ public com.google.cloud.contactcenterinsights.v1.SpeechConfig getSpeechConfig() * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * @@ -1288,8 +1288,8 @@ public Builder setConversationIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1305,8 +1305,8 @@ public boolean hasRedactionConfig() { * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1328,8 +1328,8 @@ public com.google.cloud.contactcenterinsights.v1.RedactionConfig getRedactionCon * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1354,8 +1354,8 @@ public Builder setRedactionConfig( * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1377,8 +1377,8 @@ public Builder setRedactionConfig( * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1407,8 +1407,8 @@ public Builder mergeRedactionConfig( * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1429,8 +1429,8 @@ public Builder clearRedactionConfig() { * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1447,8 +1447,8 @@ public Builder clearRedactionConfig() { * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1469,8 +1469,8 @@ public Builder clearRedactionConfig() { * * *
-     * Optional. DLP settings for transcript redaction. Optional, will default to
-     * the config specified in Settings.
+     * Optional. DLP settings for transcript redaction. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1504,8 +1504,8 @@ public Builder clearRedactionConfig() { * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1521,8 +1521,8 @@ public boolean hasSpeechConfig() { * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1544,8 +1544,8 @@ public com.google.cloud.contactcenterinsights.v1.SpeechConfig getSpeechConfig() * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1569,8 +1569,8 @@ public Builder setSpeechConfig(com.google.cloud.contactcenterinsights.v1.SpeechC * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1592,8 +1592,8 @@ public Builder setSpeechConfig( * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1621,8 +1621,8 @@ public Builder mergeSpeechConfig(com.google.cloud.contactcenterinsights.v1.Speec * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1643,8 +1643,8 @@ public Builder clearSpeechConfig() { * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1660,8 +1660,8 @@ public com.google.cloud.contactcenterinsights.v1.SpeechConfig.Builder getSpeechC * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * @@ -1682,8 +1682,8 @@ public com.google.cloud.contactcenterinsights.v1.SpeechConfig.Builder getSpeechC * * *
-     * Optional. Default Speech-to-Text configuration. Optional, will default to
-     * the config specified in Settings.
+     * Optional. Speech-to-Text configuration. Will default to the config
+     * specified in Settings.
      * 
* * diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequestOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequestOrBuilder.java index e938af69783c..84890f3667fa 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequestOrBuilder.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/UploadConversationRequestOrBuilder.java @@ -132,8 +132,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -147,8 +147,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -162,8 +162,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. DLP settings for transcript redaction. Optional, will default to
-   * the config specified in Settings.
+   * Optional. DLP settings for transcript redaction. Will default to the config
+   * specified in Settings.
    * 
* * @@ -176,8 +176,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * @@ -191,8 +191,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * @@ -206,8 +206,8 @@ public interface UploadConversationRequestOrBuilder * * *
-   * Optional. Default Speech-to-Text configuration. Optional, will default to
-   * the config specified in Settings.
+   * Optional. Speech-to-Text configuration. Will default to the config
+   * specified in Settings.
    * 
* * diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/contact_center_insights.proto b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/contact_center_insights.proto index 381e8a122bfd..4628bfb91e41 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/contact_center_insights.proto +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/contact_center_insights.proto @@ -587,12 +587,12 @@ message UploadConversationRequest { // expression `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-` string conversation_id = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. DLP settings for transcript redaction. Optional, will default to - // the config specified in Settings. + // Optional. DLP settings for transcript redaction. Will default to the config + // specified in Settings. RedactionConfig redaction_config = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Default Speech-to-Text configuration. Optional, will default to - // the config specified in Settings. + // Optional. Speech-to-Text configuration. Will default to the config + // specified in Settings. SpeechConfig speech_config = 11 [(google.api.field_behavior) = OPTIONAL]; } @@ -703,7 +703,7 @@ message IngestConversationsRequest { // Configuration for Cloud Storage bucket sources. message GcsSource { enum BucketObjectType { - // The object type is unspecified and will default to TRANSCRIPT. + // The object type is unspecified and will default to `TRANSCRIPT`. BUCKET_OBJECT_TYPE_UNSPECIFIED = 0; // The object is a transcript. @@ -958,7 +958,7 @@ message BulkAnalyzeConversationsResponse { // The request to delete conversations in bulk. message BulkDeleteConversationsRequest { - // Required. The parent resource to create analyses in. + // Required. The parent resource to delete conversations from. // Format: // projects/{project}/locations/{location} string parent = 1 [ @@ -968,11 +968,10 @@ message BulkDeleteConversationsRequest { } ]; - // Filter used to select the subset of conversations to analyze. + // Filter used to select the subset of conversations to delete. string filter = 2; - // 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. int32 max_delete_count = 3; // If set to true, all of this conversation's analyses will also be deleted. @@ -997,7 +996,7 @@ message BulkDeleteConversationsMetadata { repeated google.rpc.Status partial_errors = 4; } -// The response for a bulk analyze conversations operation. +// The response for a bulk delete conversations operation. message BulkDeleteConversationsResponse {} // The request to export insights.