@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240102 → 0.0.20240115
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 +5 -5
- 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: 20240115
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -521,11 +521,11 @@ declare namespace gapi.client {
|
|
|
521
521
|
transcriptObjectConfig?: GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestTranscriptObjectConfig;
|
|
522
522
|
}
|
|
523
523
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig {
|
|
524
|
-
/** Optional.
|
|
524
|
+
/** Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed. */
|
|
525
525
|
agentChannel?: number;
|
|
526
526
|
/** An opaque, user-specified string representing the human agent who handled the conversations. */
|
|
527
527
|
agentId?: string;
|
|
528
|
-
/** Optional.
|
|
528
|
+
/** Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed. */
|
|
529
529
|
customerChannel?: number;
|
|
530
530
|
}
|
|
531
531
|
interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestGcsSource {
|
|
@@ -1251,11 +1251,11 @@ declare namespace gapi.client {
|
|
|
1251
1251
|
transcriptObjectConfig?: GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig;
|
|
1252
1252
|
}
|
|
1253
1253
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig {
|
|
1254
|
-
/** Optional.
|
|
1254
|
+
/** Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed. */
|
|
1255
1255
|
agentChannel?: number;
|
|
1256
1256
|
/** An opaque, user-specified string representing the human agent who handled the conversations. */
|
|
1257
1257
|
agentId?: string;
|
|
1258
|
-
/** Optional.
|
|
1258
|
+
/** Optional. Indicates which of the channels, 1 or 2, contains the agent. Note that this must be set for conversations to be properly displayed and analyzed. */
|
|
1259
1259
|
customerChannel?: number;
|
|
1260
1260
|
}
|
|
1261
1261
|
interface GoogleCloudContactcenterinsightsV1IngestConversationsRequestGcsSource {
|