@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241119 → 0.0.20241204
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 +15 -7
- 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: 20241204
|
|
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} */
|
|
@@ -1441,8 +1445,12 @@ declare namespace gapi.client {
|
|
|
1441
1445
|
displayName?: string;
|
|
1442
1446
|
/** A user-provided string indicating the outcome of the agent's segment of the call. */
|
|
1443
1447
|
dispositionCode?: string;
|
|
1444
|
-
/**
|
|
1448
|
+
/** The agent's location. */
|
|
1449
|
+
location?: string;
|
|
1450
|
+
/** A user-specified string representing the agent's team. Deprecated in favor of the `teams` field. */
|
|
1445
1451
|
team?: string;
|
|
1452
|
+
/** User-specified strings representing the agent's teams. */
|
|
1453
|
+
teams?: string[];
|
|
1446
1454
|
}
|
|
1447
1455
|
interface GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData {
|
|
1448
1456
|
/** The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record} */
|
|
@@ -2647,7 +2655,7 @@ declare namespace gapi.client {
|
|
|
2647
2655
|
body: GoogleCloudContactcenterinsightsV1AnalysisRule
|
|
2648
2656
|
): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
|
|
2649
2657
|
}
|
|
2650
|
-
interface
|
|
2658
|
+
interface AuthorizedViewsResource {
|
|
2651
2659
|
/** Gets conversation statistics. */
|
|
2652
2660
|
calculateStats(request?: {
|
|
2653
2661
|
/** V1 error format. */
|
|
@@ -2736,8 +2744,8 @@ declare namespace gapi.client {
|
|
|
2736
2744
|
body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
|
2737
2745
|
): Request<GoogleLongrunningOperation>;
|
|
2738
2746
|
}
|
|
2739
|
-
interface
|
|
2740
|
-
|
|
2747
|
+
interface AuthorizedViewSetsResource {
|
|
2748
|
+
authorizedViews: AuthorizedViewsResource;
|
|
2741
2749
|
}
|
|
2742
2750
|
interface AnalysesResource {
|
|
2743
2751
|
/** Creates an analysis. The long running operation is done when the analysis has completed. */
|
|
@@ -5894,7 +5902,7 @@ declare namespace gapi.client {
|
|
|
5894
5902
|
body: GoogleCloudContactcenterinsightsV1Settings
|
|
5895
5903
|
): Request<GoogleCloudContactcenterinsightsV1Settings>;
|
|
5896
5904
|
analysisRules: AnalysisRulesResource;
|
|
5897
|
-
|
|
5905
|
+
authorizedViewSets: AuthorizedViewSetsResource;
|
|
5898
5906
|
conversations: ConversationsResource;
|
|
5899
5907
|
encryptionSpec: EncryptionSpecResource;
|
|
5900
5908
|
insightsdata: InsightsdataResource;
|