@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250711 → 0.0.20250721
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: 20250721
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -737,16 +737,18 @@ declare namespace gapi.client {
|
|
|
737
737
|
customerChannel?: number;
|
|
738
738
|
}
|
|
739
739
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource {
|
|
740
|
-
/** Optional. The Cloud Storage path to the conversation audio file
|
|
740
|
+
/** Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`. */
|
|
741
741
|
audioBucketUri?: string;
|
|
742
|
-
/** Optional. Specifies the type of the objects in `bucket_uri`. */
|
|
742
|
+
/** Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`. */
|
|
743
743
|
bucketObjectType?: string;
|
|
744
|
-
/**
|
|
744
|
+
/** Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`. */
|
|
745
745
|
bucketUri?: string;
|
|
746
746
|
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation. */
|
|
747
747
|
customMetadataKeys?: string[];
|
|
748
748
|
/** Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
749
749
|
metadataBucketUri?: string;
|
|
750
|
+
/** Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
751
|
+
transcriptBucketUri?: string;
|
|
750
752
|
}
|
|
751
753
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig {
|
|
752
754
|
/** Required. The medium transcript objects represent. */
|
|
@@ -2096,16 +2098,18 @@ declare namespace gapi.client {
|
|
|
2096
2098
|
customerChannel?: number;
|
|
2097
2099
|
}
|
|
2098
2100
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource {
|
|
2099
|
-
/** Optional. The Cloud Storage path to the conversation audio file
|
|
2101
|
+
/** Optional. The Cloud Storage path to the conversation audio file. Note that: [1] Audio files will be transcribed if not already. [2] Audio files and transcript files must be in separate buckets / folders. [3] A source file and its corresponding audio file must share the same name to be properly ingested, E.g. `gs://bucket/transcript/conversation1.json` and `gs://bucket/audio/conversation1.mp3`. */
|
|
2100
2102
|
audioBucketUri?: string;
|
|
2101
|
-
/** Optional. Specifies the type of the objects in `bucket_uri`. */
|
|
2103
|
+
/** Optional. Specifies the type of the objects in `bucket_uri`. Avoid passing this. This is inferred from the `transcript_bucket_uri`, `audio_bucket_uri`. */
|
|
2102
2104
|
bucketObjectType?: string;
|
|
2103
|
-
/**
|
|
2105
|
+
/** Optional. The Cloud Storage bucket containing source objects. Avoid passing this. Pass this through one of `transcript_bucket_uri` or `audio_bucket_uri`. */
|
|
2104
2106
|
bucketUri?: string;
|
|
2105
2107
|
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation. */
|
|
2106
2108
|
customMetadataKeys?: string[];
|
|
2107
2109
|
/** Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
2108
2110
|
metadataBucketUri?: string;
|
|
2111
|
+
/** Optional. The Cloud Storage path to the conversation transcripts. Note that: [1] Transcript files are expected to be in JSON format. [2] Transcript, audio, metadata files must be in separate buckets / folders. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
2112
|
+
transcriptBucketUri?: string;
|
|
2109
2113
|
}
|
|
2110
2114
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig {
|
|
2111
2115
|
/** Required. The medium transcript objects represent. */
|
|
@@ -6307,6 +6311,8 @@ declare namespace gapi.client {
|
|
|
6307
6311
|
'$.xgafv'?: string;
|
|
6308
6312
|
/** OAuth access token. */
|
|
6309
6313
|
access_token?: string;
|
|
6314
|
+
/** Optional. Defaults to false. If set to true, and the conversation is not found, a new conversation will be created. In this situation, `update_mask` is ignored. */
|
|
6315
|
+
allowMissing?: boolean;
|
|
6310
6316
|
/** Data format for response. */
|
|
6311
6317
|
alt?: string;
|
|
6312
6318
|
/** JSONP */
|
|
@@ -6338,6 +6344,8 @@ declare namespace gapi.client {
|
|
|
6338
6344
|
'$.xgafv'?: string;
|
|
6339
6345
|
/** OAuth access token. */
|
|
6340
6346
|
access_token?: string;
|
|
6347
|
+
/** Optional. Defaults to false. If set to true, and the conversation is not found, a new conversation will be created. In this situation, `update_mask` is ignored. */
|
|
6348
|
+
allowMissing?: boolean;
|
|
6341
6349
|
/** Data format for response. */
|
|
6342
6350
|
alt?: string;
|
|
6343
6351
|
/** JSONP */
|