@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241025 → 0.0.20241104
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 +1 -1001
- 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: 20241104
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -43,8 +43,6 @@ declare namespace gapi.client {
|
|
|
43
43
|
interface GoogleCloudContactcenterinsightsV1alpha1AnalysisResult {
|
|
44
44
|
/** Call-specific metadata created by the analysis. */
|
|
45
45
|
callAnalysisMetadata?: GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata;
|
|
46
|
-
/** The time at which the analysis ended. */
|
|
47
|
-
endTime?: string;
|
|
48
46
|
}
|
|
49
47
|
interface GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata {
|
|
50
48
|
/** A list of call annotations that apply to this call. */
|
|
@@ -1051,8 +1049,6 @@ declare namespace gapi.client {
|
|
|
1051
1049
|
interface GoogleCloudContactcenterinsightsV1AnalysisResult {
|
|
1052
1050
|
/** Call-specific metadata created by the analysis. */
|
|
1053
1051
|
callAnalysisMetadata?: GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata;
|
|
1054
|
-
/** The time at which the analysis ended. */
|
|
1055
|
-
endTime?: string;
|
|
1056
1052
|
}
|
|
1057
1053
|
interface GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata {
|
|
1058
1054
|
/** A list of call annotations that apply to this call. */
|
|
@@ -2407,50 +2403,6 @@ declare namespace gapi.client {
|
|
|
2407
2403
|
/** String with specific view properties, must be non-empty. */
|
|
2408
2404
|
value?: string;
|
|
2409
2405
|
}
|
|
2410
|
-
interface GoogleIamV1AuditConfig {
|
|
2411
|
-
/** The configuration for logging of each type of permission. */
|
|
2412
|
-
auditLogConfigs?: GoogleIamV1AuditLogConfig[];
|
|
2413
|
-
/** Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services. */
|
|
2414
|
-
service?: string;
|
|
2415
|
-
}
|
|
2416
|
-
interface GoogleIamV1AuditLogConfig {
|
|
2417
|
-
/** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
|
|
2418
|
-
exemptedMembers?: string[];
|
|
2419
|
-
/** The log type that this config enables. */
|
|
2420
|
-
logType?: string;
|
|
2421
|
-
}
|
|
2422
|
-
interface GoogleIamV1Binding {
|
|
2423
|
-
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
2424
|
-
condition?: GoogleTypeExpr;
|
|
2425
|
-
/** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */
|
|
2426
|
-
members?: string[];
|
|
2427
|
-
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). */
|
|
2428
|
-
role?: string;
|
|
2429
|
-
}
|
|
2430
|
-
interface GoogleIamV1Policy {
|
|
2431
|
-
/** Specifies cloud audit logging configuration for this policy. */
|
|
2432
|
-
auditConfigs?: GoogleIamV1AuditConfig[];
|
|
2433
|
-
/** Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`. */
|
|
2434
|
-
bindings?: GoogleIamV1Binding[];
|
|
2435
|
-
/** `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. */
|
|
2436
|
-
etag?: string;
|
|
2437
|
-
/** Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
2438
|
-
version?: number;
|
|
2439
|
-
}
|
|
2440
|
-
interface GoogleIamV1SetIamPolicyRequest {
|
|
2441
|
-
/** REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them. */
|
|
2442
|
-
policy?: GoogleIamV1Policy;
|
|
2443
|
-
/** OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"` */
|
|
2444
|
-
updateMask?: string;
|
|
2445
|
-
}
|
|
2446
|
-
interface GoogleIamV1TestIamPermissionsRequest {
|
|
2447
|
-
/** The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). */
|
|
2448
|
-
permissions?: string[];
|
|
2449
|
-
}
|
|
2450
|
-
interface GoogleIamV1TestIamPermissionsResponse {
|
|
2451
|
-
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
2452
|
-
permissions?: string[];
|
|
2453
|
-
}
|
|
2454
2406
|
interface GoogleLongrunningListOperationsResponse {
|
|
2455
2407
|
/** The standard List next-page token. */
|
|
2456
2408
|
nextPageToken?: string;
|
|
@@ -2478,16 +2430,6 @@ declare namespace gapi.client {
|
|
|
2478
2430
|
/** A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. */
|
|
2479
2431
|
message?: string;
|
|
2480
2432
|
}
|
|
2481
|
-
interface GoogleTypeExpr {
|
|
2482
|
-
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
2483
|
-
description?: string;
|
|
2484
|
-
/** Textual representation of an expression in Common Expression Language syntax. */
|
|
2485
|
-
expression?: string;
|
|
2486
|
-
/** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
|
|
2487
|
-
location?: string;
|
|
2488
|
-
/** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
|
|
2489
|
-
title?: string;
|
|
2490
|
-
}
|
|
2491
2433
|
interface GoogleTypeInterval {
|
|
2492
2434
|
/** Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end. */
|
|
2493
2435
|
endTime?: string;
|
|
@@ -2701,946 +2643,6 @@ declare namespace gapi.client {
|
|
|
2701
2643
|
body: GoogleCloudContactcenterinsightsV1AnalysisRule
|
|
2702
2644
|
): Request<GoogleCloudContactcenterinsightsV1AnalysisRule>;
|
|
2703
2645
|
}
|
|
2704
|
-
interface AuthorizedViewResource {
|
|
2705
|
-
/** Gets conversation statistics. */
|
|
2706
|
-
calculateStats(request?: {
|
|
2707
|
-
/** V1 error format. */
|
|
2708
|
-
'$.xgafv'?: string;
|
|
2709
|
-
/** OAuth access token. */
|
|
2710
|
-
access_token?: string;
|
|
2711
|
-
/** Data format for response. */
|
|
2712
|
-
alt?: string;
|
|
2713
|
-
/** JSONP */
|
|
2714
|
-
callback?: string;
|
|
2715
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2716
|
-
fields?: string;
|
|
2717
|
-
/** A filter to reduce results to a specific subset. This field is useful for getting statistics about conversations with specific properties. */
|
|
2718
|
-
filter?: string;
|
|
2719
|
-
/** 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. */
|
|
2720
|
-
key?: string;
|
|
2721
|
-
/** Required. The location of the conversations. */
|
|
2722
|
-
location: string;
|
|
2723
|
-
/** OAuth 2.0 token for the current user. */
|
|
2724
|
-
oauth_token?: string;
|
|
2725
|
-
/** Returns response with indentations and line breaks. */
|
|
2726
|
-
prettyPrint?: boolean;
|
|
2727
|
-
/** 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. */
|
|
2728
|
-
quotaUser?: string;
|
|
2729
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2730
|
-
upload_protocol?: string;
|
|
2731
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2732
|
-
uploadType?: string;
|
|
2733
|
-
}): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
|
|
2734
|
-
/** Query metrics. */
|
|
2735
|
-
queryMetrics(request: {
|
|
2736
|
-
/** V1 error format. */
|
|
2737
|
-
'$.xgafv'?: string;
|
|
2738
|
-
/** OAuth access token. */
|
|
2739
|
-
access_token?: string;
|
|
2740
|
-
/** Data format for response. */
|
|
2741
|
-
alt?: string;
|
|
2742
|
-
/** JSONP */
|
|
2743
|
-
callback?: string;
|
|
2744
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2745
|
-
fields?: string;
|
|
2746
|
-
/** 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. */
|
|
2747
|
-
key?: string;
|
|
2748
|
-
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2749
|
-
location: string;
|
|
2750
|
-
/** OAuth 2.0 token for the current user. */
|
|
2751
|
-
oauth_token?: string;
|
|
2752
|
-
/** Returns response with indentations and line breaks. */
|
|
2753
|
-
prettyPrint?: boolean;
|
|
2754
|
-
/** 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. */
|
|
2755
|
-
quotaUser?: string;
|
|
2756
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2757
|
-
upload_protocol?: string;
|
|
2758
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2759
|
-
uploadType?: string;
|
|
2760
|
-
/** Request body */
|
|
2761
|
-
resource: GoogleCloudContactcenterinsightsV1QueryMetricsRequest;
|
|
2762
|
-
}): Request<GoogleLongrunningOperation>;
|
|
2763
|
-
queryMetrics(
|
|
2764
|
-
request: {
|
|
2765
|
-
/** V1 error format. */
|
|
2766
|
-
'$.xgafv'?: string;
|
|
2767
|
-
/** OAuth access token. */
|
|
2768
|
-
access_token?: string;
|
|
2769
|
-
/** Data format for response. */
|
|
2770
|
-
alt?: string;
|
|
2771
|
-
/** JSONP */
|
|
2772
|
-
callback?: string;
|
|
2773
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2774
|
-
fields?: string;
|
|
2775
|
-
/** 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. */
|
|
2776
|
-
key?: string;
|
|
2777
|
-
/** Required. The location of the data. "projects/{project}/locations/{location}" */
|
|
2778
|
-
location: string;
|
|
2779
|
-
/** OAuth 2.0 token for the current user. */
|
|
2780
|
-
oauth_token?: string;
|
|
2781
|
-
/** Returns response with indentations and line breaks. */
|
|
2782
|
-
prettyPrint?: boolean;
|
|
2783
|
-
/** 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. */
|
|
2784
|
-
quotaUser?: string;
|
|
2785
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2786
|
-
upload_protocol?: string;
|
|
2787
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2788
|
-
uploadType?: string;
|
|
2789
|
-
},
|
|
2790
|
-
body: GoogleCloudContactcenterinsightsV1QueryMetricsRequest
|
|
2791
|
-
): Request<GoogleLongrunningOperation>;
|
|
2792
|
-
}
|
|
2793
|
-
interface FeedbackLabelsResource {
|
|
2794
|
-
/** Create feedback label. */
|
|
2795
|
-
create(request: {
|
|
2796
|
-
/** V1 error format. */
|
|
2797
|
-
'$.xgafv'?: string;
|
|
2798
|
-
/** OAuth access token. */
|
|
2799
|
-
access_token?: string;
|
|
2800
|
-
/** Data format for response. */
|
|
2801
|
-
alt?: string;
|
|
2802
|
-
/** JSONP */
|
|
2803
|
-
callback?: string;
|
|
2804
|
-
/** Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server. */
|
|
2805
|
-
feedbackLabelId?: string;
|
|
2806
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2807
|
-
fields?: string;
|
|
2808
|
-
/** 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. */
|
|
2809
|
-
key?: string;
|
|
2810
|
-
/** OAuth 2.0 token for the current user. */
|
|
2811
|
-
oauth_token?: string;
|
|
2812
|
-
/** Required. The parent resource of the feedback label. */
|
|
2813
|
-
parent: string;
|
|
2814
|
-
/** Returns response with indentations and line breaks. */
|
|
2815
|
-
prettyPrint?: boolean;
|
|
2816
|
-
/** 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. */
|
|
2817
|
-
quotaUser?: string;
|
|
2818
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2819
|
-
upload_protocol?: string;
|
|
2820
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2821
|
-
uploadType?: string;
|
|
2822
|
-
/** Request body */
|
|
2823
|
-
resource: GoogleCloudContactcenterinsightsV1FeedbackLabel;
|
|
2824
|
-
}): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
|
|
2825
|
-
create(
|
|
2826
|
-
request: {
|
|
2827
|
-
/** V1 error format. */
|
|
2828
|
-
'$.xgafv'?: string;
|
|
2829
|
-
/** OAuth access token. */
|
|
2830
|
-
access_token?: string;
|
|
2831
|
-
/** Data format for response. */
|
|
2832
|
-
alt?: string;
|
|
2833
|
-
/** JSONP */
|
|
2834
|
-
callback?: string;
|
|
2835
|
-
/** Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server. */
|
|
2836
|
-
feedbackLabelId?: string;
|
|
2837
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2838
|
-
fields?: string;
|
|
2839
|
-
/** 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. */
|
|
2840
|
-
key?: string;
|
|
2841
|
-
/** OAuth 2.0 token for the current user. */
|
|
2842
|
-
oauth_token?: string;
|
|
2843
|
-
/** Required. The parent resource of the feedback label. */
|
|
2844
|
-
parent: string;
|
|
2845
|
-
/** Returns response with indentations and line breaks. */
|
|
2846
|
-
prettyPrint?: boolean;
|
|
2847
|
-
/** 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. */
|
|
2848
|
-
quotaUser?: string;
|
|
2849
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2850
|
-
upload_protocol?: string;
|
|
2851
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2852
|
-
uploadType?: string;
|
|
2853
|
-
},
|
|
2854
|
-
body: GoogleCloudContactcenterinsightsV1FeedbackLabel
|
|
2855
|
-
): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
|
|
2856
|
-
/** Delete feedback label. */
|
|
2857
|
-
delete(request?: {
|
|
2858
|
-
/** V1 error format. */
|
|
2859
|
-
'$.xgafv'?: string;
|
|
2860
|
-
/** OAuth access token. */
|
|
2861
|
-
access_token?: string;
|
|
2862
|
-
/** Data format for response. */
|
|
2863
|
-
alt?: string;
|
|
2864
|
-
/** JSONP */
|
|
2865
|
-
callback?: string;
|
|
2866
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2867
|
-
fields?: string;
|
|
2868
|
-
/** 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. */
|
|
2869
|
-
key?: string;
|
|
2870
|
-
/** Required. The name of the feedback label to delete. */
|
|
2871
|
-
name: string;
|
|
2872
|
-
/** OAuth 2.0 token for the current user. */
|
|
2873
|
-
oauth_token?: string;
|
|
2874
|
-
/** Returns response with indentations and line breaks. */
|
|
2875
|
-
prettyPrint?: boolean;
|
|
2876
|
-
/** 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. */
|
|
2877
|
-
quotaUser?: string;
|
|
2878
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2879
|
-
upload_protocol?: string;
|
|
2880
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2881
|
-
uploadType?: string;
|
|
2882
|
-
}): Request<{}>;
|
|
2883
|
-
/** Get feedback label. */
|
|
2884
|
-
get(request?: {
|
|
2885
|
-
/** V1 error format. */
|
|
2886
|
-
'$.xgafv'?: string;
|
|
2887
|
-
/** OAuth access token. */
|
|
2888
|
-
access_token?: string;
|
|
2889
|
-
/** Data format for response. */
|
|
2890
|
-
alt?: string;
|
|
2891
|
-
/** JSONP */
|
|
2892
|
-
callback?: string;
|
|
2893
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2894
|
-
fields?: string;
|
|
2895
|
-
/** 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. */
|
|
2896
|
-
key?: string;
|
|
2897
|
-
/** Required. The name of the feedback label to get. */
|
|
2898
|
-
name: string;
|
|
2899
|
-
/** OAuth 2.0 token for the current user. */
|
|
2900
|
-
oauth_token?: string;
|
|
2901
|
-
/** Returns response with indentations and line breaks. */
|
|
2902
|
-
prettyPrint?: boolean;
|
|
2903
|
-
/** 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. */
|
|
2904
|
-
quotaUser?: string;
|
|
2905
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2906
|
-
upload_protocol?: string;
|
|
2907
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2908
|
-
uploadType?: string;
|
|
2909
|
-
}): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
|
|
2910
|
-
/** List feedback labels. */
|
|
2911
|
-
list(request?: {
|
|
2912
|
-
/** V1 error format. */
|
|
2913
|
-
'$.xgafv'?: string;
|
|
2914
|
-
/** OAuth access token. */
|
|
2915
|
-
access_token?: string;
|
|
2916
|
-
/** Data format for response. */
|
|
2917
|
-
alt?: string;
|
|
2918
|
-
/** JSONP */
|
|
2919
|
-
callback?: string;
|
|
2920
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2921
|
-
fields?: string;
|
|
2922
|
-
/** Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING */
|
|
2923
|
-
filter?: string;
|
|
2924
|
-
/** 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. */
|
|
2925
|
-
key?: string;
|
|
2926
|
-
/** OAuth 2.0 token for the current user. */
|
|
2927
|
-
oauth_token?: string;
|
|
2928
|
-
/** Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
|
|
2929
|
-
pageSize?: number;
|
|
2930
|
-
/** Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data. */
|
|
2931
|
-
pageToken?: string;
|
|
2932
|
-
/** Required. The parent resource of the feedback labels. */
|
|
2933
|
-
parent: string;
|
|
2934
|
-
/** Returns response with indentations and line breaks. */
|
|
2935
|
-
prettyPrint?: boolean;
|
|
2936
|
-
/** 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. */
|
|
2937
|
-
quotaUser?: string;
|
|
2938
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2939
|
-
upload_protocol?: string;
|
|
2940
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2941
|
-
uploadType?: string;
|
|
2942
|
-
}): Request<GoogleCloudContactcenterinsightsV1ListFeedbackLabelsResponse>;
|
|
2943
|
-
/** Update feedback label. */
|
|
2944
|
-
patch(request: {
|
|
2945
|
-
/** V1 error format. */
|
|
2946
|
-
'$.xgafv'?: string;
|
|
2947
|
-
/** OAuth access token. */
|
|
2948
|
-
access_token?: string;
|
|
2949
|
-
/** Data format for response. */
|
|
2950
|
-
alt?: string;
|
|
2951
|
-
/** JSONP */
|
|
2952
|
-
callback?: string;
|
|
2953
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2954
|
-
fields?: string;
|
|
2955
|
-
/** 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. */
|
|
2956
|
-
key?: string;
|
|
2957
|
-
/** Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label} */
|
|
2958
|
-
name: string;
|
|
2959
|
-
/** OAuth 2.0 token for the current user. */
|
|
2960
|
-
oauth_token?: string;
|
|
2961
|
-
/** Returns response with indentations and line breaks. */
|
|
2962
|
-
prettyPrint?: boolean;
|
|
2963
|
-
/** 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. */
|
|
2964
|
-
quotaUser?: string;
|
|
2965
|
-
/** Required. The list of fields to be updated. */
|
|
2966
|
-
updateMask?: string;
|
|
2967
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2968
|
-
upload_protocol?: string;
|
|
2969
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2970
|
-
uploadType?: string;
|
|
2971
|
-
/** Request body */
|
|
2972
|
-
resource: GoogleCloudContactcenterinsightsV1FeedbackLabel;
|
|
2973
|
-
}): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
|
|
2974
|
-
patch(
|
|
2975
|
-
request: {
|
|
2976
|
-
/** V1 error format. */
|
|
2977
|
-
'$.xgafv'?: string;
|
|
2978
|
-
/** OAuth access token. */
|
|
2979
|
-
access_token?: string;
|
|
2980
|
-
/** Data format for response. */
|
|
2981
|
-
alt?: string;
|
|
2982
|
-
/** JSONP */
|
|
2983
|
-
callback?: string;
|
|
2984
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2985
|
-
fields?: string;
|
|
2986
|
-
/** 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. */
|
|
2987
|
-
key?: string;
|
|
2988
|
-
/** Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label} */
|
|
2989
|
-
name: string;
|
|
2990
|
-
/** OAuth 2.0 token for the current user. */
|
|
2991
|
-
oauth_token?: string;
|
|
2992
|
-
/** Returns response with indentations and line breaks. */
|
|
2993
|
-
prettyPrint?: boolean;
|
|
2994
|
-
/** 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. */
|
|
2995
|
-
quotaUser?: string;
|
|
2996
|
-
/** Required. The list of fields to be updated. */
|
|
2997
|
-
updateMask?: string;
|
|
2998
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2999
|
-
upload_protocol?: string;
|
|
3000
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3001
|
-
uploadType?: string;
|
|
3002
|
-
},
|
|
3003
|
-
body: GoogleCloudContactcenterinsightsV1FeedbackLabel
|
|
3004
|
-
): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
|
|
3005
|
-
}
|
|
3006
|
-
interface ConversationsResource {
|
|
3007
|
-
feedbackLabels: FeedbackLabelsResource;
|
|
3008
|
-
}
|
|
3009
|
-
interface AuthorizedViewsResource {
|
|
3010
|
-
conversations: ConversationsResource;
|
|
3011
|
-
}
|
|
3012
|
-
interface AuthorizedViewSetResource {
|
|
3013
|
-
authorizedView: AuthorizedViewResource;
|
|
3014
|
-
authorizedViews: AuthorizedViewsResource;
|
|
3015
|
-
}
|
|
3016
|
-
interface AnalysesResource {
|
|
3017
|
-
/** Creates an analysis. The long running operation is done when the analysis has completed. */
|
|
3018
|
-
create(request: {
|
|
3019
|
-
/** V1 error format. */
|
|
3020
|
-
'$.xgafv'?: string;
|
|
3021
|
-
/** OAuth access token. */
|
|
3022
|
-
access_token?: string;
|
|
3023
|
-
/** Data format for response. */
|
|
3024
|
-
alt?: string;
|
|
3025
|
-
/** JSONP */
|
|
3026
|
-
callback?: string;
|
|
3027
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3028
|
-
fields?: string;
|
|
3029
|
-
/** 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. */
|
|
3030
|
-
key?: string;
|
|
3031
|
-
/** OAuth 2.0 token for the current user. */
|
|
3032
|
-
oauth_token?: string;
|
|
3033
|
-
/** Required. The parent resource of the analysis. */
|
|
3034
|
-
parent: string;
|
|
3035
|
-
/** Returns response with indentations and line breaks. */
|
|
3036
|
-
prettyPrint?: boolean;
|
|
3037
|
-
/** 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. */
|
|
3038
|
-
quotaUser?: string;
|
|
3039
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3040
|
-
upload_protocol?: string;
|
|
3041
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3042
|
-
uploadType?: string;
|
|
3043
|
-
/** Request body */
|
|
3044
|
-
resource: GoogleCloudContactcenterinsightsV1Analysis;
|
|
3045
|
-
}): Request<GoogleLongrunningOperation>;
|
|
3046
|
-
create(
|
|
3047
|
-
request: {
|
|
3048
|
-
/** V1 error format. */
|
|
3049
|
-
'$.xgafv'?: string;
|
|
3050
|
-
/** OAuth access token. */
|
|
3051
|
-
access_token?: string;
|
|
3052
|
-
/** Data format for response. */
|
|
3053
|
-
alt?: string;
|
|
3054
|
-
/** JSONP */
|
|
3055
|
-
callback?: string;
|
|
3056
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3057
|
-
fields?: string;
|
|
3058
|
-
/** 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. */
|
|
3059
|
-
key?: string;
|
|
3060
|
-
/** OAuth 2.0 token for the current user. */
|
|
3061
|
-
oauth_token?: string;
|
|
3062
|
-
/** Required. The parent resource of the analysis. */
|
|
3063
|
-
parent: string;
|
|
3064
|
-
/** Returns response with indentations and line breaks. */
|
|
3065
|
-
prettyPrint?: boolean;
|
|
3066
|
-
/** 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. */
|
|
3067
|
-
quotaUser?: string;
|
|
3068
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3069
|
-
upload_protocol?: string;
|
|
3070
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3071
|
-
uploadType?: string;
|
|
3072
|
-
},
|
|
3073
|
-
body: GoogleCloudContactcenterinsightsV1Analysis
|
|
3074
|
-
): Request<GoogleLongrunningOperation>;
|
|
3075
|
-
/** Deletes an analysis. */
|
|
3076
|
-
delete(request?: {
|
|
3077
|
-
/** V1 error format. */
|
|
3078
|
-
'$.xgafv'?: string;
|
|
3079
|
-
/** OAuth access token. */
|
|
3080
|
-
access_token?: string;
|
|
3081
|
-
/** Data format for response. */
|
|
3082
|
-
alt?: string;
|
|
3083
|
-
/** JSONP */
|
|
3084
|
-
callback?: string;
|
|
3085
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3086
|
-
fields?: string;
|
|
3087
|
-
/** 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. */
|
|
3088
|
-
key?: string;
|
|
3089
|
-
/** Required. The name of the analysis to delete. */
|
|
3090
|
-
name: string;
|
|
3091
|
-
/** OAuth 2.0 token for the current user. */
|
|
3092
|
-
oauth_token?: string;
|
|
3093
|
-
/** Returns response with indentations and line breaks. */
|
|
3094
|
-
prettyPrint?: boolean;
|
|
3095
|
-
/** 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. */
|
|
3096
|
-
quotaUser?: string;
|
|
3097
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3098
|
-
upload_protocol?: string;
|
|
3099
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3100
|
-
uploadType?: string;
|
|
3101
|
-
}): Request<{}>;
|
|
3102
|
-
/** Gets an analysis. */
|
|
3103
|
-
get(request?: {
|
|
3104
|
-
/** V1 error format. */
|
|
3105
|
-
'$.xgafv'?: string;
|
|
3106
|
-
/** OAuth access token. */
|
|
3107
|
-
access_token?: string;
|
|
3108
|
-
/** Data format for response. */
|
|
3109
|
-
alt?: string;
|
|
3110
|
-
/** JSONP */
|
|
3111
|
-
callback?: string;
|
|
3112
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3113
|
-
fields?: string;
|
|
3114
|
-
/** 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. */
|
|
3115
|
-
key?: string;
|
|
3116
|
-
/** Required. The name of the analysis to get. */
|
|
3117
|
-
name: string;
|
|
3118
|
-
/** OAuth 2.0 token for the current user. */
|
|
3119
|
-
oauth_token?: string;
|
|
3120
|
-
/** Returns response with indentations and line breaks. */
|
|
3121
|
-
prettyPrint?: boolean;
|
|
3122
|
-
/** 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. */
|
|
3123
|
-
quotaUser?: string;
|
|
3124
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3125
|
-
upload_protocol?: string;
|
|
3126
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3127
|
-
uploadType?: string;
|
|
3128
|
-
}): Request<GoogleCloudContactcenterinsightsV1Analysis>;
|
|
3129
|
-
/** Lists analyses. */
|
|
3130
|
-
list(request?: {
|
|
3131
|
-
/** V1 error format. */
|
|
3132
|
-
'$.xgafv'?: string;
|
|
3133
|
-
/** OAuth access token. */
|
|
3134
|
-
access_token?: string;
|
|
3135
|
-
/** Data format for response. */
|
|
3136
|
-
alt?: string;
|
|
3137
|
-
/** JSONP */
|
|
3138
|
-
callback?: string;
|
|
3139
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3140
|
-
fields?: string;
|
|
3141
|
-
/** A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. */
|
|
3142
|
-
filter?: string;
|
|
3143
|
-
/** 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. */
|
|
3144
|
-
key?: string;
|
|
3145
|
-
/** OAuth 2.0 token for the current user. */
|
|
3146
|
-
oauth_token?: string;
|
|
3147
|
-
/** The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available. */
|
|
3148
|
-
pageSize?: number;
|
|
3149
|
-
/** The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data. */
|
|
3150
|
-
pageToken?: string;
|
|
3151
|
-
/** Required. The parent resource of the analyses. */
|
|
3152
|
-
parent: string;
|
|
3153
|
-
/** Returns response with indentations and line breaks. */
|
|
3154
|
-
prettyPrint?: boolean;
|
|
3155
|
-
/** 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. */
|
|
3156
|
-
quotaUser?: string;
|
|
3157
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3158
|
-
upload_protocol?: string;
|
|
3159
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3160
|
-
uploadType?: string;
|
|
3161
|
-
}): Request<GoogleCloudContactcenterinsightsV1ListAnalysesResponse>;
|
|
3162
|
-
}
|
|
3163
|
-
interface ConversationsResource {
|
|
3164
|
-
/** Creates a conversation. Note that this method does not support audio transcription or redaction. Use `conversations.upload` instead. */
|
|
3165
|
-
create(request: {
|
|
3166
|
-
/** V1 error format. */
|
|
3167
|
-
'$.xgafv'?: string;
|
|
3168
|
-
/** OAuth access token. */
|
|
3169
|
-
access_token?: string;
|
|
3170
|
-
/** Data format for response. */
|
|
3171
|
-
alt?: string;
|
|
3172
|
-
/** JSONP */
|
|
3173
|
-
callback?: string;
|
|
3174
|
-
/** A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-` */
|
|
3175
|
-
conversationId?: string;
|
|
3176
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3177
|
-
fields?: string;
|
|
3178
|
-
/** 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. */
|
|
3179
|
-
key?: string;
|
|
3180
|
-
/** OAuth 2.0 token for the current user. */
|
|
3181
|
-
oauth_token?: string;
|
|
3182
|
-
/** Required. The parent resource of the conversation. */
|
|
3183
|
-
parent: string;
|
|
3184
|
-
/** Returns response with indentations and line breaks. */
|
|
3185
|
-
prettyPrint?: boolean;
|
|
3186
|
-
/** 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. */
|
|
3187
|
-
quotaUser?: string;
|
|
3188
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3189
|
-
upload_protocol?: string;
|
|
3190
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3191
|
-
uploadType?: string;
|
|
3192
|
-
/** Request body */
|
|
3193
|
-
resource: GoogleCloudContactcenterinsightsV1Conversation;
|
|
3194
|
-
}): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
3195
|
-
create(
|
|
3196
|
-
request: {
|
|
3197
|
-
/** V1 error format. */
|
|
3198
|
-
'$.xgafv'?: string;
|
|
3199
|
-
/** OAuth access token. */
|
|
3200
|
-
access_token?: string;
|
|
3201
|
-
/** Data format for response. */
|
|
3202
|
-
alt?: string;
|
|
3203
|
-
/** JSONP */
|
|
3204
|
-
callback?: string;
|
|
3205
|
-
/** A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-` */
|
|
3206
|
-
conversationId?: string;
|
|
3207
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3208
|
-
fields?: string;
|
|
3209
|
-
/** 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. */
|
|
3210
|
-
key?: string;
|
|
3211
|
-
/** OAuth 2.0 token for the current user. */
|
|
3212
|
-
oauth_token?: string;
|
|
3213
|
-
/** Required. The parent resource of the conversation. */
|
|
3214
|
-
parent: string;
|
|
3215
|
-
/** Returns response with indentations and line breaks. */
|
|
3216
|
-
prettyPrint?: boolean;
|
|
3217
|
-
/** 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. */
|
|
3218
|
-
quotaUser?: string;
|
|
3219
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3220
|
-
upload_protocol?: string;
|
|
3221
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3222
|
-
uploadType?: string;
|
|
3223
|
-
},
|
|
3224
|
-
body: GoogleCloudContactcenterinsightsV1Conversation
|
|
3225
|
-
): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
3226
|
-
/** Deletes a conversation. */
|
|
3227
|
-
delete(request?: {
|
|
3228
|
-
/** V1 error format. */
|
|
3229
|
-
'$.xgafv'?: string;
|
|
3230
|
-
/** OAuth access token. */
|
|
3231
|
-
access_token?: string;
|
|
3232
|
-
/** Data format for response. */
|
|
3233
|
-
alt?: string;
|
|
3234
|
-
/** JSONP */
|
|
3235
|
-
callback?: string;
|
|
3236
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3237
|
-
fields?: string;
|
|
3238
|
-
/** If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses. */
|
|
3239
|
-
force?: boolean;
|
|
3240
|
-
/** 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. */
|
|
3241
|
-
key?: string;
|
|
3242
|
-
/** Required. The name of the conversation to delete. */
|
|
3243
|
-
name: string;
|
|
3244
|
-
/** OAuth 2.0 token for the current user. */
|
|
3245
|
-
oauth_token?: string;
|
|
3246
|
-
/** Returns response with indentations and line breaks. */
|
|
3247
|
-
prettyPrint?: boolean;
|
|
3248
|
-
/** 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. */
|
|
3249
|
-
quotaUser?: string;
|
|
3250
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3251
|
-
upload_protocol?: string;
|
|
3252
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3253
|
-
uploadType?: string;
|
|
3254
|
-
}): Request<{}>;
|
|
3255
|
-
/** Gets a conversation. */
|
|
3256
|
-
get(request?: {
|
|
3257
|
-
/** V1 error format. */
|
|
3258
|
-
'$.xgafv'?: string;
|
|
3259
|
-
/** OAuth access token. */
|
|
3260
|
-
access_token?: string;
|
|
3261
|
-
/** Data format for response. */
|
|
3262
|
-
alt?: string;
|
|
3263
|
-
/** JSONP */
|
|
3264
|
-
callback?: string;
|
|
3265
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3266
|
-
fields?: string;
|
|
3267
|
-
/** 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. */
|
|
3268
|
-
key?: string;
|
|
3269
|
-
/** Required. The name of the conversation to get. */
|
|
3270
|
-
name: string;
|
|
3271
|
-
/** OAuth 2.0 token for the current user. */
|
|
3272
|
-
oauth_token?: string;
|
|
3273
|
-
/** Returns response with indentations and line breaks. */
|
|
3274
|
-
prettyPrint?: boolean;
|
|
3275
|
-
/** 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. */
|
|
3276
|
-
quotaUser?: string;
|
|
3277
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3278
|
-
upload_protocol?: string;
|
|
3279
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3280
|
-
uploadType?: string;
|
|
3281
|
-
/** The level of details of the conversation. Default is `FULL`. */
|
|
3282
|
-
view?: string;
|
|
3283
|
-
}): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
3284
|
-
/** Lists conversations. */
|
|
3285
|
-
list(request?: {
|
|
3286
|
-
/** V1 error format. */
|
|
3287
|
-
'$.xgafv'?: string;
|
|
3288
|
-
/** OAuth access token. */
|
|
3289
|
-
access_token?: string;
|
|
3290
|
-
/** Data format for response. */
|
|
3291
|
-
alt?: string;
|
|
3292
|
-
/** JSONP */
|
|
3293
|
-
callback?: string;
|
|
3294
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3295
|
-
fields?: string;
|
|
3296
|
-
/** A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. */
|
|
3297
|
-
filter?: string;
|
|
3298
|
-
/** 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. */
|
|
3299
|
-
key?: string;
|
|
3300
|
-
/** OAuth 2.0 token for the current user. */
|
|
3301
|
-
oauth_token?: string;
|
|
3302
|
-
/** Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering). */
|
|
3303
|
-
orderBy?: string;
|
|
3304
|
-
/** The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
|
|
3305
|
-
pageSize?: number;
|
|
3306
|
-
/** The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data. */
|
|
3307
|
-
pageToken?: string;
|
|
3308
|
-
/** Required. The parent resource of the conversation. */
|
|
3309
|
-
parent: string;
|
|
3310
|
-
/** Returns response with indentations and line breaks. */
|
|
3311
|
-
prettyPrint?: boolean;
|
|
3312
|
-
/** 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. */
|
|
3313
|
-
quotaUser?: string;
|
|
3314
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3315
|
-
upload_protocol?: string;
|
|
3316
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3317
|
-
uploadType?: string;
|
|
3318
|
-
/** The level of details of the conversation. Default is `BASIC`. */
|
|
3319
|
-
view?: string;
|
|
3320
|
-
}): Request<GoogleCloudContactcenterinsightsV1ListConversationsResponse>;
|
|
3321
|
-
/** Updates a conversation. */
|
|
3322
|
-
patch(request: {
|
|
3323
|
-
/** V1 error format. */
|
|
3324
|
-
'$.xgafv'?: string;
|
|
3325
|
-
/** OAuth access token. */
|
|
3326
|
-
access_token?: string;
|
|
3327
|
-
/** Data format for response. */
|
|
3328
|
-
alt?: string;
|
|
3329
|
-
/** JSONP */
|
|
3330
|
-
callback?: string;
|
|
3331
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3332
|
-
fields?: string;
|
|
3333
|
-
/** 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. */
|
|
3334
|
-
key?: string;
|
|
3335
|
-
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
3336
|
-
name: string;
|
|
3337
|
-
/** OAuth 2.0 token for the current user. */
|
|
3338
|
-
oauth_token?: string;
|
|
3339
|
-
/** Returns response with indentations and line breaks. */
|
|
3340
|
-
prettyPrint?: boolean;
|
|
3341
|
-
/** 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. */
|
|
3342
|
-
quotaUser?: string;
|
|
3343
|
-
/** The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri` */
|
|
3344
|
-
updateMask?: string;
|
|
3345
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3346
|
-
upload_protocol?: string;
|
|
3347
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3348
|
-
uploadType?: string;
|
|
3349
|
-
/** Request body */
|
|
3350
|
-
resource: GoogleCloudContactcenterinsightsV1Conversation;
|
|
3351
|
-
}): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
3352
|
-
patch(
|
|
3353
|
-
request: {
|
|
3354
|
-
/** V1 error format. */
|
|
3355
|
-
'$.xgafv'?: string;
|
|
3356
|
-
/** OAuth access token. */
|
|
3357
|
-
access_token?: string;
|
|
3358
|
-
/** Data format for response. */
|
|
3359
|
-
alt?: string;
|
|
3360
|
-
/** JSONP */
|
|
3361
|
-
callback?: string;
|
|
3362
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3363
|
-
fields?: string;
|
|
3364
|
-
/** 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. */
|
|
3365
|
-
key?: string;
|
|
3366
|
-
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
3367
|
-
name: string;
|
|
3368
|
-
/** OAuth 2.0 token for the current user. */
|
|
3369
|
-
oauth_token?: string;
|
|
3370
|
-
/** Returns response with indentations and line breaks. */
|
|
3371
|
-
prettyPrint?: boolean;
|
|
3372
|
-
/** 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. */
|
|
3373
|
-
quotaUser?: string;
|
|
3374
|
-
/** The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri` */
|
|
3375
|
-
updateMask?: string;
|
|
3376
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3377
|
-
upload_protocol?: string;
|
|
3378
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3379
|
-
uploadType?: string;
|
|
3380
|
-
},
|
|
3381
|
-
body: GoogleCloudContactcenterinsightsV1Conversation
|
|
3382
|
-
): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
3383
|
-
/** Create a long-running conversation upload operation. This method differs from `CreateConversation` by allowing audio transcription and optional DLP redaction. */
|
|
3384
|
-
upload(request: {
|
|
3385
|
-
/** V1 error format. */
|
|
3386
|
-
'$.xgafv'?: string;
|
|
3387
|
-
/** OAuth access token. */
|
|
3388
|
-
access_token?: string;
|
|
3389
|
-
/** Data format for response. */
|
|
3390
|
-
alt?: string;
|
|
3391
|
-
/** JSONP */
|
|
3392
|
-
callback?: string;
|
|
3393
|
-
/** Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-` */
|
|
3394
|
-
conversationId?: string;
|
|
3395
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3396
|
-
fields?: string;
|
|
3397
|
-
/** 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. */
|
|
3398
|
-
key?: string;
|
|
3399
|
-
/** OAuth 2.0 token for the current user. */
|
|
3400
|
-
oauth_token?: string;
|
|
3401
|
-
/** Required. The parent resource of the conversation. */
|
|
3402
|
-
parent: string;
|
|
3403
|
-
/** Returns response with indentations and line breaks. */
|
|
3404
|
-
prettyPrint?: boolean;
|
|
3405
|
-
/** 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. */
|
|
3406
|
-
quotaUser?: string;
|
|
3407
|
-
/** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
|
|
3408
|
-
'redactionConfig.deidentifyTemplate'?: string;
|
|
3409
|
-
/** The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}` */
|
|
3410
|
-
'redactionConfig.inspectTemplate'?: string;
|
|
3411
|
-
/** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
|
|
3412
|
-
'speechConfig.speechRecognizer'?: string;
|
|
3413
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3414
|
-
upload_protocol?: string;
|
|
3415
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3416
|
-
uploadType?: string;
|
|
3417
|
-
/** Request body */
|
|
3418
|
-
resource: GoogleCloudContactcenterinsightsV1Conversation;
|
|
3419
|
-
}): Request<GoogleLongrunningOperation>;
|
|
3420
|
-
upload(
|
|
3421
|
-
request: {
|
|
3422
|
-
/** V1 error format. */
|
|
3423
|
-
'$.xgafv'?: string;
|
|
3424
|
-
/** OAuth access token. */
|
|
3425
|
-
access_token?: string;
|
|
3426
|
-
/** Data format for response. */
|
|
3427
|
-
alt?: string;
|
|
3428
|
-
/** JSONP */
|
|
3429
|
-
callback?: string;
|
|
3430
|
-
/** Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z0-9-]{4,64}$`. Valid characters are `a-z-` */
|
|
3431
|
-
conversationId?: string;
|
|
3432
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3433
|
-
fields?: string;
|
|
3434
|
-
/** 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. */
|
|
3435
|
-
key?: string;
|
|
3436
|
-
/** OAuth 2.0 token for the current user. */
|
|
3437
|
-
oauth_token?: string;
|
|
3438
|
-
/** Required. The parent resource of the conversation. */
|
|
3439
|
-
parent: string;
|
|
3440
|
-
/** Returns response with indentations and line breaks. */
|
|
3441
|
-
prettyPrint?: boolean;
|
|
3442
|
-
/** 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. */
|
|
3443
|
-
quotaUser?: string;
|
|
3444
|
-
/** The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}` */
|
|
3445
|
-
'redactionConfig.deidentifyTemplate'?: string;
|
|
3446
|
-
/** The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}` */
|
|
3447
|
-
'redactionConfig.inspectTemplate'?: string;
|
|
3448
|
-
/** The fully-qualified Speech Recognizer resource name. Format: `projects/{project_id}/locations/{location}/recognizer/{recognizer}` */
|
|
3449
|
-
'speechConfig.speechRecognizer'?: string;
|
|
3450
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3451
|
-
upload_protocol?: string;
|
|
3452
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3453
|
-
uploadType?: string;
|
|
3454
|
-
},
|
|
3455
|
-
body: GoogleCloudContactcenterinsightsV1Conversation
|
|
3456
|
-
): Request<GoogleLongrunningOperation>;
|
|
3457
|
-
analyses: AnalysesResource;
|
|
3458
|
-
}
|
|
3459
|
-
interface OperationsResource {
|
|
3460
|
-
/** 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`. */
|
|
3461
|
-
cancel(request?: {
|
|
3462
|
-
/** V1 error format. */
|
|
3463
|
-
'$.xgafv'?: string;
|
|
3464
|
-
/** OAuth access token. */
|
|
3465
|
-
access_token?: string;
|
|
3466
|
-
/** Data format for response. */
|
|
3467
|
-
alt?: string;
|
|
3468
|
-
/** JSONP */
|
|
3469
|
-
callback?: string;
|
|
3470
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3471
|
-
fields?: string;
|
|
3472
|
-
/** 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. */
|
|
3473
|
-
key?: string;
|
|
3474
|
-
/** The name of the operation resource to be cancelled. */
|
|
3475
|
-
name: string;
|
|
3476
|
-
/** OAuth 2.0 token for the current user. */
|
|
3477
|
-
oauth_token?: string;
|
|
3478
|
-
/** Returns response with indentations and line breaks. */
|
|
3479
|
-
prettyPrint?: boolean;
|
|
3480
|
-
/** 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. */
|
|
3481
|
-
quotaUser?: string;
|
|
3482
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3483
|
-
upload_protocol?: string;
|
|
3484
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3485
|
-
uploadType?: string;
|
|
3486
|
-
}): Request<{}>;
|
|
3487
|
-
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
3488
|
-
get(request?: {
|
|
3489
|
-
/** V1 error format. */
|
|
3490
|
-
'$.xgafv'?: string;
|
|
3491
|
-
/** OAuth access token. */
|
|
3492
|
-
access_token?: string;
|
|
3493
|
-
/** Data format for response. */
|
|
3494
|
-
alt?: string;
|
|
3495
|
-
/** JSONP */
|
|
3496
|
-
callback?: string;
|
|
3497
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3498
|
-
fields?: string;
|
|
3499
|
-
/** 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. */
|
|
3500
|
-
key?: string;
|
|
3501
|
-
/** The name of the operation resource. */
|
|
3502
|
-
name: string;
|
|
3503
|
-
/** OAuth 2.0 token for the current user. */
|
|
3504
|
-
oauth_token?: string;
|
|
3505
|
-
/** Returns response with indentations and line breaks. */
|
|
3506
|
-
prettyPrint?: boolean;
|
|
3507
|
-
/** 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. */
|
|
3508
|
-
quotaUser?: string;
|
|
3509
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3510
|
-
upload_protocol?: string;
|
|
3511
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3512
|
-
uploadType?: string;
|
|
3513
|
-
}): Request<GoogleLongrunningOperation>;
|
|
3514
|
-
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
3515
|
-
list(request?: {
|
|
3516
|
-
/** V1 error format. */
|
|
3517
|
-
'$.xgafv'?: string;
|
|
3518
|
-
/** OAuth access token. */
|
|
3519
|
-
access_token?: string;
|
|
3520
|
-
/** Data format for response. */
|
|
3521
|
-
alt?: string;
|
|
3522
|
-
/** JSONP */
|
|
3523
|
-
callback?: string;
|
|
3524
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3525
|
-
fields?: string;
|
|
3526
|
-
/** The standard list filter. */
|
|
3527
|
-
filter?: string;
|
|
3528
|
-
/** 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. */
|
|
3529
|
-
key?: string;
|
|
3530
|
-
/** The name of the operation's parent resource. */
|
|
3531
|
-
name: string;
|
|
3532
|
-
/** OAuth 2.0 token for the current user. */
|
|
3533
|
-
oauth_token?: string;
|
|
3534
|
-
/** The standard list page size. */
|
|
3535
|
-
pageSize?: number;
|
|
3536
|
-
/** The standard list page token. */
|
|
3537
|
-
pageToken?: string;
|
|
3538
|
-
/** Returns response with indentations and line breaks. */
|
|
3539
|
-
prettyPrint?: boolean;
|
|
3540
|
-
/** 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. */
|
|
3541
|
-
quotaUser?: string;
|
|
3542
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3543
|
-
upload_protocol?: string;
|
|
3544
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3545
|
-
uploadType?: string;
|
|
3546
|
-
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
3547
|
-
}
|
|
3548
|
-
interface AuthorizedViewsResource {
|
|
3549
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
3550
|
-
getIamPolicy(request?: {
|
|
3551
|
-
/** V1 error format. */
|
|
3552
|
-
'$.xgafv'?: string;
|
|
3553
|
-
/** OAuth access token. */
|
|
3554
|
-
access_token?: string;
|
|
3555
|
-
/** Data format for response. */
|
|
3556
|
-
alt?: string;
|
|
3557
|
-
/** JSONP */
|
|
3558
|
-
callback?: string;
|
|
3559
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3560
|
-
fields?: string;
|
|
3561
|
-
/** 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. */
|
|
3562
|
-
key?: string;
|
|
3563
|
-
/** OAuth 2.0 token for the current user. */
|
|
3564
|
-
oauth_token?: string;
|
|
3565
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
3566
|
-
'options.requestedPolicyVersion'?: number;
|
|
3567
|
-
/** Returns response with indentations and line breaks. */
|
|
3568
|
-
prettyPrint?: boolean;
|
|
3569
|
-
/** 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. */
|
|
3570
|
-
quotaUser?: string;
|
|
3571
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
3572
|
-
resource: string;
|
|
3573
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3574
|
-
upload_protocol?: string;
|
|
3575
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3576
|
-
uploadType?: string;
|
|
3577
|
-
}): Request<GoogleIamV1Policy>;
|
|
3578
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
3579
|
-
setIamPolicy(
|
|
3580
|
-
request: {
|
|
3581
|
-
/** V1 error format. */
|
|
3582
|
-
'$.xgafv'?: string;
|
|
3583
|
-
/** OAuth access token. */
|
|
3584
|
-
access_token?: string;
|
|
3585
|
-
/** Data format for response. */
|
|
3586
|
-
alt?: string;
|
|
3587
|
-
/** JSONP */
|
|
3588
|
-
callback?: string;
|
|
3589
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3590
|
-
fields?: string;
|
|
3591
|
-
/** 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. */
|
|
3592
|
-
key?: string;
|
|
3593
|
-
/** OAuth 2.0 token for the current user. */
|
|
3594
|
-
oauth_token?: string;
|
|
3595
|
-
/** Returns response with indentations and line breaks. */
|
|
3596
|
-
prettyPrint?: boolean;
|
|
3597
|
-
/** 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. */
|
|
3598
|
-
quotaUser?: string;
|
|
3599
|
-
/** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
3600
|
-
resource: string;
|
|
3601
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3602
|
-
upload_protocol?: string;
|
|
3603
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3604
|
-
uploadType?: string;
|
|
3605
|
-
},
|
|
3606
|
-
body: GoogleIamV1SetIamPolicyRequest
|
|
3607
|
-
): Request<GoogleIamV1Policy>;
|
|
3608
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
3609
|
-
testIamPermissions(
|
|
3610
|
-
request: {
|
|
3611
|
-
/** V1 error format. */
|
|
3612
|
-
'$.xgafv'?: string;
|
|
3613
|
-
/** OAuth access token. */
|
|
3614
|
-
access_token?: string;
|
|
3615
|
-
/** Data format for response. */
|
|
3616
|
-
alt?: string;
|
|
3617
|
-
/** JSONP */
|
|
3618
|
-
callback?: string;
|
|
3619
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3620
|
-
fields?: string;
|
|
3621
|
-
/** 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. */
|
|
3622
|
-
key?: string;
|
|
3623
|
-
/** OAuth 2.0 token for the current user. */
|
|
3624
|
-
oauth_token?: string;
|
|
3625
|
-
/** Returns response with indentations and line breaks. */
|
|
3626
|
-
prettyPrint?: boolean;
|
|
3627
|
-
/** 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. */
|
|
3628
|
-
quotaUser?: string;
|
|
3629
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
3630
|
-
resource: string;
|
|
3631
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3632
|
-
upload_protocol?: string;
|
|
3633
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3634
|
-
uploadType?: string;
|
|
3635
|
-
},
|
|
3636
|
-
body: GoogleIamV1TestIamPermissionsRequest
|
|
3637
|
-
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
3638
|
-
conversations: ConversationsResource;
|
|
3639
|
-
operations: OperationsResource;
|
|
3640
|
-
}
|
|
3641
|
-
interface AuthorizedViewSetsResource {
|
|
3642
|
-
authorizedViews: AuthorizedViewsResource;
|
|
3643
|
-
}
|
|
3644
2646
|
interface AnalysesResource {
|
|
3645
2647
|
/** Creates an analysis. The long running operation is done when the analysis has completed. */
|
|
3646
2648
|
create(request: {
|
|
@@ -6796,8 +5798,6 @@ declare namespace gapi.client {
|
|
|
6796
5798
|
body: GoogleCloudContactcenterinsightsV1Settings
|
|
6797
5799
|
): Request<GoogleCloudContactcenterinsightsV1Settings>;
|
|
6798
5800
|
analysisRules: AnalysisRulesResource;
|
|
6799
|
-
authorizedViewSet: AuthorizedViewSetResource;
|
|
6800
|
-
authorizedViewSets: AuthorizedViewSetsResource;
|
|
6801
5801
|
conversations: ConversationsResource;
|
|
6802
5802
|
encryptionSpec: EncryptionSpecResource;
|
|
6803
5803
|
insightsdata: InsightsdataResource;
|