@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240416 → 0.0.20240420

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 +17 -1
  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: 20240416
12
+ // Revision: 20240420
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -155,6 +155,8 @@ declare namespace gapi.client {
155
155
  };
156
156
  /** Overall conversation-level sentiment for each channel of the call. */
157
157
  sentiments?: GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment[];
158
+ /** Overall conversation-level silence during the call. */
159
+ silence?: GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence;
158
160
  }
159
161
  interface GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary {
160
162
  /** The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero. */
@@ -355,6 +357,12 @@ declare namespace gapi.client {
355
357
  /** Data specifying sentiment. */
356
358
  sentimentData?: GoogleCloudContactcenterinsightsV1alpha1SentimentData;
357
359
  }
360
+ interface GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence {
361
+ /** Amount of time calculated to be in silence. */
362
+ silenceDuration?: string;
363
+ /** Percentage of the total conversation spent in silence. */
364
+ silencePercentage?: number;
365
+ }
358
366
  interface GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant {
359
367
  /** Deprecated. Use `dialogflow_participant_name` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant} */
360
368
  dialogflowParticipant?: string;
@@ -995,6 +1003,8 @@ declare namespace gapi.client {
995
1003
  };
996
1004
  /** Overall conversation-level sentiment for each channel of the call. */
997
1005
  sentiments?: GoogleCloudContactcenterinsightsV1ConversationLevelSentiment[];
1006
+ /** Overall conversation-level silence during the call. */
1007
+ silence?: GoogleCloudContactcenterinsightsV1ConversationLevelSilence;
998
1008
  }
999
1009
  interface GoogleCloudContactcenterinsightsV1AnnotationBoundary {
1000
1010
  /** The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero. */
@@ -1231,6 +1241,12 @@ declare namespace gapi.client {
1231
1241
  /** Data specifying sentiment. */
1232
1242
  sentimentData?: GoogleCloudContactcenterinsightsV1SentimentData;
1233
1243
  }
1244
+ interface GoogleCloudContactcenterinsightsV1ConversationLevelSilence {
1245
+ /** Amount of time calculated to be in silence. */
1246
+ silenceDuration?: string;
1247
+ /** Percentage of the total conversation spent in silence. */
1248
+ silencePercentage?: number;
1249
+ }
1234
1250
  interface GoogleCloudContactcenterinsightsV1ConversationParticipant {
1235
1251
  /** Deprecated. Use `dialogflow_participant_name` instead. The name of the Dialogflow participant. Format: projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant} */
1236
1252
  dialogflowParticipant?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20240416",
3
+ "version": "0.0.20240420",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",