@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241119 → 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 +26 -9
- 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
|
|
|
@@ -318,8 +318,12 @@ declare namespace gapi.client {
|
|
|
318
318
|
displayName?: string;
|
|
319
319
|
/** A user-provided string indicating the outcome of the agent's segment of the call. */
|
|
320
320
|
dispositionCode?: string;
|
|
321
|
-
/**
|
|
321
|
+
/** The agent's location. */
|
|
322
|
+
location?: string;
|
|
323
|
+
/** A user-specified string representing the agent's team. Deprecated in favor of the `teams` field. */
|
|
322
324
|
team?: string;
|
|
325
|
+
/** User-specified strings representing the agent's teams. */
|
|
326
|
+
teams?: string[];
|
|
323
327
|
}
|
|
324
328
|
interface GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData {
|
|
325
329
|
/** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
|
|
@@ -615,7 +619,10 @@ declare namespace gapi.client {
|
|
|
615
619
|
/** Required. Format: `gs:///` */
|
|
616
620
|
objectUri?: string;
|
|
617
621
|
}
|
|
618
|
-
interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse {
|
|
622
|
+
interface GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse {
|
|
623
|
+
/** The issue model that was imported. */
|
|
624
|
+
issueModel?: GoogleCloudContactcenterinsightsV1alpha1IssueModel;
|
|
625
|
+
}
|
|
619
626
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata {
|
|
620
627
|
/** Output only. The time the operation was created. */
|
|
621
628
|
createTime?: string;
|
|
@@ -1441,8 +1448,12 @@ declare namespace gapi.client {
|
|
|
1441
1448
|
displayName?: string;
|
|
1442
1449
|
/** A user-provided string indicating the outcome of the agent's segment of the call. */
|
|
1443
1450
|
dispositionCode?: string;
|
|
1444
|
-
/**
|
|
1451
|
+
/** The agent's location. */
|
|
1452
|
+
location?: string;
|
|
1453
|
+
/** A user-specified string representing the agent's team. Deprecated in favor of the `teams` field. */
|
|
1445
1454
|
team?: string;
|
|
1455
|
+
/** User-specified strings representing the agent's teams. */
|
|
1456
|
+
teams?: string[];
|
|
1446
1457
|
}
|
|
1447
1458
|
interface GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData {
|
|
1448
1459
|
/** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
|
|
@@ -1743,7 +1754,10 @@ declare namespace gapi.client {
|
|
|
1743
1754
|
/** Required. Format: `gs:///` */
|
|
1744
1755
|
objectUri?: string;
|
|
1745
1756
|
}
|
|
1746
|
-
interface GoogleCloudContactcenterinsightsV1ImportIssueModelResponse {
|
|
1757
|
+
interface GoogleCloudContactcenterinsightsV1ImportIssueModelResponse {
|
|
1758
|
+
/** The issue model that was imported. */
|
|
1759
|
+
issueModel?: GoogleCloudContactcenterinsightsV1IssueModel;
|
|
1760
|
+
}
|
|
1747
1761
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsMetadata {
|
|
1748
1762
|
/** Output only. The time the operation was created. */
|
|
1749
1763
|
createTime?: string;
|
|
@@ -2647,7 +2661,7 @@ declare namespace gapi.client {
|
|
|
2647
2661
|
body: GoogleCloudContactcenterinsightsV1AnalysisRule
|
|
2648
2662
|
): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
|
|
2649
2663
|
}
|
|
2650
|
-
interface
|
|
2664
|
+
interface ConversationsResource {
|
|
2651
2665
|
/** Gets conversation statistics. */
|
|
2652
2666
|
calculateStats(request?: {
|
|
2653
2667
|
/** V1 error format. */
|
|
@@ -2677,6 +2691,8 @@ declare namespace gapi.client {
|
|
|
2677
2691
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2678
2692
|
uploadType?: string;
|
|
2679
2693
|
}): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
|
|
2694
|
+
}
|
|
2695
|
+
interface AuthorizedViewsResource {
|
|
2680
2696
|
/** Query metrics. */
|
|
2681
2697
|
queryMetrics(request: {
|
|
2682
2698
|
/** V1 error format. */
|
|
@@ -2735,9 +2751,10 @@ declare namespace gapi.client {
|
|
|
2735
2751
|
},
|
|
2736
2752
|
body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
|
2737
2753
|
): Request<GoogleLongrunningOperation>;
|
|
2754
|
+
conversations: ConversationsResource;
|
|
2738
2755
|
}
|
|
2739
|
-
interface
|
|
2740
|
-
|
|
2756
|
+
interface AuthorizedViewSetsResource {
|
|
2757
|
+
authorizedViews: AuthorizedViewsResource;
|
|
2741
2758
|
}
|
|
2742
2759
|
interface AnalysesResource {
|
|
2743
2760
|
/** Creates an analysis. The long running operation is done when the analysis has completed. */
|
|
@@ -5894,7 +5911,7 @@ declare namespace gapi.client {
|
|
|
5894
5911
|
body: GoogleCloudContactcenterinsightsV1Settings
|
|
5895
5912
|
): Request<GoogleCloudContactcenterinsightsV1Settings>;
|
|
5896
5913
|
analysisRules: AnalysisRulesResource;
|
|
5897
|
-
|
|
5914
|
+
authorizedViewSets: AuthorizedViewSetsResource;
|
|
5898
5915
|
conversations: ConversationsResource;
|
|
5899
5916
|
encryptionSpec: EncryptionSpecResource;
|
|
5900
5917
|
insightsdata: InsightsdataResource;
|