@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240826 → 0.0.20240913
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 -1
- 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: 20240913
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -228,6 +228,8 @@ declare namespace gapi.client {
|
|
|
228
228
|
latestSummary?: GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData;
|
|
229
229
|
/** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
|
|
230
230
|
medium?: string;
|
|
231
|
+
/** Input only. JSON Metadata encoded as a string. This field is primarily used by Insights integrations with various telphony systems and must be in one of Insights' supported formats. */
|
|
232
|
+
metadataJson?: string;
|
|
231
233
|
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
232
234
|
name?: string;
|
|
233
235
|
/** Obfuscated user ID which the customer sent to us. */
|
|
@@ -1039,6 +1041,8 @@ declare namespace gapi.client {
|
|
|
1039
1041
|
latestSummary?: GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData;
|
|
1040
1042
|
/** Immutable. The conversation medium, if unspecified will default to PHONE_CALL. */
|
|
1041
1043
|
medium?: string;
|
|
1044
|
+
/** Input only. JSON Metadata encoded as a string. This field is primarily used by Insights integrations with various telphony systems and must be in one of Insights' supported formats. */
|
|
1045
|
+
metadataJson?: string;
|
|
1042
1046
|
/** Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation} */
|
|
1043
1047
|
name?: string;
|
|
1044
1048
|
/** Obfuscated user ID which the customer sent to us. */
|