@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.2.20260112 → 0.2.20260116

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 +14 -4
  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: 20260112
12
+ // Revision: 20260116
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -255,7 +255,7 @@ declare namespace gapi.client {
255
255
  latestAnalysis?: GoogleCloudContactcenterinsightsV1alpha1Analysis;
256
256
  /** Output only. Latest summary of the conversation. */
257
257
  latestSummary?: GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData;
258
- /** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
258
+ /** Immutable. The conversation medium. */
259
259
  medium?: string;
260
260
  /** Input only. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats. */
261
261
  metadataJson?: string;
@@ -1794,7 +1794,7 @@ declare namespace gapi.client {
1794
1794
  latestAnalysis?: GoogleCloudContactcenterinsightsV1Analysis;
1795
1795
  /** Output only. Latest summary of the conversation. */
1796
1796
  latestSummary?: GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData;
1797
- /** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
1797
+ /** Immutable. The conversation medium. */
1798
1798
  medium?: string;
1799
1799
  /** Input only. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats. */
1800
1800
  metadataJson?: string;
@@ -1823,6 +1823,10 @@ declare namespace gapi.client {
1823
1823
  /** The audio channel that contains the customer. */
1824
1824
  customerChannel?: number;
1825
1825
  }
1826
+ interface GoogleCloudContactcenterinsightsV1ConversationDataOptions {
1827
+ /** Whether to include the per turn Dialogflow interaction data in conversation transcript. */
1828
+ includeDialogflowInteractionData?: boolean;
1829
+ }
1826
1830
  interface GoogleCloudContactcenterinsightsV1ConversationDataSource {
1827
1831
  /** The source when the conversation comes from Dialogflow. */
1828
1832
  dialogflowSource?: GoogleCloudContactcenterinsightsV1DialogflowSource;
@@ -2878,7 +2882,7 @@ declare namespace gapi.client {
2878
2882
  latestAnalysis?: GoogleCloudContactcenterinsightsV1mainAnalysis;
2879
2883
  /** Output only. Latest summary of the conversation. */
2880
2884
  latestSummary?: GoogleCloudContactcenterinsightsV1mainConversationSummarizationSuggestionData;
2881
- /** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
2885
+ /** Immutable. The conversation medium. */
2882
2886
  medium?: string;
2883
2887
  /** Input only. JSON metadata encoded as a string. This field is primarily used by Insights integrations with various telephony systems and must be in one of Insight's supported formats. */
2884
2888
  metadataJson?: string;
@@ -4141,6 +4145,8 @@ declare namespace gapi.client {
4141
4145
  order?: number;
4142
4146
  /** The configuration of the predefined question. This field will only be set if the Question Type is predefined. */
4143
4147
  predefinedQuestionConfig?: GoogleCloudContactcenterinsightsV1QaQuestionPredefinedQuestionConfig;
4148
+ /** Options for configuring the data used to generate the QA question. */
4149
+ qaQuestionDataOptions?: GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions;
4144
4150
  /** Question text. E.g., "Did the agent greet the customer?" */
4145
4151
  questionBody?: string;
4146
4152
  /** The type of question. */
@@ -4174,6 +4180,10 @@ declare namespace gapi.client {
4174
4180
  /** The type of the predefined question. */
4175
4181
  type?: string;
4176
4182
  }
4183
+ interface GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions {
4184
+ /** Options for configuring the conversation data used to generate the QA question. */
4185
+ conversationDataOptions?: GoogleCloudContactcenterinsightsV1ConversationDataOptions;
4186
+ }
4177
4187
  interface GoogleCloudContactcenterinsightsV1QaQuestionTag {
4178
4188
  /** Output only. The time at which the question tag was created. */
4179
4189
  createTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.2.20260112",
3
+ "version": "0.2.20260116",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",