diff --git a/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java b/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java index 1d4a86d6..909a7dec 100644 --- a/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java +++ b/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java @@ -640,7 +640,7 @@ public final ListConversationsPagedResponse listConversations(ListConversationsR * while (true) { * ListConversationsResponse response = * contactCenterInsightsClient.listConversationsCallable().call(request); - * for (Conversation element : response.getResponsesList()) { + * for (Conversation element : response.getConversationsList()) { * // doThingsWith(element); * } * String nextPageToken = response.getNextPageToken(); @@ -1158,7 +1158,7 @@ public final ListAnalysesPagedResponse listAnalyses(ListAnalysesRequest request) * while (true) { * ListAnalysesResponse response = * contactCenterInsightsClient.listAnalysesCallable().call(request); - * for (Analysis element : response.getResponsesList()) { + * for (Analysis element : response.getAnalysesList()) { * // doThingsWith(element); * } * String nextPageToken = response.getNextPageToken(); @@ -3036,7 +3036,7 @@ public final ListPhraseMatchersPagedResponse listPhraseMatchers( * while (true) { * ListPhraseMatchersResponse response = * contactCenterInsightsClient.listPhraseMatchersCallable().call(request); - * for (PhraseMatcher element : response.getResponsesList()) { + * for (PhraseMatcher element : response.getPhraseMatchersList()) { * // doThingsWith(element); * } * String nextPageToken = response.getNextPageToken(); @@ -3882,7 +3882,7 @@ public final UnaryCallable listViewsPa * .build(); * while (true) { * ListViewsResponse response = contactCenterInsightsClient.listViewsCallable().call(request); - * for (View element : response.getResponsesList()) { + * for (View element : response.getViewsList()) { * // doThingsWith(element); * } * String nextPageToken = response.getNextPageToken(); diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java index e00a1aae..be63818f 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java @@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -1368,9 +1368,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1392,9 +1392,9 @@ public java.lang.String getQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1416,9 +1416,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1439,9 +1439,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1458,9 +1458,9 @@ public Builder clearQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java index 96af9b49..b9567d83 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java @@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java index 3a316bf6..39fabb52 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java @@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}.
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}.
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -1364,9 +1364,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}.
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1388,9 +1388,9 @@ public java.lang.String getQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}.
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1412,9 +1412,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}.
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1435,9 +1435,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}.
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; @@ -1454,9 +1454,9 @@ public Builder clearQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}.
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java index 6f969860..c1516b0c 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java @@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}.
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}.
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java index 75242548..2ab6f9e3 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java @@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -1119,9 +1119,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1143,9 +1143,9 @@ public java.lang.String getQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1167,9 +1167,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1190,9 +1190,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1209,9 +1209,9 @@ public Builder clearQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java index 091bf128..efd04393 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java @@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java index 7845080c..30a31825 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java @@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() { * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -1111,9 +1111,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1135,9 +1135,9 @@ public java.lang.String getQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1159,9 +1159,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1182,9 +1182,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; @@ -1201,9 +1201,9 @@ public Builder clearQueryRecord() { * * *
-     * Name of the query record.
+     * The name of the answer record.
      * Format:
-     * projects/{project}/locations/{location}/queryRecords/{query_record}
+     * projects/{project}/locations/{location}/answerRecords/{answer_record}
      * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java index 6eb98568..dde4f8e6 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java +++ b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java @@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; @@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * Name of the query record.
+   * The name of the answer record.
    * Format:
-   * projects/{project}/locations/{location}/queryRecords/{query_record}
+   * projects/{project}/locations/{location}/answerRecords/{answer_record}
    * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto b/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto index 34a6e46d..bac8515a 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto +++ b/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto @@ -957,9 +957,9 @@ message ArticleSuggestionData { // that it originates from. map metadata = 4; - // Name of the query record. + // The name of the answer record. // Format: - // projects/{project}/locations/{location}/queryRecords/{query_record} + // projects/{project}/locations/{location}/answerRecords/{answer_record} string query_record = 5; // The knowledge document that this answer was extracted from. @@ -985,9 +985,9 @@ message FaqAnswerData { // it originates from. map metadata = 4; - // Name of the query record. + // The name of the answer record. // Format: - // projects/{project}/locations/{location}/queryRecords/{query_record}. + // projects/{project}/locations/{location}/answerRecords/{answer_record} string query_record = 5; // The knowledge document that this answer was extracted from. @@ -1010,9 +1010,9 @@ message SmartReplyData { // which it originates. map metadata = 3; - // Name of the query record. + // The name of the answer record. // Format: - // projects/{project}/locations/{location}/queryRecords/{query_record} + // projects/{project}/locations/{location}/answerRecords/{answer_record} string query_record = 4; } @@ -1030,9 +1030,9 @@ message SmartComposeSuggestionData { // document from which it originates. map metadata = 3; - // Name of the query record. + // The name of the answer record. // Format: - // projects/{project}/locations/{location}/queryRecords/{query_record} + // projects/{project}/locations/{location}/answerRecords/{answer_record} string query_record = 4; }