You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,8 @@ public final OperationsClient getOperationsClient() {
192
192
* @param conversationId A unique ID for the new conversation. This ID will become the final
193
193
* component of the conversation's resource name. If no ID is specified, a server-generated ID
194
194
* will be used.
195
-
* <p>This value should be 4-32 characters and must match the regular expression
196
-
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
195
+
* <p>This value should be 4-64 characters and must match the regular expression
196
+
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
197
197
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
198
198
*/
199
199
publicfinalConversationcreateConversation(
@@ -229,8 +229,8 @@ public final Conversation createConversation(
229
229
* @param conversationId A unique ID for the new conversation. This ID will become the final
230
230
* component of the conversation's resource name. If no ID is specified, a server-generated ID
231
231
* will be used.
232
-
* <p>This value should be 4-32 characters and must match the regular expression
233
-
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
232
+
* <p>This value should be 4-64 characters and must match the regular expression
233
+
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
234
234
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/CalculateStatsResponse.java
+22-33Lines changed: 22 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -3006,8 +3006,7 @@ public int getIssueMatchesCount() {
3006
3006
* <pre>
3007
3007
* A map associating each issue resource name with its respective number of
3008
3008
* matches in the set of conversations. Key has the format:
3009
-
* `projects/<Project ID>/locations/<Location ID>/issueModels/<Issue Model
Copy file name to clipboardExpand all lines: proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/CalculateStatsResponseOrBuilder.java
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -211,8 +211,7 @@ public interface CalculateStatsResponseOrBuilder
211
211
* <pre>
212
212
* A map associating each issue resource name with its respective number of
213
213
* matches in the set of conversations. Key has the format:
214
-
* `projects/<Project ID>/locations/<Location ID>/issueModels/<Issue Model
0 commit comments