@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20250909 → 0.1.20250922
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 -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: 20250922
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -916,6 +916,8 @@ declare namespace gapi.client {
|
|
|
916
916
|
numValue?: number;
|
|
917
917
|
/** Output only. The maximum potential score of the question. */
|
|
918
918
|
potentialScore?: number;
|
|
919
|
+
/** Output only. The rationale for the answer. This field is only populated for answers that are generated by the LLM. Manual edits currently do not have rationales. */
|
|
920
|
+
rationale?: GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale;
|
|
919
921
|
/** Output only. Numerical score of the answer. */
|
|
920
922
|
score?: number;
|
|
921
923
|
/** Output only. A value of "Skip". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated. */
|
|
@@ -923,6 +925,10 @@ declare namespace gapi.client {
|
|
|
923
925
|
/** String value. */
|
|
924
926
|
strValue?: string;
|
|
925
927
|
}
|
|
928
|
+
interface GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale {
|
|
929
|
+
/** The rationale string for the answer. */
|
|
930
|
+
rationale?: string;
|
|
931
|
+
}
|
|
926
932
|
interface GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag {
|
|
927
933
|
/** Output only. The time at which the question tag was created. */
|
|
928
934
|
createTime?: string;
|
|
@@ -2451,6 +2457,8 @@ declare namespace gapi.client {
|
|
|
2451
2457
|
numValue?: number;
|
|
2452
2458
|
/** Output only. The maximum potential score of the question. */
|
|
2453
2459
|
potentialScore?: number;
|
|
2460
|
+
/** Output only. The rationale for the answer. This field is only populated for answers that are generated by the LLM. Manual edits currently do not have rationales. */
|
|
2461
|
+
rationale?: GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale;
|
|
2454
2462
|
/** Output only. Numerical score of the answer. */
|
|
2455
2463
|
score?: number;
|
|
2456
2464
|
/** Output only. A value of "Skip". If provided, this field may only be set to `true`. If a question receives this answer, it will be excluded from any score calculations. This would mean that the question was not evaluated. */
|
|
@@ -2458,6 +2466,10 @@ declare namespace gapi.client {
|
|
|
2458
2466
|
/** String value. */
|
|
2459
2467
|
strValue?: string;
|
|
2460
2468
|
}
|
|
2469
|
+
interface GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale {
|
|
2470
|
+
/** The rationale string for the answer. */
|
|
2471
|
+
rationale?: string;
|
|
2472
|
+
}
|
|
2461
2473
|
interface GoogleCloudContactcenterinsightsV1QaQuestion {
|
|
2462
2474
|
/** Short, descriptive string, used in the UI where it's not practical to display the full question body. E.g., "Greeting". */
|
|
2463
2475
|
abbreviation?: string;
|