@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241111 → 0.0.20241114

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 +9 -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: 20241111
12
+ // Revision: 20241114
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -43,6 +43,8 @@ declare namespace gapi.client {
43
43
  interface GoogleCloudContactcenterinsightsV1alpha1AnalysisResult {
44
44
  /** Call-specific metadata created by the analysis. */
45
45
  callAnalysisMetadata?: GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata;
46
+ /** The time at which the analysis ended. */
47
+ endTime?: string;
46
48
  }
47
49
  interface GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata {
48
50
  /** A list of call annotations that apply to this call. */
@@ -310,6 +312,8 @@ declare namespace gapi.client {
310
312
  interface GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadataAgentInfo {
311
313
  /** A user-specified string representing the agent. */
312
314
  agentId?: string;
315
+ /** The agent type, e.g. HUMAN_AGENT. */
316
+ agentType?: string;
313
317
  /** The agent's name. */
314
318
  displayName?: string;
315
319
  /** A user-provided string indicating the outcome of the agent's segment of the call. */
@@ -1047,6 +1051,8 @@ declare namespace gapi.client {
1047
1051
  interface GoogleCloudContactcenterinsightsV1AnalysisResult {
1048
1052
  /** Call-specific metadata created by the analysis. */
1049
1053
  callAnalysisMetadata?: GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata;
1054
+ /** The time at which the analysis ended. */
1055
+ endTime?: string;
1050
1056
  }
1051
1057
  interface GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata {
1052
1058
  /** A list of call annotations that apply to this call. */
@@ -1429,6 +1435,8 @@ declare namespace gapi.client {
1429
1435
  interface GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo {
1430
1436
  /** A user-specified string representing the agent. */
1431
1437
  agentId?: string;
1438
+ /** The agent type, e.g. HUMAN_AGENT. */
1439
+ agentType?: string;
1432
1440
  /** The agent's name. */
1433
1441
  displayName?: string;
1434
1442
  /** A user-provided string indicating the outcome of the agent's segment of the call. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.0.20241111",
3
+ "version": "0.0.20241114",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",