@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241104 → 0.0.20241111
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 +9 -13
- 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: 20241111
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -230,7 +230,7 @@ declare namespace gapi.client {
|
|
|
230
230
|
duration?: string;
|
|
231
231
|
/** The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted. */
|
|
232
232
|
expireTime?: string;
|
|
233
|
-
/** A map for the user to specify any custom fields. A maximum of
|
|
233
|
+
/** A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry. */
|
|
234
234
|
labels?: {[P in string]: string};
|
|
235
235
|
/** A user-specified language code for the conversation. */
|
|
236
236
|
languageCode?: string;
|
|
@@ -663,7 +663,7 @@ declare namespace gapi.client {
|
|
|
663
663
|
bucketObjectType?: string;
|
|
664
664
|
/** Required. The Cloud Storage bucket containing source objects. */
|
|
665
665
|
bucketUri?: string;
|
|
666
|
-
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of
|
|
666
|
+
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation. */
|
|
667
667
|
customMetadataKeys?: string[];
|
|
668
668
|
/** Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
669
669
|
metadataBucketUri?: string;
|
|
@@ -790,8 +790,6 @@ declare namespace gapi.client {
|
|
|
790
790
|
answerValue?: GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue;
|
|
791
791
|
/** The conversation the answer applies to. */
|
|
792
792
|
conversation?: string;
|
|
793
|
-
/** The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead. */
|
|
794
|
-
potentialScore?: number;
|
|
795
793
|
/** The QaQuestion answered by this answer. */
|
|
796
794
|
qaQuestion?: string;
|
|
797
795
|
/** Question text. E.g., "Did the agent greet the customer?" */
|
|
@@ -810,9 +808,9 @@ declare namespace gapi.client {
|
|
|
810
808
|
boolValue?: boolean;
|
|
811
809
|
/** A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key. */
|
|
812
810
|
key?: string;
|
|
813
|
-
/** A value of "Not Applicable (N/A)". */
|
|
811
|
+
/** A value of "Not Applicable (N/A)". Should only ever be `true`. */
|
|
814
812
|
naValue?: boolean;
|
|
815
|
-
/** Output only. Normalized score of the questions. Calculated as score / potential_score
|
|
813
|
+
/** Output only. Normalized score of the questions. Calculated as score / potential_score. */
|
|
816
814
|
normalizedScore?: number;
|
|
817
815
|
/** Numerical value. */
|
|
818
816
|
numValue?: number;
|
|
@@ -1351,7 +1349,7 @@ declare namespace gapi.client {
|
|
|
1351
1349
|
duration?: string;
|
|
1352
1350
|
/** The time at which this conversation should expire. After this time, the conversation data and any associated analyses will be deleted. */
|
|
1353
1351
|
expireTime?: string;
|
|
1354
|
-
/** A map for the user to specify any custom fields. A maximum of
|
|
1352
|
+
/** A map for the user to specify any custom fields. A maximum of 100 labels per conversation is allowed, with a maximum of 256 characters per entry. */
|
|
1355
1353
|
labels?: {[P in string]: string};
|
|
1356
1354
|
/** A user-specified language code for the conversation. */
|
|
1357
1355
|
languageCode?: string;
|
|
@@ -1789,7 +1787,7 @@ declare namespace gapi.client {
|
|
|
1789
1787
|
bucketObjectType?: string;
|
|
1790
1788
|
/** Required. The Cloud Storage bucket containing source objects. */
|
|
1791
1789
|
bucketUri?: string;
|
|
1792
|
-
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of
|
|
1790
|
+
/** Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 100 labels per conversation. */
|
|
1793
1791
|
customMetadataKeys?: string[];
|
|
1794
1792
|
/** Optional. The Cloud Storage path to the conversation metadata. Note that: [1] Metadata files are expected to be in JSON format. [2] Metadata and source files (transcripts or audio) must be in separate buckets. [3] A source file and its corresponding metadata file must share the same name to be properly ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/conversation1.json`. */
|
|
1795
1793
|
metadataBucketUri?: string;
|
|
@@ -2028,8 +2026,6 @@ declare namespace gapi.client {
|
|
|
2028
2026
|
answerValue?: GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue;
|
|
2029
2027
|
/** The conversation the answer applies to. */
|
|
2030
2028
|
conversation?: string;
|
|
2031
|
-
/** The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. Deprecated: Use AnswerValue.potential_score instead. */
|
|
2032
|
-
potentialScore?: number;
|
|
2033
2029
|
/** The QaQuestion answered by this answer. */
|
|
2034
2030
|
qaQuestion?: string;
|
|
2035
2031
|
/** Question text. E.g., "Did the agent greet the customer?" */
|
|
@@ -2048,9 +2044,9 @@ declare namespace gapi.client {
|
|
|
2048
2044
|
boolValue?: boolean;
|
|
2049
2045
|
/** A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key. */
|
|
2050
2046
|
key?: string;
|
|
2051
|
-
/** A value of "Not Applicable (N/A)". */
|
|
2047
|
+
/** A value of "Not Applicable (N/A)". Should only ever be `true`. */
|
|
2052
2048
|
naValue?: boolean;
|
|
2053
|
-
/** Output only. Normalized score of the questions. Calculated as score / potential_score
|
|
2049
|
+
/** Output only. Normalized score of the questions. Calculated as score / potential_score. */
|
|
2054
2050
|
normalizedScore?: number;
|
|
2055
2051
|
/** Numerical value. */
|
|
2056
2052
|
numValue?: number;
|