Skip to content

Commit

Permalink
feat(contactcenterinsights): update the api
Browse files Browse the repository at this point in the history
#### contactcenterinsights:v1

The following keys were added:
- schemas.GoogleCloudContactcenterinsightsV1IssueAssignment.properties.displayName.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Sep 7, 2021
1 parent 36050a3 commit c5bac63
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -326,6 +327,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -439,6 +441,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -471,6 +472,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -721,6 +723,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -847,7 +850,7 @@ <h3>Method Details</h3>
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
Expand Down Expand Up @@ -957,6 +960,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -1075,7 +1079,7 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the conversation was updated.
},
],
&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.
&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.
}</pre>
</div>

Expand Down Expand Up @@ -1195,6 +1199,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down Expand Up @@ -1415,6 +1420,7 @@ <h3>Method Details</h3>
&quot;issueModel&quot;: &quot;A String&quot;, # Issue model that generates the result.
&quot;issues&quot;: [ # All the matched issues.
{ # Information about the issue.
&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.
&quot;issue&quot;: &quot;A String&quot;, # Resource name of the assigned issue.
&quot;score&quot;: 3.14, # Score indicating the likelihood of the issue assignment. currently bounded on [0,1].
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
&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.
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
&quot;medium&quot;: &quot;A String&quot;, # Required.
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
&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.
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
&quot;medium&quot;: &quot;A String&quot;, # Required.
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Expand Down Expand Up @@ -334,7 +334,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
&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.
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
&quot;medium&quot;: &quot;A String&quot;, # Required.
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Expand Down Expand Up @@ -368,7 +368,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
&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.
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
&quot;medium&quot;: &quot;A String&quot;, # Required.
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Expand Down Expand Up @@ -399,7 +399,7 @@ <h3>Method Details</h3>
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this issue model was created.
&quot;displayName&quot;: &quot;A String&quot;, # The representative name for the issue model.
&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.
&quot;medium&quot;: &quot;A String&quot;, # Required. Medium of conversations used in training data.
&quot;medium&quot;: &quot;A String&quot;, # Required.
&quot;trainingConversationsCount&quot;: &quot;A String&quot;, # Output only. Number of conversations used in training. Output only.
},
&quot;name&quot;: &quot;A String&quot;, # Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1089,7 +1089,7 @@
}
}
},
"revision": "20210822",
"revision": "20210902",
"rootUrl": "https://contactcenterinsights.googleapis.com/",
"schemas": {
"GoogleCloudContactcenterinsightsV1Analysis": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -2235,7 +2239,7 @@
"id": "GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig",
"properties": {
"medium": {
"description": "Required. Medium of conversations used in training data.",
"description": "Required. ",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",
Expand Down Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -3045,7 +3049,7 @@
"id": "GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig",
"properties": {
"medium": {
"description": "Required. Medium of conversations used in training data.",
"description": "Required. ",
"enum": [
"MEDIUM_UNSPECIFIED",
"PHONE_CALL",
Expand Down

0 comments on commit c5bac63

Please sign in to comment.