Skip to content

Commit c5bac63

Browse files
feat(contactcenterinsights): update the api
#### contactcenterinsights:v1 The following keys were added: - schemas.GoogleCloudContactcenterinsightsV1IssueAssignment.properties.displayName.type (Total Keys: 1)
1 parent 36050a3 commit c5bac63

4 files changed

+25
-12
lines changed

docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h3>Method Details</h3>
172172
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
173173
&quot;issues&quot;: [ # All the matched issues.
174174
{ # Information about the issue.
175+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
175176
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
176177
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
177178
},
@@ -326,6 +327,7 @@ <h3>Method Details</h3>
326327
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
327328
&quot;issues&quot;: [ # All the matched issues.
328329
{ # Information about the issue.
330+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
329331
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
330332
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
331333
},
@@ -439,6 +441,7 @@ <h3>Method Details</h3>
439441
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
440442
&quot;issues&quot;: [ # All the matched issues.
441443
{ # Information about the issue.
444+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
442445
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
443446
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
444447
},

docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ <h3>Method Details</h3>
251251
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
252252
&quot;issues&quot;: [ # All the matched issues.
253253
{ # Information about the issue.
254+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
254255
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
255256
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
256257
},
@@ -471,6 +472,7 @@ <h3>Method Details</h3>
471472
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
472473
&quot;issues&quot;: [ # All the matched issues.
473474
{ # Information about the issue.
475+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
474476
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
475477
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
476478
},
@@ -721,6 +723,7 @@ <h3>Method Details</h3>
721723
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
722724
&quot;issues&quot;: [ # All the matched issues.
723725
{ # Information about the issue.
726+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
724727
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
725728
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
726729
},
@@ -847,7 +850,7 @@ <h3>Method Details</h3>
847850
Args:
848851
parent: string, Required. The parent resource of the conversation. (required)
849852
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.
851854
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.
852855
view: string, The level of details of the conversation. Default is `BASIC`.
853856
Allowed values
@@ -957,6 +960,7 @@ <h3>Method Details</h3>
957960
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
958961
&quot;issues&quot;: [ # All the matched issues.
959962
{ # Information about the issue.
963+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
960964
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
961965
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
962966
},
@@ -1075,7 +1079,7 @@ <h3>Method Details</h3>
10751079
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the conversation was updated.
10761080
},
10771081
],
1078-
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
10791083
}</pre>
10801084
</div>
10811085

@@ -1195,6 +1199,7 @@ <h3>Method Details</h3>
11951199
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
11961200
&quot;issues&quot;: [ # All the matched issues.
11971201
{ # Information about the issue.
1202+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
11981203
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
11991204
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
12001205
},
@@ -1415,6 +1420,7 @@ <h3>Method Details</h3>
14151420
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
14161421
&quot;issues&quot;: [ # All the matched issues.
14171422
{ # Information about the issue.
1423+
&quot;displayName&quot;: &quot;A String&quot;, # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
14181424
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
14191425
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
14201426
},

docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
154154
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
155155
&quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
156-
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
156+
&quot;medium&quot;: &quot;A String&quot;, # Required.
157157
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
158158
},
159159
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295295
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
296296
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
297297
&quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
298-
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
298+
&quot;medium&quot;: &quot;A String&quot;, # Required.
299299
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
300300
},
301301
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334334
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
335335
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
336336
&quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
337-
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
337+
&quot;medium&quot;: &quot;A String&quot;, # Required.
338338
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
339339
},
340340
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -368,7 +368,7 @@ <h3>Method Details</h3>
368368
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
369369
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
370370
&quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
371-
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
371+
&quot;medium&quot;: &quot;A String&quot;, # Required.
372372
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
373373
},
374374
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -399,7 +399,7 @@ <h3>Method Details</h3>
399399
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
400400
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
401401
&quot;inputDataConfig&quot;: { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
402-
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
402+
&quot;medium&quot;: &quot;A String&quot;, # Required.
403403
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
404404
},
405405
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}

googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"type": "string"
321321
},
322322
"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.",
324324
"format": "int32",
325325
"location": "query",
326326
"type": "integer"
@@ -1089,7 +1089,7 @@
10891089
}
10901090
}
10911091
},
1092-
"revision": "20210822",
1092+
"revision": "20210902",
10931093
"rootUrl": "https://contactcenterinsights.googleapis.com/",
10941094
"schemas": {
10951095
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2161,6 +2161,10 @@
21612161
"description": "Information about the issue.",
21622162
"id": "GoogleCloudContactcenterinsightsV1IssueAssignment",
21632163
"properties": {
2164+
"displayName": {
2165+
"description": "Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.",
2166+
"type": "string"
2167+
},
21642168
"issue": {
21652169
"description": "Resource name of the assigned issue.",
21662170
"type": "string"
@@ -2235,7 +2239,7 @@
22352239
"id": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig",
22362240
"properties": {
22372241
"medium": {
2238-
"description": "Required. Medium of conversations used in training data.",
2242+
"description": "Required. ",
22392243
"enum": [
22402244
"MEDIUM_UNSPECIFIED",
22412245
"PHONE_CALL",
@@ -2345,7 +2349,7 @@
23452349
"type": "array"
23462350
},
23472351
"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.",
23492353
"type": "string"
23502354
}
23512355
},
@@ -3045,7 +3049,7 @@
30453049
"id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig",
30463050
"properties": {
30473051
"medium": {
3048-
"description": "Required. Medium of conversations used in training data.",
3052+
"description": "Required. ",
30493053
"enum": [
30503054
"MEDIUM_UNSPECIFIED",
30513055
"PHONE_CALL",

0 commit comments

Comments
 (0)