@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241204 → 0.0.20241209
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +13 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://contactcenterinsights.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241209
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -619,7 +619,10 @@ declare namespace gapi.client {
|
|
|
619
619
|
/** Required. Format: `gs:///` */
|
|
620
620
|
objectUri?: string;
|
|
621
621
|
}
|
|
622
|
-
interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse {
|
|
622
|
+
interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse {
|
|
623
|
+
/** The issue model that was imported. */
|
|
624
|
+
issueModel?: GoogleCloudContactcenterinsightsV1alpha1IssueModel;
|
|
625
|
+
}
|
|
623
626
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata {
|
|
624
627
|
/** Output only. The time the operation was created. */
|
|
625
628
|
createTime?: string;
|
|
@@ -1751,7 +1754,10 @@ declare namespace gapi.client {
|
|
|
1751
1754
|
/** Required. Format: `gs:///` */
|
|
1752
1755
|
objectUri?: string;
|
|
1753
1756
|
}
|
|
1754
|
-
interface GoogleCloudContactcenterinsightsV1ImportIssueModelResponse {
|
|
1757
|
+
interface GoogleCloudContactcenterinsightsV1ImportIssueModelResponse {
|
|
1758
|
+
/** The issue model that was imported. */
|
|
1759
|
+
issueModel?: GoogleCloudContactcenterinsightsV1IssueModel;
|
|
1760
|
+
}
|
|
1755
1761
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsMetadata {
|
|
1756
1762
|
/** Output only. The time the operation was created. */
|
|
1757
1763
|
createTime?: string;
|
|
@@ -2655,7 +2661,7 @@ declare namespace gapi.client {
|
|
|
2655
2661
|
body: GoogleCloudContactcenterinsightsV1AnalysisRule
|
|
2656
2662
|
): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
|
|
2657
2663
|
}
|
|
2658
|
-
interface
|
|
2664
|
+
interface ConversationsResource {
|
|
2659
2665
|
/** Gets conversation statistics. */
|
|
2660
2666
|
calculateStats(request?: {
|
|
2661
2667
|
/** V1 error format. */
|
|
@@ -2685,6 +2691,8 @@ declare namespace gapi.client {
|
|
|
2685
2691
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2686
2692
|
uploadType?: string;
|
|
2687
2693
|
}): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
|
|
2694
|
+
}
|
|
2695
|
+
interface AuthorizedViewsResource {
|
|
2688
2696
|
/** Query metrics. */
|
|
2689
2697
|
queryMetrics(request: {
|
|
2690
2698
|
/** V1 error format. */
|
|
@@ -2743,6 +2751,7 @@ declare namespace gapi.client {
|
|
|
2743
2751
|
},
|
|
2744
2752
|
body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
|
2745
2753
|
): Request<GoogleLongrunningOperation>;
|
|
2754
|
+
conversations: ConversationsResource;
|
|
2746
2755
|
}
|
|
2747
2756
|
interface AuthorizedViewSetsResource {
|
|
2748
2757
|
authorizedViews: AuthorizedViewsResource;
|