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
#### contactcenterinsights:v1
The following keys were added:
- schemas.GoogleCloudContactcenterinsightsV1IssueAssignment.properties.displayName.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ <h3>Method Details</h3>
172
172
"issueModel": "A String", # Issue model that generates the result.
173
173
"issues": [ # All the matched issues.
174
174
{ # Information about the issue.
175
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
175
176
"issue": "A String", # Resource name of the assigned issue.
176
177
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
177
178
},
@@ -326,6 +327,7 @@ <h3>Method Details</h3>
326
327
"issueModel": "A String", # Issue model that generates the result.
327
328
"issues": [ # All the matched issues.
328
329
{ # Information about the issue.
330
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
329
331
"issue": "A String", # Resource name of the assigned issue.
330
332
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
331
333
},
@@ -439,6 +441,7 @@ <h3>Method Details</h3>
439
441
"issueModel": "A String", # Issue model that generates the result.
440
442
"issues": [ # All the matched issues.
441
443
{ # Information about the issue.
444
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
442
445
"issue": "A String", # Resource name of the assigned issue.
443
446
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
Copy file name to clipboardExpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,7 @@ <h3>Method Details</h3>
251
251
"issueModel": "A String", # Issue model that generates the result.
252
252
"issues": [ # All the matched issues.
253
253
{ # Information about the issue.
254
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
254
255
"issue": "A String", # Resource name of the assigned issue.
255
256
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
256
257
},
@@ -471,6 +472,7 @@ <h3>Method Details</h3>
471
472
"issueModel": "A String", # Issue model that generates the result.
472
473
"issues": [ # All the matched issues.
473
474
{ # Information about the issue.
475
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
474
476
"issue": "A String", # Resource name of the assigned issue.
475
477
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
476
478
},
@@ -721,6 +723,7 @@ <h3>Method Details</h3>
721
723
"issueModel": "A String", # Issue model that generates the result.
722
724
"issues": [ # All the matched issues.
723
725
{ # Information about the issue.
726
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
724
727
"issue": "A String", # Resource name of the assigned issue.
725
728
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
726
729
},
@@ -847,7 +850,7 @@ <h3>Method Details</h3>
847
850
Args:
848
851
parent: string, Required. The parent resource of the conversation. (required)
849
852
filter: string, A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
850
-
pageSize: integer, The maximum number of conversations to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
853
+
pageSize: integer, The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
851
854
pageToken: string, The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
852
855
view: string, The level of details of the conversation. Default is `BASIC`.
853
856
Allowed values
@@ -957,6 +960,7 @@ <h3>Method Details</h3>
957
960
"issueModel": "A String", # Issue model that generates the result.
958
961
"issues": [ # All the matched issues.
959
962
{ # Information about the issue.
963
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
960
964
"issue": "A String", # Resource name of the assigned issue.
961
965
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
962
966
},
@@ -1075,7 +1079,7 @@ <h3>Method Details</h3>
1075
1079
"updateTime": "A String", # Output only. The most recent time at which the conversation was updated.
1076
1080
},
1077
1081
],
1078
-
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
1082
+
"nextPageToken": "A String", # A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.
1079
1083
}</pre>
1080
1084
</div>
1081
1085
@@ -1195,6 +1199,7 @@ <h3>Method Details</h3>
1195
1199
"issueModel": "A String", # Issue model that generates the result.
1196
1200
"issues": [ # All the matched issues.
1197
1201
{ # Information about the issue.
1202
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
1198
1203
"issue": "A String", # Resource name of the assigned issue.
1199
1204
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
1200
1205
},
@@ -1415,6 +1420,7 @@ <h3>Method Details</h3>
1415
1420
"issueModel": "A String", # Issue model that generates the result.
1416
1421
"issues": [ # All the matched issues.
1417
1422
{ # Information about the issue.
1423
+
"displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
1418
1424
"issue": "A String", # Resource name of the assigned issue.
1419
1425
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
Copy file name to clipboardExpand all lines: docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
"createTime": "A String", # Output only. The time at which this issue model was created.
154
154
"displayName": "A String", # The representative name for the issue model.
155
155
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
156
-
"medium": "A String", # Required. Medium of conversations used in training data.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
158
158
},
159
159
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295
295
"createTime": "A String", # Output only. The time at which this issue model was created.
296
296
"displayName": "A String", # The representative name for the issue model.
297
297
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
298
-
"medium": "A String", # Required. Medium of conversations used in training data.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
300
300
},
301
301
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334
334
"createTime": "A String", # Output only. The time at which this issue model was created.
335
335
"displayName": "A String", # The representative name for the issue model.
336
336
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
337
-
"medium": "A String", # Required. Medium of conversations used in training data.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
339
339
},
340
340
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368
368
"createTime": "A String", # Output only. The time at which this issue model was created.
369
369
"displayName": "A String", # The representative name for the issue model.
370
370
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
371
-
"medium": "A String", # Required. Medium of conversations used in training data.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
373
373
},
374
374
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -399,7 +399,7 @@ <h3>Method Details</h3>
399
399
"createTime": "A String", # Output only. The time at which this issue model was created.
400
400
"displayName": "A String", # The representative name for the issue model.
401
401
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
402
-
"medium": "A String", # Required. Medium of conversations used in training data.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
404
404
},
405
405
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@
320
320
"type": "string"
321
321
},
322
322
"pageSize": {
323
-
"description": "The maximum number of conversations to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.",
323
+
"description": "The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.",
"description": "Required. Medium of conversations used in training data.",
2242
+
"description": "Required. ",
2239
2243
"enum": [
2240
2244
"MEDIUM_UNSPECIFIED",
2241
2245
"PHONE_CALL",
@@ -2345,7 +2349,7 @@
2345
2349
"type": "array"
2346
2350
},
2347
2351
"nextPageToken": {
2348
-
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
2352
+
"description": "A token which can be sent as `page_token` to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.",
0 commit comments