@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20240617 → 0.0.20240701
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: 20240701
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -713,6 +713,8 @@ declare namespace gapi.client {
|
|
|
713
713
|
generatorName?: string;
|
|
714
714
|
/** Query text. Article Search uses this to store the input query used to generate the search results. */
|
|
715
715
|
query?: string;
|
|
716
|
+
/** Query source for the answer. */
|
|
717
|
+
querySource?: string;
|
|
716
718
|
}
|
|
717
719
|
interface GoogleCloudContactcenterinsightsV1alpha1SentimentData {
|
|
718
720
|
/** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
|
|
@@ -1591,6 +1593,8 @@ declare namespace gapi.client {
|
|
|
1591
1593
|
generatorName?: string;
|
|
1592
1594
|
/** Query text. Article Search uses this to store the input query used to generate the search results. */
|
|
1593
1595
|
query?: string;
|
|
1596
|
+
/** Query source for the answer. */
|
|
1597
|
+
querySource?: string;
|
|
1594
1598
|
}
|
|
1595
1599
|
interface GoogleCloudContactcenterinsightsV1SentimentData {
|
|
1596
1600
|
/** A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score. */
|