|
1519 | 1519 | "resources": {
|
1520 | 1520 | "issues": {
|
1521 | 1521 | "methods": {
|
| 1522 | + "create": { |
| 1523 | + "description": "Creates an issue.", |
| 1524 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues", |
| 1525 | + "httpMethod": "POST", |
| 1526 | + "id": "contactcenterinsights.projects.locations.issueModels.issues.create", |
| 1527 | + "parameterOrder": [ |
| 1528 | + "parent" |
| 1529 | + ], |
| 1530 | + "parameters": { |
| 1531 | + "parent": { |
| 1532 | + "description": "Required. The parent resource of the issue.", |
| 1533 | + "location": "path", |
| 1534 | + "pattern": "^projects/[^/]+/locations/[^/]+/issueModels/[^/]+$", |
| 1535 | + "required": true, |
| 1536 | + "type": "string" |
| 1537 | + } |
| 1538 | + }, |
| 1539 | + "path": "v1/{+parent}/issues", |
| 1540 | + "request": { |
| 1541 | + "$ref": "GoogleCloudContactcenterinsightsV1Issue" |
| 1542 | + }, |
| 1543 | + "response": { |
| 1544 | + "$ref": "GoogleLongrunningOperation" |
| 1545 | + }, |
| 1546 | + "scopes": [ |
| 1547 | + "https://www.googleapis.com/auth/cloud-platform" |
| 1548 | + ] |
| 1549 | + }, |
1522 | 1550 | "delete": {
|
1523 | 1551 | "description": "Deletes an issue.",
|
1524 | 1552 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}/issues/{issuesId}",
|
|
2581 | 2609 | }
|
2582 | 2610 | }
|
2583 | 2611 | },
|
2584 |
| - "revision": "20241209", |
| 2612 | + "revision": "20241218", |
2585 | 2613 | "rootUrl": "https://contactcenterinsights.googleapis.com/",
|
2586 | 2614 | "schemas": {
|
2587 | 2615 | "GoogleCloudContactcenterinsightsV1Analysis": {
|
|
3915 | 3943 | },
|
3916 | 3944 | "type": "object"
|
3917 | 3945 | },
|
| 3946 | + "GoogleCloudContactcenterinsightsV1CreateIssueMetadata": { |
| 3947 | + "description": "Metadata for creating an issue.", |
| 3948 | + "id": "GoogleCloudContactcenterinsightsV1CreateIssueMetadata", |
| 3949 | + "properties": { |
| 3950 | + "createTime": { |
| 3951 | + "description": "Output only. The time the operation was created.", |
| 3952 | + "format": "google-datetime", |
| 3953 | + "readOnly": true, |
| 3954 | + "type": "string" |
| 3955 | + }, |
| 3956 | + "endTime": { |
| 3957 | + "description": "Output only. The time the operation finished running.", |
| 3958 | + "format": "google-datetime", |
| 3959 | + "readOnly": true, |
| 3960 | + "type": "string" |
| 3961 | + }, |
| 3962 | + "request": { |
| 3963 | + "$ref": "GoogleCloudContactcenterinsightsV1CreateIssueRequest", |
| 3964 | + "description": "The original request for creation." |
| 3965 | + } |
| 3966 | + }, |
| 3967 | + "type": "object" |
| 3968 | + }, |
3918 | 3969 | "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata": {
|
3919 | 3970 | "description": "Metadata for creating an issue model.",
|
3920 | 3971 | "id": "GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata",
|
|
3953 | 4004 | },
|
3954 | 4005 | "type": "object"
|
3955 | 4006 | },
|
| 4007 | + "GoogleCloudContactcenterinsightsV1CreateIssueRequest": { |
| 4008 | + "description": "The request to create an issue.", |
| 4009 | + "id": "GoogleCloudContactcenterinsightsV1CreateIssueRequest", |
| 4010 | + "properties": { |
| 4011 | + "issue": { |
| 4012 | + "$ref": "GoogleCloudContactcenterinsightsV1Issue", |
| 4013 | + "description": "Required. The values for the new issue." |
| 4014 | + }, |
| 4015 | + "parent": { |
| 4016 | + "description": "Required. The parent resource of the issue.", |
| 4017 | + "type": "string" |
| 4018 | + } |
| 4019 | + }, |
| 4020 | + "type": "object" |
| 4021 | + }, |
3956 | 4022 | "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata": {
|
3957 | 4023 | "description": "Metadata for deleting an issue model.",
|
3958 | 4024 | "id": "GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata",
|
|
7568 | 7634 | },
|
7569 | 7635 | "type": "object"
|
7570 | 7636 | },
|
| 7637 | + "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata": { |
| 7638 | + "description": "Metadata for creating an issue.", |
| 7639 | + "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueMetadata", |
| 7640 | + "properties": { |
| 7641 | + "createTime": { |
| 7642 | + "description": "Output only. The time the operation was created.", |
| 7643 | + "format": "google-datetime", |
| 7644 | + "readOnly": true, |
| 7645 | + "type": "string" |
| 7646 | + }, |
| 7647 | + "endTime": { |
| 7648 | + "description": "Output only. The time the operation finished running.", |
| 7649 | + "format": "google-datetime", |
| 7650 | + "readOnly": true, |
| 7651 | + "type": "string" |
| 7652 | + }, |
| 7653 | + "request": { |
| 7654 | + "$ref": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest", |
| 7655 | + "description": "The original request for creation." |
| 7656 | + } |
| 7657 | + }, |
| 7658 | + "type": "object" |
| 7659 | + }, |
7571 | 7660 | "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata": {
|
7572 | 7661 | "description": "Metadata for creating an issue model.",
|
7573 | 7662 | "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata",
|
|
7606 | 7695 | },
|
7607 | 7696 | "type": "object"
|
7608 | 7697 | },
|
| 7698 | + "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest": { |
| 7699 | + "description": "The request to create an issue.", |
| 7700 | + "id": "GoogleCloudContactcenterinsightsV1alpha1CreateIssueRequest", |
| 7701 | + "properties": { |
| 7702 | + "issue": { |
| 7703 | + "$ref": "GoogleCloudContactcenterinsightsV1alpha1Issue", |
| 7704 | + "description": "Required. The values for the new issue." |
| 7705 | + }, |
| 7706 | + "parent": { |
| 7707 | + "description": "Required. The parent resource of the issue.", |
| 7708 | + "type": "string" |
| 7709 | + } |
| 7710 | + }, |
| 7711 | + "type": "object" |
| 7712 | + }, |
7609 | 7713 | "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata": {
|
7610 | 7714 | "description": "Metadata for deleting an issue model.",
|
7611 | 7715 | "id": "GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata",
|
|
8523 | 8627 | "properties": {},
|
8524 | 8628 | "type": "object"
|
8525 | 8629 | },
|
| 8630 | + "GoogleCloudContactcenterinsightsV1alpha1Issue": { |
| 8631 | + "description": "The issue resource.", |
| 8632 | + "id": "GoogleCloudContactcenterinsightsV1alpha1Issue", |
| 8633 | + "properties": { |
| 8634 | + "createTime": { |
| 8635 | + "description": "Output only. The time at which this issue was created.", |
| 8636 | + "format": "google-datetime", |
| 8637 | + "readOnly": true, |
| 8638 | + "type": "string" |
| 8639 | + }, |
| 8640 | + "displayDescription": { |
| 8641 | + "description": "Representative description of the issue.", |
| 8642 | + "type": "string" |
| 8643 | + }, |
| 8644 | + "displayName": { |
| 8645 | + "description": "The representative name for the issue.", |
| 8646 | + "type": "string" |
| 8647 | + }, |
| 8648 | + "name": { |
| 8649 | + "description": "Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}", |
| 8650 | + "type": "string" |
| 8651 | + }, |
| 8652 | + "sampleUtterances": { |
| 8653 | + "description": "Output only. Resource names of the sample representative utterances that match to this issue.", |
| 8654 | + "items": { |
| 8655 | + "type": "string" |
| 8656 | + }, |
| 8657 | + "readOnly": true, |
| 8658 | + "type": "array" |
| 8659 | + }, |
| 8660 | + "updateTime": { |
| 8661 | + "description": "Output only. The most recent time that this issue was updated.", |
| 8662 | + "format": "google-datetime", |
| 8663 | + "readOnly": true, |
| 8664 | + "type": "string" |
| 8665 | + } |
| 8666 | + }, |
| 8667 | + "type": "object" |
| 8668 | + }, |
8526 | 8669 | "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment": {
|
8527 | 8670 | "description": "Information about the issue.",
|
8528 | 8671 | "id": "GoogleCloudContactcenterinsightsV1alpha1IssueAssignment",
|
|
0 commit comments