@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241114 → 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 +105 -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: 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,6 +2655,98 @@ declare namespace gapi.client {
|
|
|
2647
2655
|
body: GoogleCloudContactcenterinsightsV1AnalysisRule
|
|
2648
2656
|
): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
|
|
2649
2657
|
}
|
|
2658
|
+
interface AuthorizedViewsResource {
|
|
2659
|
+
/** Gets conversation statistics. */
|
|
2660
|
+
calculateStats(request?: {
|
|
2661
|
+
/** V1 error format. */
|
|
2662
|
+
'$.xgafv'?: string;
|
|
2663
|
+
/** OAuth access token. */
|
|
2664
|
+
access_token?: string;
|
|
2665
|
+
/** Data format for response. */
|
|
2666
|
+
alt?: string;
|
|
2667
|
+
/** JSONP */
|
|
2668
|
+
callback?: string;
|
|
2669
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2670
|
+
fields?: string;
|
|
2671
|
+
/** A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties. */
|
|
2672
|
+
filter?: string;
|
|
2673
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2674
|
+
key?: string;
|
|
2675
|
+
/** Required. The location of the conversations. */
|
|
2676
|
+
location: string;
|
|
2677
|
+
/** OAuth 2.0 token for the current user. */
|
|
2678
|
+
oauth_token?: string;
|
|
2679
|
+
/** Returns response with indentations and line breaks. */
|
|
2680
|
+
prettyPrint?: boolean;
|
|
2681
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2682
|
+
quotaUser?: string;
|
|
2683
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2684
|
+
upload_protocol?: string;
|
|
2685
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2686
|
+
uploadType?: string;
|
|
2687
|
+
}): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
|
|
2688
|
+
/** Query metrics. */
|
|
2689
|
+
queryMetrics(request: {
|
|
2690
|
+
/** V1 error format. */
|
|
2691
|
+
'$.xgafv'?: string;
|
|
2692
|
+
/** OAuth access token. */
|
|
2693
|
+
access_token?: string;
|
|
2694
|
+
/** Data format for response. */
|
|
2695
|
+
alt?: string;
|
|
2696
|
+
/** JSONP */
|
|
2697
|
+
callback?: string;
|
|
2698
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2699
|
+
fields?: string;
|
|
2700
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2701
|
+
key?: string;
|
|
2702
|
+
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2703
|
+
location: string;
|
|
2704
|
+
/** OAuth 2.0 token for the current user. */
|
|
2705
|
+
oauth_token?: string;
|
|
2706
|
+
/** Returns response with indentations and line breaks. */
|
|
2707
|
+
prettyPrint?: boolean;
|
|
2708
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2709
|
+
quotaUser?: string;
|
|
2710
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2711
|
+
upload_protocol?: string;
|
|
2712
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2713
|
+
uploadType?: string;
|
|
2714
|
+
/** Request body */
|
|
2715
|
+
resource: GoogleCloudContactcenterinsightsV1QueryMetricsRequest;
|
|
2716
|
+
}): Request<GoogleLongrunningOperation>;
|
|
2717
|
+
queryMetrics(
|
|
2718
|
+
request: {
|
|
2719
|
+
/** V1 error format. */
|
|
2720
|
+
'$.xgafv'?: string;
|
|
2721
|
+
/** OAuth access token. */
|
|
2722
|
+
access_token?: string;
|
|
2723
|
+
/** Data format for response. */
|
|
2724
|
+
alt?: string;
|
|
2725
|
+
/** JSONP */
|
|
2726
|
+
callback?: string;
|
|
2727
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2728
|
+
fields?: string;
|
|
2729
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2730
|
+
key?: string;
|
|
2731
|
+
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2732
|
+
location: string;
|
|
2733
|
+
/** OAuth 2.0 token for the current user. */
|
|
2734
|
+
oauth_token?: string;
|
|
2735
|
+
/** Returns response with indentations and line breaks. */
|
|
2736
|
+
prettyPrint?: boolean;
|
|
2737
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2738
|
+
quotaUser?: string;
|
|
2739
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2740
|
+
upload_protocol?: string;
|
|
2741
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2742
|
+
uploadType?: string;
|
|
2743
|
+
},
|
|
2744
|
+
body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
|
2745
|
+
): Request<GoogleLongrunningOperation>;
|
|
2746
|
+
}
|
|
2747
|
+
interface AuthorizedViewSetsResource {
|
|
2748
|
+
authorizedViews: AuthorizedViewsResource;
|
|
2749
|
+
}
|
|
2650
2750
|
interface AnalysesResource {
|
|
2651
2751
|
/** Creates an analysis. The long running operation is done when the analysis has completed. */
|
|
2652
2752
|
create(request: {
|
|
@@ -4220,7 +4320,7 @@ declare namespace gapi.client {
|
|
|
4220
4320
|
issues: IssuesResource;
|
|
4221
4321
|
}
|
|
4222
4322
|
interface OperationsResource {
|
|
4223
|
-
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
4323
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
4224
4324
|
cancel(request?: {
|
|
4225
4325
|
/** V1 error format. */
|
|
4226
4326
|
'$.xgafv'?: string;
|
|
@@ -5802,6 +5902,7 @@ declare namespace gapi.client {
|
|
|
5802
5902
|
body: GoogleCloudContactcenterinsightsV1Settings
|
|
5803
5903
|
): Request<GoogleCloudContactcenterinsightsV1Settings>;
|
|
5804
5904
|
analysisRules: AnalysisRulesResource;
|
|
5905
|
+
authorizedViewSets: AuthorizedViewSetsResource;
|
|
5805
5906
|
conversations: ConversationsResource;
|
|
5806
5907
|
encryptionSpec: EncryptionSpecResource;
|
|
5807
5908
|
insightsdata: InsightsdataResource;
|