@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250212 → 0.0.20250213
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://dialogflow.googleapis.com/$discovery/rest?version=v2beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250213
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1723,7 +1723,7 @@ declare namespace gapi.client {
|
|
|
1723
1723
|
interface GoogleCloudDialogflowV2beta1AgentAssistantFeedback {
|
|
1724
1724
|
/** Optional. Whether or not the suggested answer is relevant. For example: * Query: "Can I change my mailing address?" * Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date." * answer_relevance: AnswerRelevance.IRRELEVANT */
|
|
1725
1725
|
answerRelevance?: string;
|
|
1726
|
-
/** Optional. Whether or not the information in the document is correct. For example: * Query: "Can I return the package in 2 days once received?" * Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date." * Ground truth: "No return or exchange is allowed." *
|
|
1726
|
+
/** Optional. Whether or not the information in the document is correct. For example: * Query: "Can I return the package in 2 days once received?" * Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date." * Ground truth: "No return or exchange is allowed." * document_correctness: INCORRECT */
|
|
1727
1727
|
documentCorrectness?: string;
|
|
1728
1728
|
/** Optional. Whether or not the suggested document is efficient. For example, if the document is poorly written, hard to understand, hard to use or too long to find useful information, document_efficiency is DocumentEfficiency.INEFFICIENT. */
|
|
1729
1729
|
documentEfficiency?: string;
|
|
@@ -3778,7 +3778,7 @@ declare namespace gapi.client {
|
|
|
3778
3778
|
contextSize?: number;
|
|
3779
3779
|
/** Optional. The name of the latest conversation message to compile suggestions for. If empty, it will be the latest message of the conversation. Format: `projects//locations//conversations//messages/`. */
|
|
3780
3780
|
latestMessage?: string;
|
|
3781
|
-
/** Optional. The previously suggested query for the given conversation. This helps identify whether the next suggestion we generate is
|
|
3781
|
+
/** Optional. The previously suggested query for the given conversation. This helps identify whether the next suggestion we generate is reasonably different from the previous one. This is useful to avoid similar suggestions within the conversation. */
|
|
3782
3782
|
previousSuggestedQuery?: string;
|
|
3783
3783
|
}
|
|
3784
3784
|
interface GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse {
|