@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20241015 → 0.0.20241023
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 +13 -5
- 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: 20241023
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -792,7 +792,7 @@ declare namespace gapi.client {
|
|
|
792
792
|
answerValue?: GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue;
|
|
793
793
|
/** The conversation the answer applies to. */
|
|
794
794
|
conversation?: string;
|
|
795
|
-
/** The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. */
|
|
795
|
+
/** 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. */
|
|
796
796
|
potentialScore?: number;
|
|
797
797
|
/** The QaQuestion answered by this answer. */
|
|
798
798
|
qaQuestion?: string;
|
|
@@ -814,9 +814,13 @@ declare namespace gapi.client {
|
|
|
814
814
|
key?: string;
|
|
815
815
|
/** A value of "Not Applicable (N/A)". */
|
|
816
816
|
naValue?: boolean;
|
|
817
|
+
/** Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0 */
|
|
818
|
+
normalizedScore?: number;
|
|
817
819
|
/** Numerical value. */
|
|
818
820
|
numValue?: number;
|
|
819
|
-
/**
|
|
821
|
+
/** Output only. The maximum potential score of the question. */
|
|
822
|
+
potentialScore?: number;
|
|
823
|
+
/** Output only. Numerical score of the answer. */
|
|
820
824
|
score?: number;
|
|
821
825
|
/** String value. */
|
|
822
826
|
strValue?: string;
|
|
@@ -2028,7 +2032,7 @@ declare namespace gapi.client {
|
|
|
2028
2032
|
answerValue?: GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue;
|
|
2029
2033
|
/** The conversation the answer applies to. */
|
|
2030
2034
|
conversation?: string;
|
|
2031
|
-
/** The maximum potential score of the question. If the question was answered using `na_value`, this field will be zero. */
|
|
2035
|
+
/** 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
2036
|
potentialScore?: number;
|
|
2033
2037
|
/** The QaQuestion answered by this answer. */
|
|
2034
2038
|
qaQuestion?: string;
|
|
@@ -2050,9 +2054,13 @@ declare namespace gapi.client {
|
|
|
2050
2054
|
key?: string;
|
|
2051
2055
|
/** A value of "Not Applicable (N/A)". */
|
|
2052
2056
|
naValue?: boolean;
|
|
2057
|
+
/** Output only. Normalized score of the questions. Calculated as score / potential_score iff potential_score != 0 else 0 */
|
|
2058
|
+
normalizedScore?: number;
|
|
2053
2059
|
/** Numerical value. */
|
|
2054
2060
|
numValue?: number;
|
|
2055
|
-
/**
|
|
2061
|
+
/** Output only. The maximum potential score of the question. */
|
|
2062
|
+
potentialScore?: number;
|
|
2063
|
+
/** Output only. Numerical score of the answer. */
|
|
2056
2064
|
score?: number;
|
|
2057
2065
|
/** String value. */
|
|
2058
2066
|
strValue?: string;
|