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: docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,13 @@ <h3>Method Details</h3>
138
138
"issueMatches": { # A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/` Deprecated, use `issue_matches_stats` field instead.
139
139
"a_key": 42,
140
140
},
141
+
"issueMatchesStats": { # A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/`
142
+
"a_key": { # Aggregated statistics about an issue.
143
+
"displayName": "A String", # Display name of the issue.
"labeledConversationsCount": "A String", # Number of conversations attached to the issue at this point in time.
146
+
},
147
+
},
141
148
"smartHighlighterMatches": { # A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
142
149
"a_key": 42,
143
150
},
@@ -379,7 +386,7 @@ <h3>Method Details</h3>
379
386
"updateTime": "A String", # Output only. The most recent time at which the conversation was updated.
380
387
}
381
388
382
-
conversationId: string, A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-32 characters and must match the regular expression /^[a-z0-9-]{4,32}$/. Valid characters are /a-z-/
389
+
conversationId: string, A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression /^[a-z0-9-]{4,64}$/. Valid characters are /a-z-/
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@
212
212
],
213
213
"parameters": {
214
214
"conversationId": {
215
-
"description": "A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-32 characters and must match the regular expression /^[a-z0-9-]{4,32}$/. Valid characters are /a-z-/",
215
+
"description": "A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression /^[a-z0-9-]{4,64}$/. Valid characters are /a-z-/",
"description": "A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/` Deprecated, use `issue_matches_stats` field instead.",
"description": "A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects//locations//issueModels//issues/`",
1357
+
"type": "object"
1358
+
},
1352
1359
"smartHighlighterMatches": {
1353
1360
"additionalProperties": {
1354
1361
"format": "int32",
@@ -2355,6 +2362,10 @@
2355
2362
"description": "Aggregated statistics about an issue.",
0 commit comments