@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240503 → 0.0.20240513

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.
Files changed (2) hide show
  1. package/index.d.ts +10 -6
  2. 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: 20240503
12
+ // Revision: 20240513
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -723,6 +723,8 @@ declare namespace gapi.client {
723
723
  parent?: string;
724
724
  /** Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings. */
725
725
  redactionConfig?: GoogleCloudContactcenterinsightsV1alpha1RedactionConfig;
726
+ /** Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Note that conversations produced via sampling will not be ingested by subsequent ingest requests unless they are first deleted. */
727
+ sampleSize?: number;
726
728
  /** Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings. */
727
729
  speechConfig?: GoogleCloudContactcenterinsightsV1alpha1SpeechConfig;
728
730
  /** Configuration for when `source` contains conversation transcripts. */
@@ -731,7 +733,7 @@ declare namespace gapi.client {
731
733
  interface GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig {
732
734
  /** 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. */
733
735
  agentChannel?: number;
734
- /** An opaque, user-specified string representing the human agent who handled the conversations. */
736
+ /** Optional. An opaque, user-specified string representing a human agent who handled all conversations in the import. Note that this will be overridden if per-conversation metadata is provided via the `metadata_bucket_uri`. */
735
737
  agentId?: string;
736
738
  /** 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. */
737
739
  customerChannel?: number;
@@ -1611,6 +1613,8 @@ declare namespace gapi.client {
1611
1613
  parent?: string;
1612
1614
  /** Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings. */
1613
1615
  redactionConfig?: GoogleCloudContactcenterinsightsV1RedactionConfig;
1616
+ /** Optional. If set, this fields indicates the number of objects to ingest from the Cloud Storage bucket. If empty, the entire bucket will be ingested. Note that conversations produced via sampling will not be ingested by subsequent ingest requests unless they are first deleted. */
1617
+ sampleSize?: number;
1614
1618
  /** Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings. */
1615
1619
  speechConfig?: GoogleCloudContactcenterinsightsV1SpeechConfig;
1616
1620
  /** Configuration for when `source` contains conversation transcripts. */
@@ -1619,7 +1623,7 @@ declare namespace gapi.client {
1619
1623
  interface GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig {
1620
1624
  /** 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. */
1621
1625
  agentChannel?: number;
1622
- /** An opaque, user-specified string representing the human agent who handled the conversations. */
1626
+ /** Optional. An opaque, user-specified string representing a human agent who handled all conversations in the import. Note that this will be overridden if per-conversation metadata is provided via the `metadata_bucket_uri`. */
1623
1627
  agentId?: string;
1624
1628
  /** 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. */
1625
1629
  customerChannel?: number;
@@ -1885,9 +1889,9 @@ declare namespace gapi.client {
1885
1889
  name?: string;
1886
1890
  /** A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: * "all-triggers": Notify each time any of the supported triggers occurs. * "create-analysis": Notify each time an analysis is created. * "create-conversation": Notify each time a conversation is created. * "export-insights-data": Notify each time an export is complete. * "ingest-conversations": Notify each time an IngestConversations LRO completes. * "update-conversation": Notify each time a conversation is updated via UpdateConversation. * "upload-conversation": Notify when an UploadConversation LRO completes. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic} */
1887
1891
  pubsubNotificationSettings?: {[P in string]: string};
1888
- /** Default DLP redaction resources to be applied while ingesting conversations. */
1892
+ /** Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the UploadConversation and IngestConversations endpoints, including conversations coming from CCAI Platform. */
1889
1893
  redactionConfig?: GoogleCloudContactcenterinsightsV1RedactionConfig;
1890
- /** Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided. */
1894
+ /** Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the UploadConversation and IngestConversations endpoints, including conversations coming from CCAI Platform. */
1891
1895
  speechConfig?: GoogleCloudContactcenterinsightsV1SpeechConfig;
1892
1896
  /** Output only. The time at which the settings were last updated. */
1893
1897
  updateTime?: string;
@@ -2304,7 +2308,7 @@ declare namespace gapi.client {
2304
2308
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2305
2309
  uploadType?: string;
2306
2310
  }): Request<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>;
2307
- /** Creates a conversation. */
2311
+ /** Creates a conversation. DEPRECATED: Use UploadConversation instead. CreateConversation does not support audio transcription or DLP redaction. */
2308
2312
  create(request: {
2309
2313
  /** V1 error format. */
2310
2314
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20240503",
3
+ "version": "0.0.20240513",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",