@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250121 → 0.0.20250128
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 +128 -128
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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: 20250128
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Dialogflow API v2beta1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://dialogflow.googleapis.com/$discovery/rest?version=v2beta1'
|
|
19
|
+
urlOrObject: 'https://dialogflow.googleapis.com/$discovery/rest?version=v2beta1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'dialogflow', version: 'v2beta1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'dialogflow',
|
|
26
26
|
version: 'v2beta1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace dialogflow {
|
|
@@ -4805,7 +4805,7 @@ declare namespace gapi.client {
|
|
|
4805
4805
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4806
4806
|
uploadType?: string;
|
|
4807
4807
|
},
|
|
4808
|
-
body: GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
|
|
4808
|
+
body: GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest,
|
|
4809
4809
|
): Request<GoogleLongrunningOperation>;
|
|
4810
4810
|
/** Deletes entities in the specified entity type. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
4811
4811
|
batchDelete(request: {
|
|
@@ -4863,7 +4863,7 @@ declare namespace gapi.client {
|
|
|
4863
4863
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4864
4864
|
uploadType?: string;
|
|
4865
4865
|
},
|
|
4866
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
|
|
4866
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest,
|
|
4867
4867
|
): Request<GoogleLongrunningOperation>;
|
|
4868
4868
|
/** Updates or creates multiple entities in the specified entity type. This method does not affect entities in the entity type that aren't explicitly specified in the request. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) */
|
|
4869
4869
|
batchUpdate(request: {
|
|
@@ -4921,7 +4921,7 @@ declare namespace gapi.client {
|
|
|
4921
4921
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4922
4922
|
uploadType?: string;
|
|
4923
4923
|
},
|
|
4924
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest
|
|
4924
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest,
|
|
4925
4925
|
): Request<GoogleLongrunningOperation>;
|
|
4926
4926
|
}
|
|
4927
4927
|
interface EntityTypesResource {
|
|
@@ -4981,7 +4981,7 @@ declare namespace gapi.client {
|
|
|
4981
4981
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4982
4982
|
uploadType?: string;
|
|
4983
4983
|
},
|
|
4984
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
|
|
4984
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest,
|
|
4985
4985
|
): Request<GoogleLongrunningOperation>;
|
|
4986
4986
|
/** Updates/Creates multiple entity types in the specified agent. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: BatchUpdateEntityTypesResponse Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
4987
4987
|
batchUpdate(request: {
|
|
@@ -5039,7 +5039,7 @@ declare namespace gapi.client {
|
|
|
5039
5039
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5040
5040
|
uploadType?: string;
|
|
5041
5041
|
},
|
|
5042
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
|
|
5042
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest,
|
|
5043
5043
|
): Request<GoogleLongrunningOperation>;
|
|
5044
5044
|
/** Creates an entity type in the specified agent. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
5045
5045
|
create(request: {
|
|
@@ -5101,7 +5101,7 @@ declare namespace gapi.client {
|
|
|
5101
5101
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5102
5102
|
uploadType?: string;
|
|
5103
5103
|
},
|
|
5104
|
-
body: GoogleCloudDialogflowV2beta1EntityType
|
|
5104
|
+
body: GoogleCloudDialogflowV2beta1EntityType,
|
|
5105
5105
|
): Request<GoogleCloudDialogflowV2beta1EntityType>;
|
|
5106
5106
|
/** Deletes the specified entity type. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
5107
5107
|
delete(request?: {
|
|
@@ -5256,7 +5256,7 @@ declare namespace gapi.client {
|
|
|
5256
5256
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5257
5257
|
uploadType?: string;
|
|
5258
5258
|
},
|
|
5259
|
-
body: GoogleCloudDialogflowV2beta1EntityType
|
|
5259
|
+
body: GoogleCloudDialogflowV2beta1EntityType,
|
|
5260
5260
|
): Request<GoogleCloudDialogflowV2beta1EntityType>;
|
|
5261
5261
|
entities: EntitiesResource;
|
|
5262
5262
|
}
|
|
@@ -5354,7 +5354,7 @@ declare namespace gapi.client {
|
|
|
5354
5354
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5355
5355
|
uploadType?: string;
|
|
5356
5356
|
},
|
|
5357
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
5357
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
5358
5358
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
5359
5359
|
/** Deletes the specified context. */
|
|
5360
5360
|
delete(request?: {
|
|
@@ -5501,7 +5501,7 @@ declare namespace gapi.client {
|
|
|
5501
5501
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5502
5502
|
uploadType?: string;
|
|
5503
5503
|
},
|
|
5504
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
5504
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
5505
5505
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
5506
5506
|
}
|
|
5507
5507
|
interface EntityTypesResource {
|
|
@@ -5561,7 +5561,7 @@ declare namespace gapi.client {
|
|
|
5561
5561
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5562
5562
|
uploadType?: string;
|
|
5563
5563
|
},
|
|
5564
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
5564
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
5565
5565
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
5566
5566
|
/** Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration. */
|
|
5567
5567
|
delete(request?: {
|
|
@@ -5708,7 +5708,7 @@ declare namespace gapi.client {
|
|
|
5708
5708
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5709
5709
|
uploadType?: string;
|
|
5710
5710
|
},
|
|
5711
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
5711
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
5712
5712
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
5713
5713
|
}
|
|
5714
5714
|
interface SessionsResource {
|
|
@@ -5795,7 +5795,7 @@ declare namespace gapi.client {
|
|
|
5795
5795
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5796
5796
|
uploadType?: string;
|
|
5797
5797
|
},
|
|
5798
|
-
body: GoogleCloudDialogflowV2beta1DetectIntentRequest
|
|
5798
|
+
body: GoogleCloudDialogflowV2beta1DetectIntentRequest,
|
|
5799
5799
|
): Request<GoogleCloudDialogflowV2beta1DetectIntentResponse>;
|
|
5800
5800
|
contexts: ContextsResource;
|
|
5801
5801
|
entityTypes: EntityTypesResource;
|
|
@@ -5864,7 +5864,7 @@ declare namespace gapi.client {
|
|
|
5864
5864
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5865
5865
|
uploadType?: string;
|
|
5866
5866
|
},
|
|
5867
|
-
body: GoogleCloudDialogflowV2beta1Environment
|
|
5867
|
+
body: GoogleCloudDialogflowV2beta1Environment,
|
|
5868
5868
|
): Request<GoogleCloudDialogflowV2beta1Environment>;
|
|
5869
5869
|
/** Deletes the specified agent environment. */
|
|
5870
5870
|
delete(request?: {
|
|
@@ -6046,7 +6046,7 @@ declare namespace gapi.client {
|
|
|
6046
6046
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6047
6047
|
uploadType?: string;
|
|
6048
6048
|
},
|
|
6049
|
-
body: GoogleCloudDialogflowV2beta1Environment
|
|
6049
|
+
body: GoogleCloudDialogflowV2beta1Environment,
|
|
6050
6050
|
): Request<GoogleCloudDialogflowV2beta1Environment>;
|
|
6051
6051
|
intents: IntentsResource;
|
|
6052
6052
|
users: UsersResource;
|
|
@@ -6108,7 +6108,7 @@ declare namespace gapi.client {
|
|
|
6108
6108
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6109
6109
|
uploadType?: string;
|
|
6110
6110
|
},
|
|
6111
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
|
|
6111
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest,
|
|
6112
6112
|
): Request<GoogleLongrunningOperation>;
|
|
6113
6113
|
/** Updates/Creates multiple intents in the specified agent. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: BatchUpdateIntentsResponse Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
6114
6114
|
batchUpdate(request: {
|
|
@@ -6166,7 +6166,7 @@ declare namespace gapi.client {
|
|
|
6166
6166
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6167
6167
|
uploadType?: string;
|
|
6168
6168
|
},
|
|
6169
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
|
|
6169
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest,
|
|
6170
6170
|
): Request<GoogleLongrunningOperation>;
|
|
6171
6171
|
/** Creates an intent in the specified agent. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
6172
6172
|
create(request: {
|
|
@@ -6232,7 +6232,7 @@ declare namespace gapi.client {
|
|
|
6232
6232
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6233
6233
|
uploadType?: string;
|
|
6234
6234
|
},
|
|
6235
|
-
body: GoogleCloudDialogflowV2beta1Intent
|
|
6235
|
+
body: GoogleCloudDialogflowV2beta1Intent,
|
|
6236
6236
|
): Request<GoogleCloudDialogflowV2beta1Intent>;
|
|
6237
6237
|
/** Deletes the specified intent and its direct or indirect followup intents. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
6238
6238
|
delete(request?: {
|
|
@@ -6395,7 +6395,7 @@ declare namespace gapi.client {
|
|
|
6395
6395
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6396
6396
|
uploadType?: string;
|
|
6397
6397
|
},
|
|
6398
|
-
body: GoogleCloudDialogflowV2beta1Intent
|
|
6398
|
+
body: GoogleCloudDialogflowV2beta1Intent,
|
|
6399
6399
|
): Request<GoogleCloudDialogflowV2beta1Intent>;
|
|
6400
6400
|
}
|
|
6401
6401
|
interface DocumentsResource {
|
|
@@ -6459,7 +6459,7 @@ declare namespace gapi.client {
|
|
|
6459
6459
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6460
6460
|
uploadType?: string;
|
|
6461
6461
|
},
|
|
6462
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
6462
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
6463
6463
|
): Request<GoogleLongrunningOperation>;
|
|
6464
6464
|
/** Deletes the specified document. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
6465
6465
|
delete(request?: {
|
|
@@ -6608,7 +6608,7 @@ declare namespace gapi.client {
|
|
|
6608
6608
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6609
6609
|
uploadType?: string;
|
|
6610
6610
|
},
|
|
6611
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
6611
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
6612
6612
|
): Request<GoogleLongrunningOperation>;
|
|
6613
6613
|
/** Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: If the document source is Google Cloud Storage URI, its metadata will be replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata` field is set to true in the request. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
6614
6614
|
reload(request: {
|
|
@@ -6666,7 +6666,7 @@ declare namespace gapi.client {
|
|
|
6666
6666
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6667
6667
|
uploadType?: string;
|
|
6668
6668
|
},
|
|
6669
|
-
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest
|
|
6669
|
+
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest,
|
|
6670
6670
|
): Request<GoogleLongrunningOperation>;
|
|
6671
6671
|
}
|
|
6672
6672
|
interface KnowledgeBasesResource {
|
|
@@ -6726,7 +6726,7 @@ declare namespace gapi.client {
|
|
|
6726
6726
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6727
6727
|
uploadType?: string;
|
|
6728
6728
|
},
|
|
6729
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
6729
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
6730
6730
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
6731
6731
|
/** Deletes the specified knowledge base. Note: The `projects.agent.knowledgeBases` resource is deprecated; only use `projects.knowledgeBases`. */
|
|
6732
6732
|
delete(request?: {
|
|
@@ -6877,7 +6877,7 @@ declare namespace gapi.client {
|
|
|
6877
6877
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6878
6878
|
uploadType?: string;
|
|
6879
6879
|
},
|
|
6880
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
6880
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
6881
6881
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
6882
6882
|
documents: DocumentsResource;
|
|
6883
6883
|
}
|
|
@@ -6938,7 +6938,7 @@ declare namespace gapi.client {
|
|
|
6938
6938
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6939
6939
|
uploadType?: string;
|
|
6940
6940
|
},
|
|
6941
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
6941
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
6942
6942
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
6943
6943
|
/** Deletes the specified context. */
|
|
6944
6944
|
delete(request?: {
|
|
@@ -7085,7 +7085,7 @@ declare namespace gapi.client {
|
|
|
7085
7085
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7086
7086
|
uploadType?: string;
|
|
7087
7087
|
},
|
|
7088
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
7088
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
7089
7089
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
7090
7090
|
}
|
|
7091
7091
|
interface EntityTypesResource {
|
|
@@ -7145,7 +7145,7 @@ declare namespace gapi.client {
|
|
|
7145
7145
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7146
7146
|
uploadType?: string;
|
|
7147
7147
|
},
|
|
7148
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
7148
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
7149
7149
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
7150
7150
|
/** Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration. */
|
|
7151
7151
|
delete(request?: {
|
|
@@ -7292,7 +7292,7 @@ declare namespace gapi.client {
|
|
|
7292
7292
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7293
7293
|
uploadType?: string;
|
|
7294
7294
|
},
|
|
7295
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
7295
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
7296
7296
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
7297
7297
|
}
|
|
7298
7298
|
interface SessionsResource {
|
|
@@ -7379,7 +7379,7 @@ declare namespace gapi.client {
|
|
|
7379
7379
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7380
7380
|
uploadType?: string;
|
|
7381
7381
|
},
|
|
7382
|
-
body: GoogleCloudDialogflowV2beta1DetectIntentRequest
|
|
7382
|
+
body: GoogleCloudDialogflowV2beta1DetectIntentRequest,
|
|
7383
7383
|
): Request<GoogleCloudDialogflowV2beta1DetectIntentResponse>;
|
|
7384
7384
|
contexts: ContextsResource;
|
|
7385
7385
|
entityTypes: EntityTypesResource;
|
|
@@ -7441,7 +7441,7 @@ declare namespace gapi.client {
|
|
|
7441
7441
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7442
7442
|
uploadType?: string;
|
|
7443
7443
|
},
|
|
7444
|
-
body: GoogleCloudDialogflowV2beta1Version
|
|
7444
|
+
body: GoogleCloudDialogflowV2beta1Version,
|
|
7445
7445
|
): Request<GoogleCloudDialogflowV2beta1Version>;
|
|
7446
7446
|
/** Delete the specified agent version. */
|
|
7447
7447
|
delete(request?: {
|
|
@@ -7588,7 +7588,7 @@ declare namespace gapi.client {
|
|
|
7588
7588
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7589
7589
|
uploadType?: string;
|
|
7590
7590
|
},
|
|
7591
|
-
body: GoogleCloudDialogflowV2beta1Version
|
|
7591
|
+
body: GoogleCloudDialogflowV2beta1Version,
|
|
7592
7592
|
): Request<GoogleCloudDialogflowV2beta1Version>;
|
|
7593
7593
|
}
|
|
7594
7594
|
interface AgentResource {
|
|
@@ -7648,7 +7648,7 @@ declare namespace gapi.client {
|
|
|
7648
7648
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7649
7649
|
uploadType?: string;
|
|
7650
7650
|
},
|
|
7651
|
-
body: GoogleCloudDialogflowV2beta1ExportAgentRequest
|
|
7651
|
+
body: GoogleCloudDialogflowV2beta1ExportAgentRequest,
|
|
7652
7652
|
): Request<GoogleLongrunningOperation>;
|
|
7653
7653
|
/** Retrieves the fulfillment. */
|
|
7654
7654
|
getFulfillment(request?: {
|
|
@@ -7762,7 +7762,7 @@ declare namespace gapi.client {
|
|
|
7762
7762
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7763
7763
|
uploadType?: string;
|
|
7764
7764
|
},
|
|
7765
|
-
body: GoogleCloudDialogflowV2beta1ImportAgentRequest
|
|
7765
|
+
body: GoogleCloudDialogflowV2beta1ImportAgentRequest,
|
|
7766
7766
|
): Request<GoogleLongrunningOperation>;
|
|
7767
7767
|
/** Restores the specified agent from a ZIP file. Replaces the current agent version with a new one. All the intents and entity types in the older version are deleted. After the restore, the restored draft agent will be trained automatically (unless disabled in agent settings). However, once the restore is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) The operation only tracks when restoring is complete, not when it is done training. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
7768
7768
|
restore(request: {
|
|
@@ -7820,7 +7820,7 @@ declare namespace gapi.client {
|
|
|
7820
7820
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7821
7821
|
uploadType?: string;
|
|
7822
7822
|
},
|
|
7823
|
-
body: GoogleCloudDialogflowV2beta1RestoreAgentRequest
|
|
7823
|
+
body: GoogleCloudDialogflowV2beta1RestoreAgentRequest,
|
|
7824
7824
|
): Request<GoogleLongrunningOperation>;
|
|
7825
7825
|
/** Returns the list of agents. Since there is at most one conversational agent per project, this method is useful primarily for listing all agents across projects the caller has access to. One can achieve that with a wildcard project collection id "-". Refer to [List Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). */
|
|
7826
7826
|
search(request?: {
|
|
@@ -7909,7 +7909,7 @@ declare namespace gapi.client {
|
|
|
7909
7909
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7910
7910
|
uploadType?: string;
|
|
7911
7911
|
},
|
|
7912
|
-
body: GoogleCloudDialogflowV2beta1TrainAgentRequest
|
|
7912
|
+
body: GoogleCloudDialogflowV2beta1TrainAgentRequest,
|
|
7913
7913
|
): Request<GoogleLongrunningOperation>;
|
|
7914
7914
|
/** Updates the fulfillment. */
|
|
7915
7915
|
updateFulfillment(request: {
|
|
@@ -7971,7 +7971,7 @@ declare namespace gapi.client {
|
|
|
7971
7971
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7972
7972
|
uploadType?: string;
|
|
7973
7973
|
},
|
|
7974
|
-
body: GoogleCloudDialogflowV2beta1Fulfillment
|
|
7974
|
+
body: GoogleCloudDialogflowV2beta1Fulfillment,
|
|
7975
7975
|
): Request<GoogleCloudDialogflowV2beta1Fulfillment>;
|
|
7976
7976
|
entityTypes: EntityTypesResource;
|
|
7977
7977
|
environments: EnvironmentsResource;
|
|
@@ -8101,7 +8101,7 @@ declare namespace gapi.client {
|
|
|
8101
8101
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8102
8102
|
uploadType?: string;
|
|
8103
8103
|
},
|
|
8104
|
-
body: GoogleCloudDialogflowV2beta1AnswerRecord
|
|
8104
|
+
body: GoogleCloudDialogflowV2beta1AnswerRecord,
|
|
8105
8105
|
): Request<GoogleCloudDialogflowV2beta1AnswerRecord>;
|
|
8106
8106
|
}
|
|
8107
8107
|
interface ConversationProfilesResource {
|
|
@@ -8161,7 +8161,7 @@ declare namespace gapi.client {
|
|
|
8161
8161
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8162
8162
|
uploadType?: string;
|
|
8163
8163
|
},
|
|
8164
|
-
body: GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
|
|
8164
|
+
body: GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest,
|
|
8165
8165
|
): Request<GoogleLongrunningOperation>;
|
|
8166
8166
|
/** Creates a conversation profile in the specified project. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API. */
|
|
8167
8167
|
create(request: {
|
|
@@ -8219,7 +8219,7 @@ declare namespace gapi.client {
|
|
|
8219
8219
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8220
8220
|
uploadType?: string;
|
|
8221
8221
|
},
|
|
8222
|
-
body: GoogleCloudDialogflowV2beta1ConversationProfile
|
|
8222
|
+
body: GoogleCloudDialogflowV2beta1ConversationProfile,
|
|
8223
8223
|
): Request<GoogleCloudDialogflowV2beta1ConversationProfile>;
|
|
8224
8224
|
/** Deletes the specified conversation profile. */
|
|
8225
8225
|
delete(request?: {
|
|
@@ -8366,7 +8366,7 @@ declare namespace gapi.client {
|
|
|
8366
8366
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8367
8367
|
uploadType?: string;
|
|
8368
8368
|
},
|
|
8369
|
-
body: GoogleCloudDialogflowV2beta1ConversationProfile
|
|
8369
|
+
body: GoogleCloudDialogflowV2beta1ConversationProfile,
|
|
8370
8370
|
): Request<GoogleCloudDialogflowV2beta1ConversationProfile>;
|
|
8371
8371
|
/** Adds or updates a suggestion feature in a conversation profile. If the conversation profile contains the type of suggestion feature for the participant role, it will update it. Otherwise it will insert the suggestion feature. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: SetSuggestionFeatureConfigOperationMetadata - `response`: ConversationProfile If a long running operation to add or update suggestion feature config for the same conversation profile, participant role and suggestion feature type exists, please cancel the existing long running operation before sending such request, otherwise the request will be rejected. */
|
|
8372
8372
|
setSuggestionFeatureConfig(request: {
|
|
@@ -8424,7 +8424,7 @@ declare namespace gapi.client {
|
|
|
8424
8424
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8425
8425
|
uploadType?: string;
|
|
8426
8426
|
},
|
|
8427
|
-
body: GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
|
|
8427
|
+
body: GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest,
|
|
8428
8428
|
): Request<GoogleLongrunningOperation>;
|
|
8429
8429
|
}
|
|
8430
8430
|
interface MessagesResource {
|
|
@@ -8484,7 +8484,7 @@ declare namespace gapi.client {
|
|
|
8484
8484
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8485
8485
|
uploadType?: string;
|
|
8486
8486
|
},
|
|
8487
|
-
body: GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
|
|
8487
|
+
body: GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest,
|
|
8488
8488
|
): Request<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>;
|
|
8489
8489
|
/** Lists messages that belong to a given conversation. `messages` are ordered by `create_time` in descending order. To fetch updates without duplication, send request with filter `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty page_token. */
|
|
8490
8490
|
list(request?: {
|
|
@@ -8577,7 +8577,7 @@ declare namespace gapi.client {
|
|
|
8577
8577
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8578
8578
|
uploadType?: string;
|
|
8579
8579
|
},
|
|
8580
|
-
body: GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
|
8580
|
+
body: GoogleCloudDialogflowV2beta1CompileSuggestionRequest,
|
|
8581
8581
|
): Request<GoogleCloudDialogflowV2beta1CompileSuggestionResponse>;
|
|
8582
8582
|
/** Deprecated: Use inline suggestion, event based suggestion or Suggestion* API instead. See HumanAgentAssistantConfig.name for more details. Removal Date: 2020-09-01. Retrieves suggestions for live agents. This method should be used by human agent client software to fetch auto generated suggestions in real-time, while the conversation with an end user is in progress. The functionality is implemented in terms of the [list pagination](https://cloud.google.com/apis/design/design_patterns#list_pagination) design pattern. The client app should use the `next_page_token` field to fetch the next batch of suggestions. `suggestions` are sorted by `create_time` in descending order. To fetch latest suggestion, just set `page_size` to 1. To fetch new suggestions without duplication, send request with filter `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty page_token. */
|
|
8583
8583
|
list(request?: {
|
|
@@ -8668,7 +8668,7 @@ declare namespace gapi.client {
|
|
|
8668
8668
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8669
8669
|
uploadType?: string;
|
|
8670
8670
|
},
|
|
8671
|
-
body: GoogleCloudDialogflowV2beta1SuggestArticlesRequest
|
|
8671
|
+
body: GoogleCloudDialogflowV2beta1SuggestArticlesRequest,
|
|
8672
8672
|
): Request<GoogleCloudDialogflowV2beta1SuggestArticlesResponse>;
|
|
8673
8673
|
/** Gets suggested faq answers for a participant based on specific historical messages. */
|
|
8674
8674
|
suggestFaqAnswers(request: {
|
|
@@ -8726,7 +8726,7 @@ declare namespace gapi.client {
|
|
|
8726
8726
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8727
8727
|
uploadType?: string;
|
|
8728
8728
|
},
|
|
8729
|
-
body: GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
|
|
8729
|
+
body: GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest,
|
|
8730
8730
|
): Request<GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse>;
|
|
8731
8731
|
/** Gets knowledge assist suggestions based on historical messages. */
|
|
8732
8732
|
suggestKnowledgeAssist(request: {
|
|
@@ -8784,7 +8784,7 @@ declare namespace gapi.client {
|
|
|
8784
8784
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8785
8785
|
uploadType?: string;
|
|
8786
8786
|
},
|
|
8787
|
-
body: GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest
|
|
8787
|
+
body: GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest,
|
|
8788
8788
|
): Request<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>;
|
|
8789
8789
|
/** Gets smart replies for a participant based on specific historical messages. */
|
|
8790
8790
|
suggestSmartReplies(request: {
|
|
@@ -8842,7 +8842,7 @@ declare namespace gapi.client {
|
|
|
8842
8842
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8843
8843
|
uploadType?: string;
|
|
8844
8844
|
},
|
|
8845
|
-
body: GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest
|
|
8845
|
+
body: GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest,
|
|
8846
8846
|
): Request<GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse>;
|
|
8847
8847
|
}
|
|
8848
8848
|
interface ParticipantsResource {
|
|
@@ -8902,7 +8902,7 @@ declare namespace gapi.client {
|
|
|
8902
8902
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8903
8903
|
uploadType?: string;
|
|
8904
8904
|
},
|
|
8905
|
-
body: GoogleCloudDialogflowV2beta1AnalyzeContentRequest
|
|
8905
|
+
body: GoogleCloudDialogflowV2beta1AnalyzeContentRequest,
|
|
8906
8906
|
): Request<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>;
|
|
8907
8907
|
/** Creates a new participant in a conversation. */
|
|
8908
8908
|
create(request: {
|
|
@@ -8960,7 +8960,7 @@ declare namespace gapi.client {
|
|
|
8960
8960
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8961
8961
|
uploadType?: string;
|
|
8962
8962
|
},
|
|
8963
|
-
body: GoogleCloudDialogflowV2beta1Participant
|
|
8963
|
+
body: GoogleCloudDialogflowV2beta1Participant,
|
|
8964
8964
|
): Request<GoogleCloudDialogflowV2beta1Participant>;
|
|
8965
8965
|
/** Retrieves a conversation participant. */
|
|
8966
8966
|
get(request?: {
|
|
@@ -9080,7 +9080,7 @@ declare namespace gapi.client {
|
|
|
9080
9080
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9081
9081
|
uploadType?: string;
|
|
9082
9082
|
},
|
|
9083
|
-
body: GoogleCloudDialogflowV2beta1Participant
|
|
9083
|
+
body: GoogleCloudDialogflowV2beta1Participant,
|
|
9084
9084
|
): Request<GoogleCloudDialogflowV2beta1Participant>;
|
|
9085
9085
|
suggestions: SuggestionsResource;
|
|
9086
9086
|
}
|
|
@@ -9141,7 +9141,7 @@ declare namespace gapi.client {
|
|
|
9141
9141
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9142
9142
|
uploadType?: string;
|
|
9143
9143
|
},
|
|
9144
|
-
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
9144
|
+
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest,
|
|
9145
9145
|
): Request<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>;
|
|
9146
9146
|
/** Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request. */
|
|
9147
9147
|
suggestConversationSummary(request: {
|
|
@@ -9199,7 +9199,7 @@ declare namespace gapi.client {
|
|
|
9199
9199
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9200
9200
|
uploadType?: string;
|
|
9201
9201
|
},
|
|
9202
|
-
body: GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest
|
|
9202
|
+
body: GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest,
|
|
9203
9203
|
): Request<GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse>;
|
|
9204
9204
|
}
|
|
9205
9205
|
interface ConversationsResource {
|
|
@@ -9259,7 +9259,7 @@ declare namespace gapi.client {
|
|
|
9259
9259
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9260
9260
|
uploadType?: string;
|
|
9261
9261
|
},
|
|
9262
|
-
body: GoogleCloudDialogflowV2beta1CompleteConversationRequest
|
|
9262
|
+
body: GoogleCloudDialogflowV2beta1CompleteConversationRequest,
|
|
9263
9263
|
): Request<GoogleCloudDialogflowV2beta1Conversation>;
|
|
9264
9264
|
/** Creates a new conversation. Conversations are auto-completed after 24 hours. Conversation Lifecycle: There are two stages during a conversation: Automated Agent Stage and Assist Stage. For Automated Agent Stage, there will be a dialogflow agent responding to user queries. For Assist Stage, there's no dialogflow agent responding to user queries. But we will provide suggestions which are generated from conversation. If Conversation.conversation_profile is configured for a dialogflow agent, conversation will start from `Automated Agent Stage`, otherwise, it will start from `Assist Stage`. And during `Automated Agent Stage`, once an Intent with Intent.live_agent_handoff is triggered, conversation will transfer to Assist Stage. */
|
|
9265
9265
|
create(request: {
|
|
@@ -9321,7 +9321,7 @@ declare namespace gapi.client {
|
|
|
9321
9321
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9322
9322
|
uploadType?: string;
|
|
9323
9323
|
},
|
|
9324
|
-
body: GoogleCloudDialogflowV2beta1Conversation
|
|
9324
|
+
body: GoogleCloudDialogflowV2beta1Conversation,
|
|
9325
9325
|
): Request<GoogleCloudDialogflowV2beta1Conversation>;
|
|
9326
9326
|
/** Retrieves the specific conversation. */
|
|
9327
9327
|
get(request?: {
|
|
@@ -9448,7 +9448,7 @@ declare namespace gapi.client {
|
|
|
9448
9448
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9449
9449
|
uploadType?: string;
|
|
9450
9450
|
},
|
|
9451
|
-
body: GoogleCloudDialogflowV2beta1Generator
|
|
9451
|
+
body: GoogleCloudDialogflowV2beta1Generator,
|
|
9452
9452
|
): Request<GoogleCloudDialogflowV2beta1Generator>;
|
|
9453
9453
|
/** Lists generators. */
|
|
9454
9454
|
list(request?: {
|
|
@@ -9543,7 +9543,7 @@ declare namespace gapi.client {
|
|
|
9543
9543
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9544
9544
|
uploadType?: string;
|
|
9545
9545
|
},
|
|
9546
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
9546
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
9547
9547
|
): Request<GoogleLongrunningOperation>;
|
|
9548
9548
|
/** Deletes the specified document. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
9549
9549
|
delete(request?: {
|
|
@@ -9655,7 +9655,7 @@ declare namespace gapi.client {
|
|
|
9655
9655
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9656
9656
|
uploadType?: string;
|
|
9657
9657
|
},
|
|
9658
|
-
body: GoogleCloudDialogflowV2beta1ImportDocumentsRequest
|
|
9658
|
+
body: GoogleCloudDialogflowV2beta1ImportDocumentsRequest,
|
|
9659
9659
|
): Request<GoogleLongrunningOperation>;
|
|
9660
9660
|
/** Returns the list of all documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
9661
9661
|
list(request?: {
|
|
@@ -9750,7 +9750,7 @@ declare namespace gapi.client {
|
|
|
9750
9750
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9751
9751
|
uploadType?: string;
|
|
9752
9752
|
},
|
|
9753
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
9753
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
9754
9754
|
): Request<GoogleLongrunningOperation>;
|
|
9755
9755
|
/** Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: If the document source is Google Cloud Storage URI, its metadata will be replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata` field is set to true in the request. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
9756
9756
|
reload(request: {
|
|
@@ -9808,7 +9808,7 @@ declare namespace gapi.client {
|
|
|
9808
9808
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9809
9809
|
uploadType?: string;
|
|
9810
9810
|
},
|
|
9811
|
-
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest
|
|
9811
|
+
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest,
|
|
9812
9812
|
): Request<GoogleLongrunningOperation>;
|
|
9813
9813
|
}
|
|
9814
9814
|
interface KnowledgeBasesResource {
|
|
@@ -9868,7 +9868,7 @@ declare namespace gapi.client {
|
|
|
9868
9868
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9869
9869
|
uploadType?: string;
|
|
9870
9870
|
},
|
|
9871
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
9871
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
9872
9872
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
9873
9873
|
/** Deletes the specified knowledge base. Note: The `projects.agent.knowledgeBases` resource is deprecated; only use `projects.knowledgeBases`. */
|
|
9874
9874
|
delete(request?: {
|
|
@@ -10019,7 +10019,7 @@ declare namespace gapi.client {
|
|
|
10019
10019
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10020
10020
|
uploadType?: string;
|
|
10021
10021
|
},
|
|
10022
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
10022
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
10023
10023
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
10024
10024
|
documents: DocumentsResource;
|
|
10025
10025
|
}
|
|
@@ -10080,7 +10080,7 @@ declare namespace gapi.client {
|
|
|
10080
10080
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10081
10081
|
uploadType?: string;
|
|
10082
10082
|
},
|
|
10083
|
-
body: GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
|
|
10083
|
+
body: GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest,
|
|
10084
10084
|
): Request<GoogleLongrunningOperation>;
|
|
10085
10085
|
/** Deletes entities in the specified entity type. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
10086
10086
|
batchDelete(request: {
|
|
@@ -10138,7 +10138,7 @@ declare namespace gapi.client {
|
|
|
10138
10138
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10139
10139
|
uploadType?: string;
|
|
10140
10140
|
},
|
|
10141
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
|
|
10141
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest,
|
|
10142
10142
|
): Request<GoogleLongrunningOperation>;
|
|
10143
10143
|
/** Updates or creates multiple entities in the specified entity type. This method does not affect entities in the entity type that aren't explicitly specified in the request. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) */
|
|
10144
10144
|
batchUpdate(request: {
|
|
@@ -10196,7 +10196,7 @@ declare namespace gapi.client {
|
|
|
10196
10196
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10197
10197
|
uploadType?: string;
|
|
10198
10198
|
},
|
|
10199
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest
|
|
10199
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest,
|
|
10200
10200
|
): Request<GoogleLongrunningOperation>;
|
|
10201
10201
|
}
|
|
10202
10202
|
interface EntityTypesResource {
|
|
@@ -10256,7 +10256,7 @@ declare namespace gapi.client {
|
|
|
10256
10256
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10257
10257
|
uploadType?: string;
|
|
10258
10258
|
},
|
|
10259
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
|
|
10259
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest,
|
|
10260
10260
|
): Request<GoogleLongrunningOperation>;
|
|
10261
10261
|
/** Updates/Creates multiple entity types in the specified agent. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: BatchUpdateEntityTypesResponse Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
10262
10262
|
batchUpdate(request: {
|
|
@@ -10314,7 +10314,7 @@ declare namespace gapi.client {
|
|
|
10314
10314
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10315
10315
|
uploadType?: string;
|
|
10316
10316
|
},
|
|
10317
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
|
|
10317
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest,
|
|
10318
10318
|
): Request<GoogleLongrunningOperation>;
|
|
10319
10319
|
/** Creates an entity type in the specified agent. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
10320
10320
|
create(request: {
|
|
@@ -10376,7 +10376,7 @@ declare namespace gapi.client {
|
|
|
10376
10376
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10377
10377
|
uploadType?: string;
|
|
10378
10378
|
},
|
|
10379
|
-
body: GoogleCloudDialogflowV2beta1EntityType
|
|
10379
|
+
body: GoogleCloudDialogflowV2beta1EntityType,
|
|
10380
10380
|
): Request<GoogleCloudDialogflowV2beta1EntityType>;
|
|
10381
10381
|
/** Deletes the specified entity type. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
10382
10382
|
delete(request?: {
|
|
@@ -10531,7 +10531,7 @@ declare namespace gapi.client {
|
|
|
10531
10531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10532
10532
|
uploadType?: string;
|
|
10533
10533
|
},
|
|
10534
|
-
body: GoogleCloudDialogflowV2beta1EntityType
|
|
10534
|
+
body: GoogleCloudDialogflowV2beta1EntityType,
|
|
10535
10535
|
): Request<GoogleCloudDialogflowV2beta1EntityType>;
|
|
10536
10536
|
entities: EntitiesResource;
|
|
10537
10537
|
}
|
|
@@ -10629,7 +10629,7 @@ declare namespace gapi.client {
|
|
|
10629
10629
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10630
10630
|
uploadType?: string;
|
|
10631
10631
|
},
|
|
10632
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
10632
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
10633
10633
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
10634
10634
|
/** Deletes the specified context. */
|
|
10635
10635
|
delete(request?: {
|
|
@@ -10776,7 +10776,7 @@ declare namespace gapi.client {
|
|
|
10776
10776
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10777
10777
|
uploadType?: string;
|
|
10778
10778
|
},
|
|
10779
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
10779
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
10780
10780
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
10781
10781
|
}
|
|
10782
10782
|
interface EntityTypesResource {
|
|
@@ -10836,7 +10836,7 @@ declare namespace gapi.client {
|
|
|
10836
10836
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10837
10837
|
uploadType?: string;
|
|
10838
10838
|
},
|
|
10839
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
10839
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
10840
10840
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
10841
10841
|
/** Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration. */
|
|
10842
10842
|
delete(request?: {
|
|
@@ -10983,7 +10983,7 @@ declare namespace gapi.client {
|
|
|
10983
10983
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10984
10984
|
uploadType?: string;
|
|
10985
10985
|
},
|
|
10986
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
10986
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
10987
10987
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
10988
10988
|
}
|
|
10989
10989
|
interface SessionsResource {
|
|
@@ -11070,7 +11070,7 @@ declare namespace gapi.client {
|
|
|
11070
11070
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11071
11071
|
uploadType?: string;
|
|
11072
11072
|
},
|
|
11073
|
-
body: GoogleCloudDialogflowV2beta1DetectIntentRequest
|
|
11073
|
+
body: GoogleCloudDialogflowV2beta1DetectIntentRequest,
|
|
11074
11074
|
): Request<GoogleCloudDialogflowV2beta1DetectIntentResponse>;
|
|
11075
11075
|
contexts: ContextsResource;
|
|
11076
11076
|
entityTypes: EntityTypesResource;
|
|
@@ -11139,7 +11139,7 @@ declare namespace gapi.client {
|
|
|
11139
11139
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11140
11140
|
uploadType?: string;
|
|
11141
11141
|
},
|
|
11142
|
-
body: GoogleCloudDialogflowV2beta1Environment
|
|
11142
|
+
body: GoogleCloudDialogflowV2beta1Environment,
|
|
11143
11143
|
): Request<GoogleCloudDialogflowV2beta1Environment>;
|
|
11144
11144
|
/** Deletes the specified agent environment. */
|
|
11145
11145
|
delete(request?: {
|
|
@@ -11321,7 +11321,7 @@ declare namespace gapi.client {
|
|
|
11321
11321
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11322
11322
|
uploadType?: string;
|
|
11323
11323
|
},
|
|
11324
|
-
body: GoogleCloudDialogflowV2beta1Environment
|
|
11324
|
+
body: GoogleCloudDialogflowV2beta1Environment,
|
|
11325
11325
|
): Request<GoogleCloudDialogflowV2beta1Environment>;
|
|
11326
11326
|
intents: IntentsResource;
|
|
11327
11327
|
users: UsersResource;
|
|
@@ -11383,7 +11383,7 @@ declare namespace gapi.client {
|
|
|
11383
11383
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11384
11384
|
uploadType?: string;
|
|
11385
11385
|
},
|
|
11386
|
-
body: GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
|
|
11386
|
+
body: GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest,
|
|
11387
11387
|
): Request<GoogleLongrunningOperation>;
|
|
11388
11388
|
/** Updates/Creates multiple intents in the specified agent. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: BatchUpdateIntentsResponse Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
11389
11389
|
batchUpdate(request: {
|
|
@@ -11441,7 +11441,7 @@ declare namespace gapi.client {
|
|
|
11441
11441
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11442
11442
|
uploadType?: string;
|
|
11443
11443
|
},
|
|
11444
|
-
body: GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
|
|
11444
|
+
body: GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest,
|
|
11445
11445
|
): Request<GoogleLongrunningOperation>;
|
|
11446
11446
|
/** Creates an intent in the specified agent. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
11447
11447
|
create(request: {
|
|
@@ -11507,7 +11507,7 @@ declare namespace gapi.client {
|
|
|
11507
11507
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11508
11508
|
uploadType?: string;
|
|
11509
11509
|
},
|
|
11510
|
-
body: GoogleCloudDialogflowV2beta1Intent
|
|
11510
|
+
body: GoogleCloudDialogflowV2beta1Intent,
|
|
11511
11511
|
): Request<GoogleCloudDialogflowV2beta1Intent>;
|
|
11512
11512
|
/** Deletes the specified intent and its direct or indirect followup intents. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
11513
11513
|
delete(request?: {
|
|
@@ -11670,7 +11670,7 @@ declare namespace gapi.client {
|
|
|
11670
11670
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11671
11671
|
uploadType?: string;
|
|
11672
11672
|
},
|
|
11673
|
-
body: GoogleCloudDialogflowV2beta1Intent
|
|
11673
|
+
body: GoogleCloudDialogflowV2beta1Intent,
|
|
11674
11674
|
): Request<GoogleCloudDialogflowV2beta1Intent>;
|
|
11675
11675
|
}
|
|
11676
11676
|
interface ContextsResource {
|
|
@@ -11730,7 +11730,7 @@ declare namespace gapi.client {
|
|
|
11730
11730
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11731
11731
|
uploadType?: string;
|
|
11732
11732
|
},
|
|
11733
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
11733
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
11734
11734
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
11735
11735
|
/** Deletes the specified context. */
|
|
11736
11736
|
delete(request?: {
|
|
@@ -11877,7 +11877,7 @@ declare namespace gapi.client {
|
|
|
11877
11877
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11878
11878
|
uploadType?: string;
|
|
11879
11879
|
},
|
|
11880
|
-
body: GoogleCloudDialogflowV2beta1Context
|
|
11880
|
+
body: GoogleCloudDialogflowV2beta1Context,
|
|
11881
11881
|
): Request<GoogleCloudDialogflowV2beta1Context>;
|
|
11882
11882
|
}
|
|
11883
11883
|
interface EntityTypesResource {
|
|
@@ -11937,7 +11937,7 @@ declare namespace gapi.client {
|
|
|
11937
11937
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11938
11938
|
uploadType?: string;
|
|
11939
11939
|
},
|
|
11940
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
11940
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
11941
11941
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
11942
11942
|
/** Deletes the specified session entity type. This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration. */
|
|
11943
11943
|
delete(request?: {
|
|
@@ -12084,7 +12084,7 @@ declare namespace gapi.client {
|
|
|
12084
12084
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12085
12085
|
uploadType?: string;
|
|
12086
12086
|
},
|
|
12087
|
-
body: GoogleCloudDialogflowV2beta1SessionEntityType
|
|
12087
|
+
body: GoogleCloudDialogflowV2beta1SessionEntityType,
|
|
12088
12088
|
): Request<GoogleCloudDialogflowV2beta1SessionEntityType>;
|
|
12089
12089
|
}
|
|
12090
12090
|
interface SessionsResource {
|
|
@@ -12171,7 +12171,7 @@ declare namespace gapi.client {
|
|
|
12171
12171
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12172
12172
|
uploadType?: string;
|
|
12173
12173
|
},
|
|
12174
|
-
body: GoogleCloudDialogflowV2beta1DetectIntentRequest
|
|
12174
|
+
body: GoogleCloudDialogflowV2beta1DetectIntentRequest,
|
|
12175
12175
|
): Request<GoogleCloudDialogflowV2beta1DetectIntentResponse>;
|
|
12176
12176
|
contexts: ContextsResource;
|
|
12177
12177
|
entityTypes: EntityTypesResource;
|
|
@@ -12233,7 +12233,7 @@ declare namespace gapi.client {
|
|
|
12233
12233
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12234
12234
|
uploadType?: string;
|
|
12235
12235
|
},
|
|
12236
|
-
body: GoogleCloudDialogflowV2beta1Version
|
|
12236
|
+
body: GoogleCloudDialogflowV2beta1Version,
|
|
12237
12237
|
): Request<GoogleCloudDialogflowV2beta1Version>;
|
|
12238
12238
|
/** Delete the specified agent version. */
|
|
12239
12239
|
delete(request?: {
|
|
@@ -12380,7 +12380,7 @@ declare namespace gapi.client {
|
|
|
12380
12380
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12381
12381
|
uploadType?: string;
|
|
12382
12382
|
},
|
|
12383
|
-
body: GoogleCloudDialogflowV2beta1Version
|
|
12383
|
+
body: GoogleCloudDialogflowV2beta1Version,
|
|
12384
12384
|
): Request<GoogleCloudDialogflowV2beta1Version>;
|
|
12385
12385
|
}
|
|
12386
12386
|
interface AgentResource {
|
|
@@ -12440,7 +12440,7 @@ declare namespace gapi.client {
|
|
|
12440
12440
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12441
12441
|
uploadType?: string;
|
|
12442
12442
|
},
|
|
12443
|
-
body: GoogleCloudDialogflowV2beta1ExportAgentRequest
|
|
12443
|
+
body: GoogleCloudDialogflowV2beta1ExportAgentRequest,
|
|
12444
12444
|
): Request<GoogleLongrunningOperation>;
|
|
12445
12445
|
/** Retrieves the fulfillment. */
|
|
12446
12446
|
getFulfillment(request?: {
|
|
@@ -12554,7 +12554,7 @@ declare namespace gapi.client {
|
|
|
12554
12554
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12555
12555
|
uploadType?: string;
|
|
12556
12556
|
},
|
|
12557
|
-
body: GoogleCloudDialogflowV2beta1ImportAgentRequest
|
|
12557
|
+
body: GoogleCloudDialogflowV2beta1ImportAgentRequest,
|
|
12558
12558
|
): Request<GoogleLongrunningOperation>;
|
|
12559
12559
|
/** Restores the specified agent from a ZIP file. Replaces the current agent version with a new one. All the intents and entity types in the older version are deleted. After the restore, the restored draft agent will be trained automatically (unless disabled in agent settings). However, once the restore is done, training may not be completed yet. Please call TrainAgent and wait for the operation it returns in order to train explicitly. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: An empty [Struct message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) The operation only tracks when restoring is complete, not when it is done training. Note: You should always train an agent prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/es/docs/training). */
|
|
12560
12560
|
restore(request: {
|
|
@@ -12612,7 +12612,7 @@ declare namespace gapi.client {
|
|
|
12612
12612
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12613
12613
|
uploadType?: string;
|
|
12614
12614
|
},
|
|
12615
|
-
body: GoogleCloudDialogflowV2beta1RestoreAgentRequest
|
|
12615
|
+
body: GoogleCloudDialogflowV2beta1RestoreAgentRequest,
|
|
12616
12616
|
): Request<GoogleLongrunningOperation>;
|
|
12617
12617
|
/** Returns the list of agents. Since there is at most one conversational agent per project, this method is useful primarily for listing all agents across projects the caller has access to. One can achieve that with a wildcard project collection id "-". Refer to [List Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections). */
|
|
12618
12618
|
search(request?: {
|
|
@@ -12701,7 +12701,7 @@ declare namespace gapi.client {
|
|
|
12701
12701
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12702
12702
|
uploadType?: string;
|
|
12703
12703
|
},
|
|
12704
|
-
body: GoogleCloudDialogflowV2beta1TrainAgentRequest
|
|
12704
|
+
body: GoogleCloudDialogflowV2beta1TrainAgentRequest,
|
|
12705
12705
|
): Request<GoogleLongrunningOperation>;
|
|
12706
12706
|
/** Updates the fulfillment. */
|
|
12707
12707
|
updateFulfillment(request: {
|
|
@@ -12763,7 +12763,7 @@ declare namespace gapi.client {
|
|
|
12763
12763
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12764
12764
|
uploadType?: string;
|
|
12765
12765
|
},
|
|
12766
|
-
body: GoogleCloudDialogflowV2beta1Fulfillment
|
|
12766
|
+
body: GoogleCloudDialogflowV2beta1Fulfillment,
|
|
12767
12767
|
): Request<GoogleCloudDialogflowV2beta1Fulfillment>;
|
|
12768
12768
|
entityTypes: EntityTypesResource;
|
|
12769
12769
|
environments: EnvironmentsResource;
|
|
@@ -12892,7 +12892,7 @@ declare namespace gapi.client {
|
|
|
12892
12892
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12893
12893
|
uploadType?: string;
|
|
12894
12894
|
},
|
|
12895
|
-
body: GoogleCloudDialogflowV2beta1AnswerRecord
|
|
12895
|
+
body: GoogleCloudDialogflowV2beta1AnswerRecord,
|
|
12896
12896
|
): Request<GoogleCloudDialogflowV2beta1AnswerRecord>;
|
|
12897
12897
|
}
|
|
12898
12898
|
interface ConversationProfilesResource {
|
|
@@ -12952,7 +12952,7 @@ declare namespace gapi.client {
|
|
|
12952
12952
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12953
12953
|
uploadType?: string;
|
|
12954
12954
|
},
|
|
12955
|
-
body: GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
|
|
12955
|
+
body: GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest,
|
|
12956
12956
|
): Request<GoogleLongrunningOperation>;
|
|
12957
12957
|
/** Creates a conversation profile in the specified project. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API. */
|
|
12958
12958
|
create(request: {
|
|
@@ -13010,7 +13010,7 @@ declare namespace gapi.client {
|
|
|
13010
13010
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13011
13011
|
uploadType?: string;
|
|
13012
13012
|
},
|
|
13013
|
-
body: GoogleCloudDialogflowV2beta1ConversationProfile
|
|
13013
|
+
body: GoogleCloudDialogflowV2beta1ConversationProfile,
|
|
13014
13014
|
): Request<GoogleCloudDialogflowV2beta1ConversationProfile>;
|
|
13015
13015
|
/** Deletes the specified conversation profile. */
|
|
13016
13016
|
delete(request?: {
|
|
@@ -13157,7 +13157,7 @@ declare namespace gapi.client {
|
|
|
13157
13157
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13158
13158
|
uploadType?: string;
|
|
13159
13159
|
},
|
|
13160
|
-
body: GoogleCloudDialogflowV2beta1ConversationProfile
|
|
13160
|
+
body: GoogleCloudDialogflowV2beta1ConversationProfile,
|
|
13161
13161
|
): Request<GoogleCloudDialogflowV2beta1ConversationProfile>;
|
|
13162
13162
|
/** Adds or updates a suggestion feature in a conversation profile. If the conversation profile contains the type of suggestion feature for the participant role, it will update it. Otherwise it will insert the suggestion feature. This method is a [long-running operation](https://cloud.google.com/dialogflow/es/docs/how/long-running-operations). The returned `Operation` type has the following method-specific fields: - `metadata`: SetSuggestionFeatureConfigOperationMetadata - `response`: ConversationProfile If a long running operation to add or update suggestion feature config for the same conversation profile, participant role and suggestion feature type exists, please cancel the existing long running operation before sending such request, otherwise the request will be rejected. */
|
|
13163
13163
|
setSuggestionFeatureConfig(request: {
|
|
@@ -13215,7 +13215,7 @@ declare namespace gapi.client {
|
|
|
13215
13215
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13216
13216
|
uploadType?: string;
|
|
13217
13217
|
},
|
|
13218
|
-
body: GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
|
|
13218
|
+
body: GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest,
|
|
13219
13219
|
): Request<GoogleLongrunningOperation>;
|
|
13220
13220
|
}
|
|
13221
13221
|
interface MessagesResource {
|
|
@@ -13275,7 +13275,7 @@ declare namespace gapi.client {
|
|
|
13275
13275
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13276
13276
|
uploadType?: string;
|
|
13277
13277
|
},
|
|
13278
|
-
body: GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
|
|
13278
|
+
body: GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest,
|
|
13279
13279
|
): Request<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>;
|
|
13280
13280
|
/** Lists messages that belong to a given conversation. `messages` are ordered by `create_time` in descending order. To fetch updates without duplication, send request with filter `create_time_epoch_microseconds > [first item's create_time of previous request]` and empty page_token. */
|
|
13281
13281
|
list(request?: {
|
|
@@ -13368,7 +13368,7 @@ declare namespace gapi.client {
|
|
|
13368
13368
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13369
13369
|
uploadType?: string;
|
|
13370
13370
|
},
|
|
13371
|
-
body: GoogleCloudDialogflowV2beta1SuggestArticlesRequest
|
|
13371
|
+
body: GoogleCloudDialogflowV2beta1SuggestArticlesRequest,
|
|
13372
13372
|
): Request<GoogleCloudDialogflowV2beta1SuggestArticlesResponse>;
|
|
13373
13373
|
/** Gets suggested faq answers for a participant based on specific historical messages. */
|
|
13374
13374
|
suggestFaqAnswers(request: {
|
|
@@ -13426,7 +13426,7 @@ declare namespace gapi.client {
|
|
|
13426
13426
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13427
13427
|
uploadType?: string;
|
|
13428
13428
|
},
|
|
13429
|
-
body: GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
|
|
13429
|
+
body: GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest,
|
|
13430
13430
|
): Request<GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse>;
|
|
13431
13431
|
/** Gets knowledge assist suggestions based on historical messages. */
|
|
13432
13432
|
suggestKnowledgeAssist(request: {
|
|
@@ -13484,7 +13484,7 @@ declare namespace gapi.client {
|
|
|
13484
13484
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13485
13485
|
uploadType?: string;
|
|
13486
13486
|
},
|
|
13487
|
-
body: GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest
|
|
13487
|
+
body: GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest,
|
|
13488
13488
|
): Request<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>;
|
|
13489
13489
|
/** Gets smart replies for a participant based on specific historical messages. */
|
|
13490
13490
|
suggestSmartReplies(request: {
|
|
@@ -13542,7 +13542,7 @@ declare namespace gapi.client {
|
|
|
13542
13542
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13543
13543
|
uploadType?: string;
|
|
13544
13544
|
},
|
|
13545
|
-
body: GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest
|
|
13545
|
+
body: GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest,
|
|
13546
13546
|
): Request<GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse>;
|
|
13547
13547
|
}
|
|
13548
13548
|
interface ParticipantsResource {
|
|
@@ -13602,7 +13602,7 @@ declare namespace gapi.client {
|
|
|
13602
13602
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13603
13603
|
uploadType?: string;
|
|
13604
13604
|
},
|
|
13605
|
-
body: GoogleCloudDialogflowV2beta1AnalyzeContentRequest
|
|
13605
|
+
body: GoogleCloudDialogflowV2beta1AnalyzeContentRequest,
|
|
13606
13606
|
): Request<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>;
|
|
13607
13607
|
/** Creates a new participant in a conversation. */
|
|
13608
13608
|
create(request: {
|
|
@@ -13660,7 +13660,7 @@ declare namespace gapi.client {
|
|
|
13660
13660
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13661
13661
|
uploadType?: string;
|
|
13662
13662
|
},
|
|
13663
|
-
body: GoogleCloudDialogflowV2beta1Participant
|
|
13663
|
+
body: GoogleCloudDialogflowV2beta1Participant,
|
|
13664
13664
|
): Request<GoogleCloudDialogflowV2beta1Participant>;
|
|
13665
13665
|
/** Retrieves a conversation participant. */
|
|
13666
13666
|
get(request?: {
|
|
@@ -13780,7 +13780,7 @@ declare namespace gapi.client {
|
|
|
13780
13780
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13781
13781
|
uploadType?: string;
|
|
13782
13782
|
},
|
|
13783
|
-
body: GoogleCloudDialogflowV2beta1Participant
|
|
13783
|
+
body: GoogleCloudDialogflowV2beta1Participant,
|
|
13784
13784
|
): Request<GoogleCloudDialogflowV2beta1Participant>;
|
|
13785
13785
|
suggestions: SuggestionsResource;
|
|
13786
13786
|
}
|
|
@@ -13841,7 +13841,7 @@ declare namespace gapi.client {
|
|
|
13841
13841
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13842
13842
|
uploadType?: string;
|
|
13843
13843
|
},
|
|
13844
|
-
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
13844
|
+
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest,
|
|
13845
13845
|
): Request<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>;
|
|
13846
13846
|
/** Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request. */
|
|
13847
13847
|
suggestConversationSummary(request: {
|
|
@@ -13899,7 +13899,7 @@ declare namespace gapi.client {
|
|
|
13899
13899
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13900
13900
|
uploadType?: string;
|
|
13901
13901
|
},
|
|
13902
|
-
body: GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest
|
|
13902
|
+
body: GoogleCloudDialogflowV2beta1SuggestConversationSummaryRequest,
|
|
13903
13903
|
): Request<GoogleCloudDialogflowV2beta1SuggestConversationSummaryResponse>;
|
|
13904
13904
|
}
|
|
13905
13905
|
interface ConversationsResource {
|
|
@@ -13959,7 +13959,7 @@ declare namespace gapi.client {
|
|
|
13959
13959
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13960
13960
|
uploadType?: string;
|
|
13961
13961
|
},
|
|
13962
|
-
body: GoogleCloudDialogflowV2beta1CompleteConversationRequest
|
|
13962
|
+
body: GoogleCloudDialogflowV2beta1CompleteConversationRequest,
|
|
13963
13963
|
): Request<GoogleCloudDialogflowV2beta1Conversation>;
|
|
13964
13964
|
/** Creates a new conversation. Conversations are auto-completed after 24 hours. Conversation Lifecycle: There are two stages during a conversation: Automated Agent Stage and Assist Stage. For Automated Agent Stage, there will be a dialogflow agent responding to user queries. For Assist Stage, there's no dialogflow agent responding to user queries. But we will provide suggestions which are generated from conversation. If Conversation.conversation_profile is configured for a dialogflow agent, conversation will start from `Automated Agent Stage`, otherwise, it will start from `Assist Stage`. And during `Automated Agent Stage`, once an Intent with Intent.live_agent_handoff is triggered, conversation will transfer to Assist Stage. */
|
|
13965
13965
|
create(request: {
|
|
@@ -14021,7 +14021,7 @@ declare namespace gapi.client {
|
|
|
14021
14021
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14022
14022
|
uploadType?: string;
|
|
14023
14023
|
},
|
|
14024
|
-
body: GoogleCloudDialogflowV2beta1Conversation
|
|
14024
|
+
body: GoogleCloudDialogflowV2beta1Conversation,
|
|
14025
14025
|
): Request<GoogleCloudDialogflowV2beta1Conversation>;
|
|
14026
14026
|
/** Retrieves the specific conversation. */
|
|
14027
14027
|
get(request?: {
|
|
@@ -14144,7 +14144,7 @@ declare namespace gapi.client {
|
|
|
14144
14144
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14145
14145
|
uploadType?: string;
|
|
14146
14146
|
},
|
|
14147
|
-
body: GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
|
14147
|
+
body: GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest,
|
|
14148
14148
|
): Request<GoogleLongrunningOperation>;
|
|
14149
14149
|
}
|
|
14150
14150
|
interface GeneratorsResource {
|
|
@@ -14208,7 +14208,7 @@ declare namespace gapi.client {
|
|
|
14208
14208
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14209
14209
|
uploadType?: string;
|
|
14210
14210
|
},
|
|
14211
|
-
body: GoogleCloudDialogflowV2beta1Generator
|
|
14211
|
+
body: GoogleCloudDialogflowV2beta1Generator,
|
|
14212
14212
|
): Request<GoogleCloudDialogflowV2beta1Generator>;
|
|
14213
14213
|
/** Deletes a generator. */
|
|
14214
14214
|
delete(request?: {
|
|
@@ -14355,7 +14355,7 @@ declare namespace gapi.client {
|
|
|
14355
14355
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14356
14356
|
uploadType?: string;
|
|
14357
14357
|
},
|
|
14358
|
-
body: GoogleCloudDialogflowV2beta1Generator
|
|
14358
|
+
body: GoogleCloudDialogflowV2beta1Generator,
|
|
14359
14359
|
): Request<GoogleCloudDialogflowV2beta1Generator>;
|
|
14360
14360
|
}
|
|
14361
14361
|
interface DocumentsResource {
|
|
@@ -14419,7 +14419,7 @@ declare namespace gapi.client {
|
|
|
14419
14419
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14420
14420
|
uploadType?: string;
|
|
14421
14421
|
},
|
|
14422
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
14422
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
14423
14423
|
): Request<GoogleLongrunningOperation>;
|
|
14424
14424
|
/** Deletes the specified document. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: An [Empty message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty) Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
14425
14425
|
delete(request?: {
|
|
@@ -14531,7 +14531,7 @@ declare namespace gapi.client {
|
|
|
14531
14531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14532
14532
|
uploadType?: string;
|
|
14533
14533
|
},
|
|
14534
|
-
body: GoogleCloudDialogflowV2beta1ImportDocumentsRequest
|
|
14534
|
+
body: GoogleCloudDialogflowV2beta1ImportDocumentsRequest,
|
|
14535
14535
|
): Request<GoogleLongrunningOperation>;
|
|
14536
14536
|
/** Returns the list of all documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
14537
14537
|
list(request?: {
|
|
@@ -14626,7 +14626,7 @@ declare namespace gapi.client {
|
|
|
14626
14626
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14627
14627
|
uploadType?: string;
|
|
14628
14628
|
},
|
|
14629
|
-
body: GoogleCloudDialogflowV2beta1Document
|
|
14629
|
+
body: GoogleCloudDialogflowV2beta1Document,
|
|
14630
14630
|
): Request<GoogleLongrunningOperation>;
|
|
14631
14631
|
/** Reloads the specified document from its specified source, content_uri or content. The previously loaded content of the document will be deleted. Note: Even when the content of the document has not changed, there still may be side effects because of internal implementation changes. Note: If the document source is Google Cloud Storage URI, its metadata will be replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata` field is set to true in the request. This method is a [long-running operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The returned `Operation` type has the following method-specific fields: - `metadata`: KnowledgeOperationMetadata - `response`: Document Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`. */
|
|
14632
14632
|
reload(request: {
|
|
@@ -14684,7 +14684,7 @@ declare namespace gapi.client {
|
|
|
14684
14684
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14685
14685
|
uploadType?: string;
|
|
14686
14686
|
},
|
|
14687
|
-
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest
|
|
14687
|
+
body: GoogleCloudDialogflowV2beta1ReloadDocumentRequest,
|
|
14688
14688
|
): Request<GoogleLongrunningOperation>;
|
|
14689
14689
|
}
|
|
14690
14690
|
interface KnowledgeBasesResource {
|
|
@@ -14744,7 +14744,7 @@ declare namespace gapi.client {
|
|
|
14744
14744
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14745
14745
|
uploadType?: string;
|
|
14746
14746
|
},
|
|
14747
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
14747
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
14748
14748
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
14749
14749
|
/** Deletes the specified knowledge base. Note: The `projects.agent.knowledgeBases` resource is deprecated; only use `projects.knowledgeBases`. */
|
|
14750
14750
|
delete(request?: {
|
|
@@ -14895,7 +14895,7 @@ declare namespace gapi.client {
|
|
|
14895
14895
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14896
14896
|
uploadType?: string;
|
|
14897
14897
|
},
|
|
14898
|
-
body: GoogleCloudDialogflowV2beta1KnowledgeBase
|
|
14898
|
+
body: GoogleCloudDialogflowV2beta1KnowledgeBase,
|
|
14899
14899
|
): Request<GoogleCloudDialogflowV2beta1KnowledgeBase>;
|
|
14900
14900
|
documents: DocumentsResource;
|
|
14901
14901
|
}
|
|
@@ -15045,7 +15045,7 @@ declare namespace gapi.client {
|
|
|
15045
15045
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15046
15046
|
uploadType?: string;
|
|
15047
15047
|
},
|
|
15048
|
-
body: GoogleCloudDialogflowV2beta1SipTrunk
|
|
15048
|
+
body: GoogleCloudDialogflowV2beta1SipTrunk,
|
|
15049
15049
|
): Request<GoogleCloudDialogflowV2beta1SipTrunk>;
|
|
15050
15050
|
/** Deletes a specified SipTrunk. */
|
|
15051
15051
|
delete(request?: {
|
|
@@ -15192,7 +15192,7 @@ declare namespace gapi.client {
|
|
|
15192
15192
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15193
15193
|
uploadType?: string;
|
|
15194
15194
|
},
|
|
15195
|
-
body: GoogleCloudDialogflowV2beta1SipTrunk
|
|
15195
|
+
body: GoogleCloudDialogflowV2beta1SipTrunk,
|
|
15196
15196
|
): Request<GoogleCloudDialogflowV2beta1SipTrunk>;
|
|
15197
15197
|
}
|
|
15198
15198
|
interface StatelessSuggestionResource {
|
|
@@ -15252,7 +15252,7 @@ declare namespace gapi.client {
|
|
|
15252
15252
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15253
15253
|
uploadType?: string;
|
|
15254
15254
|
},
|
|
15255
|
-
body: GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest
|
|
15255
|
+
body: GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest,
|
|
15256
15256
|
): Request<GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse>;
|
|
15257
15257
|
}
|
|
15258
15258
|
interface SuggestionsResource {
|
|
@@ -15312,7 +15312,7 @@ declare namespace gapi.client {
|
|
|
15312
15312
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15313
15313
|
uploadType?: string;
|
|
15314
15314
|
},
|
|
15315
|
-
body: GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
|
|
15315
|
+
body: GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest,
|
|
15316
15316
|
): Request<GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse>;
|
|
15317
15317
|
/** Get answers for the given query based on knowledge documents. */
|
|
15318
15318
|
searchKnowledge(request: {
|
|
@@ -15370,7 +15370,7 @@ declare namespace gapi.client {
|
|
|
15370
15370
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15371
15371
|
uploadType?: string;
|
|
15372
15372
|
},
|
|
15373
|
-
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
15373
|
+
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest,
|
|
15374
15374
|
): Request<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>;
|
|
15375
15375
|
}
|
|
15376
15376
|
interface LocationsResource {
|
|
@@ -15575,7 +15575,7 @@ declare namespace gapi.client {
|
|
|
15575
15575
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15576
15576
|
uploadType?: string;
|
|
15577
15577
|
},
|
|
15578
|
-
body: GoogleCloudDialogflowV2beta1Agent
|
|
15578
|
+
body: GoogleCloudDialogflowV2beta1Agent,
|
|
15579
15579
|
): Request<GoogleCloudDialogflowV2beta1Agent>;
|
|
15580
15580
|
agent: AgentResource;
|
|
15581
15581
|
answerRecords: AnswerRecordsResource;
|
|
@@ -15735,7 +15735,7 @@ declare namespace gapi.client {
|
|
|
15735
15735
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15736
15736
|
uploadType?: string;
|
|
15737
15737
|
},
|
|
15738
|
-
body: GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
|
|
15738
|
+
body: GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest,
|
|
15739
15739
|
): Request<GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponse>;
|
|
15740
15740
|
/** Get answers for the given query based on knowledge documents. */
|
|
15741
15741
|
searchKnowledge(request: {
|
|
@@ -15793,7 +15793,7 @@ declare namespace gapi.client {
|
|
|
15793
15793
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15794
15794
|
uploadType?: string;
|
|
15795
15795
|
},
|
|
15796
|
-
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest
|
|
15796
|
+
body: GoogleCloudDialogflowV2beta1SearchKnowledgeRequest,
|
|
15797
15797
|
): Request<GoogleCloudDialogflowV2beta1SearchKnowledgeResponse>;
|
|
15798
15798
|
}
|
|
15799
15799
|
interface ProjectsResource {
|
|
@@ -15911,7 +15911,7 @@ declare namespace gapi.client {
|
|
|
15911
15911
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15912
15912
|
uploadType?: string;
|
|
15913
15913
|
},
|
|
15914
|
-
body: GoogleCloudDialogflowV2beta1Agent
|
|
15914
|
+
body: GoogleCloudDialogflowV2beta1Agent,
|
|
15915
15915
|
): Request<GoogleCloudDialogflowV2beta1Agent>;
|
|
15916
15916
|
agent: AgentResource;
|
|
15917
15917
|
answerRecords: AnswerRecordsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED