diff --git a/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html b/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html
index fde901124d6..e628ee01a76 100644
--- a/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html
+++ b/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.analyses.html
@@ -172,6 +172,7 @@
Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -326,6 +327,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -439,6 +441,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
diff --git a/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html b/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html
index 4c7bba3d443..32bcdbe620f 100644
--- a/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html
+++ b/docs/dyn/contactcenterinsights_v1.projects.locations.conversations.html
@@ -251,6 +251,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -471,6 +472,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -721,6 +723,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -847,7 +850,7 @@ Method Details
Args:
parent: string, Required. The parent resource of the conversation. (required)
filter: string, A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
- 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.
+ 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.
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.
view: string, The level of details of the conversation. Default is `BASIC`.
Allowed values
@@ -957,6 +960,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -1075,7 +1079,7 @@ Method Details
"updateTime": "A String", # Output only. The most recent time at which the conversation was updated.
},
],
- "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.
+ "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.
}
@@ -1195,6 +1199,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
@@ -1415,6 +1420,7 @@ Method Details
"issueModel": "A String", # Issue model that generates the result.
"issues": [ # All the matched issues.
{ # Information about the issue.
+ "displayName": "A String", # Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.
"issue": "A String", # Resource name of the assigned issue.
"score": 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
diff --git a/docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html b/docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html
index 2ef45d3ab6d..a6ea9915b50 100644
--- a/docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html
+++ b/docs/dyn/contactcenterinsights_v1.projects.locations.issueModels.html
@@ -153,7 +153,7 @@ Method Details
"createTime": "A String", # Output only. The time at which this issue model was created.
"displayName": "A String", # The representative name for the issue model.
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
- "medium": "A String", # Required. Medium of conversations used in training data.
+ "medium": "A String", # Required.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
},
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -295,7 +295,7 @@ Method Details
"createTime": "A String", # Output only. The time at which this issue model was created.
"displayName": "A String", # The representative name for the issue model.
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
- "medium": "A String", # Required. Medium of conversations used in training data.
+ "medium": "A String", # Required.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
},
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -334,7 +334,7 @@ Method Details
"createTime": "A String", # Output only. The time at which this issue model was created.
"displayName": "A String", # The representative name for the issue model.
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
- "medium": "A String", # Required. Medium of conversations used in training data.
+ "medium": "A String", # Required.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
},
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -368,7 +368,7 @@ Method Details
"createTime": "A String", # Output only. The time at which this issue model was created.
"displayName": "A String", # The representative name for the issue model.
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
- "medium": "A String", # Required. Medium of conversations used in training data.
+ "medium": "A String", # Required.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
},
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
@@ -399,7 +399,7 @@ Method Details
"createTime": "A String", # Output only. The time at which this issue model was created.
"displayName": "A String", # The representative name for the issue model.
"inputDataConfig": { # Configs for the input data used to create the issue model. # Configs for the input data that used to create the issue model.
- "medium": "A String", # Required. Medium of conversations used in training data.
+ "medium": "A String", # Required.
"trainingConversationsCount": "A String", # Output only. Number of conversations used in training. Output only.
},
"name": "A String", # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
diff --git a/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json b/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json
index a5a971c8956..15516dbf529 100644
--- a/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json
+++ b/googleapiclient/discovery_cache/documents/contactcenterinsights.v1.json
@@ -320,7 +320,7 @@
"type": "string"
},
"pageSize": {
- "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.",
+ "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.",
"format": "int32",
"location": "query",
"type": "integer"
@@ -1089,7 +1089,7 @@
}
}
},
- "revision": "20210822",
+ "revision": "20210902",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
@@ -2161,6 +2161,10 @@
"description": "Information about the issue.",
"id": "GoogleCloudContactcenterinsightsV1IssueAssignment",
"properties": {
+ "displayName": {
+ "description": "Immutable. Display name of the assigned issue. This field is set at time of analyis and immutable since then.",
+ "type": "string"
+ },
"issue": {
"description": "Resource name of the assigned issue.",
"type": "string"
@@ -2235,7 +2239,7 @@
"id": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig",
"properties": {
"medium": {
- "description": "Required. Medium of conversations used in training data.",
+ "description": "Required. ",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",
@@ -2345,7 +2349,7 @@
"type": "array"
},
"nextPageToken": {
- "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.",
+ "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.",
"type": "string"
}
},
@@ -3045,7 +3049,7 @@
"id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig",
"properties": {
"medium": {
- "description": "Required. Medium of conversations used in training data.",
+ "description": "Required. ",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",