@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240925 → 0.0.20241008
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 +10 -10
- 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: 20241008
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -228,7 +228,7 @@ declare namespace gapi.client {
|
|
|
228
228
|
latestSummary?: GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData;
|
|
229
229
|
/** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
|
|
230
230
|
medium?: string;
|
|
231
|
-
/** Input only. JSON
|
|
231
|
+
/** Input only. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telphony systems and must be in one of Insight's supported formats. */
|
|
232
232
|
metadataJson?: string;
|
|
233
233
|
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
234
234
|
name?: string;
|
|
@@ -423,7 +423,7 @@ declare namespace gapi.client {
|
|
|
423
423
|
dialogflowConversation?: string;
|
|
424
424
|
}
|
|
425
425
|
interface GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec {
|
|
426
|
-
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by
|
|
426
|
+
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}` */
|
|
427
427
|
kmsKey?: string;
|
|
428
428
|
/** Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec */
|
|
429
429
|
name?: string;
|
|
@@ -606,13 +606,13 @@ declare namespace gapi.client {
|
|
|
606
606
|
createTime?: string;
|
|
607
607
|
/** Output only. The time the operation finished running. */
|
|
608
608
|
endTime?: string;
|
|
609
|
-
/** Partial errors during
|
|
609
|
+
/** Partial errors during initializing operation that might cause the operation output to be incomplete. */
|
|
610
610
|
partialErrors?: GoogleRpcStatus[];
|
|
611
611
|
/** Output only. The original request for initialization. */
|
|
612
612
|
request?: GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest;
|
|
613
613
|
}
|
|
614
614
|
interface GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecRequest {
|
|
615
|
-
/** Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key_name is left empty, no encryption will be enforced. */
|
|
615
|
+
/** Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the `kms_key_name` field is left empty, no encryption will be enforced. */
|
|
616
616
|
encryptionSpec?: GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec;
|
|
617
617
|
}
|
|
618
618
|
interface GoogleCloudContactcenterinsightsV1alpha1InitializeEncryptionSpecResponse {}
|
|
@@ -1041,7 +1041,7 @@ declare namespace gapi.client {
|
|
|
1041
1041
|
latestSummary?: GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData;
|
|
1042
1042
|
/** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
|
|
1043
1043
|
medium?: string;
|
|
1044
|
-
/** Input only. JSON
|
|
1044
|
+
/** Input only. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telphony systems and must be in one of Insight's supported formats. */
|
|
1045
1045
|
metadataJson?: string;
|
|
1046
1046
|
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
1047
1047
|
name?: string;
|
|
@@ -1236,7 +1236,7 @@ declare namespace gapi.client {
|
|
|
1236
1236
|
dialogflowConversation?: string;
|
|
1237
1237
|
}
|
|
1238
1238
|
interface GoogleCloudContactcenterinsightsV1EncryptionSpec {
|
|
1239
|
-
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by
|
|
1239
|
+
/** Required. The name of customer-managed encryption key that is used to secure a resource and its sub-resources. If empty, the resource is secured by our default encryption key. Only the key in the same location as this resource is allowed to be used for encryption. Format: `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{key}` */
|
|
1240
1240
|
kmsKey?: string;
|
|
1241
1241
|
/** Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec */
|
|
1242
1242
|
name?: string;
|
|
@@ -1423,13 +1423,13 @@ declare namespace gapi.client {
|
|
|
1423
1423
|
createTime?: string;
|
|
1424
1424
|
/** Output only. The time the operation finished running. */
|
|
1425
1425
|
endTime?: string;
|
|
1426
|
-
/** Partial errors during
|
|
1426
|
+
/** Partial errors during initializing operation that might cause the operation output to be incomplete. */
|
|
1427
1427
|
partialErrors?: GoogleRpcStatus[];
|
|
1428
1428
|
/** Output only. The original request for initialization. */
|
|
1429
1429
|
request?: GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest;
|
|
1430
1430
|
}
|
|
1431
1431
|
interface GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest {
|
|
1432
|
-
/** Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key_name is left empty, no encryption will be enforced. */
|
|
1432
|
+
/** Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the `kms_key_name` field is left empty, no encryption will be enforced. */
|
|
1433
1433
|
encryptionSpec?: GoogleCloudContactcenterinsightsV1EncryptionSpec;
|
|
1434
1434
|
}
|
|
1435
1435
|
interface GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecResponse {}
|
|
@@ -2410,7 +2410,7 @@ declare namespace gapi.client {
|
|
|
2410
2410
|
analyses: AnalysesResource;
|
|
2411
2411
|
}
|
|
2412
2412
|
interface EncryptionSpecResource {
|
|
2413
|
-
/** Initializes a location-level encryption key specification. An error will
|
|
2413
|
+
/** Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification. */
|
|
2414
2414
|
initialize(request: {
|
|
2415
2415
|
/** V1 error format. */
|
|
2416
2416
|
'$.xgafv'?: string;
|