@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240206 → 0.0.20240219
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 +3 -3
- 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: 20240219
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1573,7 +1573,7 @@ declare namespace gapi.client {
|
|
|
1573
1573
|
languageCode?: string;
|
|
1574
1574
|
/** Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings */
|
|
1575
1575
|
name?: string;
|
|
1576
|
-
/** 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. * "update-conversation": Notify each time a conversation is updated via UpdateConversation. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic} */
|
|
1576
|
+
/** 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. * "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} */
|
|
1577
1577
|
pubsubNotificationSettings?: {[P in string]: string};
|
|
1578
1578
|
/** Default DLP redaction resources to be applied while ingesting conversations. */
|
|
1579
1579
|
redactionConfig?: GoogleCloudContactcenterinsightsV1RedactionConfig;
|
|
@@ -2180,7 +2180,7 @@ declare namespace gapi.client {
|
|
|
2180
2180
|
key?: string;
|
|
2181
2181
|
/** OAuth 2.0 token for the current user. */
|
|
2182
2182
|
oauth_token?: string;
|
|
2183
|
-
/** Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time *
|
|
2183
|
+
/** Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc`, i.e. `create_time desc`. See https://google.aip.dev/132#ordering for more details. */
|
|
2184
2184
|
orderBy?: string;
|
|
2185
2185
|
/** The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
|
|
2186
2186
|
pageSize?: number;
|