@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.0.20250421 → 0.0.20250428
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 +221 -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: 20250428
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4319,6 +4319,225 @@ declare namespace gapi.client {
|
|
|
4319
4319
|
analyses: AnalysesResource;
|
|
4320
4320
|
feedbackLabels: FeedbackLabelsResource;
|
|
4321
4321
|
}
|
|
4322
|
+
interface ConversationsResource {
|
|
4323
|
+
/** Deletes a conversation. */
|
|
4324
|
+
delete(request?: {
|
|
4325
|
+
/** V1 error format. */
|
|
4326
|
+
'$.xgafv'?: string;
|
|
4327
|
+
/** OAuth access token. */
|
|
4328
|
+
access_token?: string;
|
|
4329
|
+
/** Data format for response. */
|
|
4330
|
+
alt?: string;
|
|
4331
|
+
/** JSONP */
|
|
4332
|
+
callback?: string;
|
|
4333
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4334
|
+
fields?: string;
|
|
4335
|
+
/** If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses. */
|
|
4336
|
+
force?: boolean;
|
|
4337
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4338
|
+
key?: string;
|
|
4339
|
+
/** Required. The name of the conversation to delete. */
|
|
4340
|
+
name: string;
|
|
4341
|
+
/** OAuth 2.0 token for the current user. */
|
|
4342
|
+
oauth_token?: string;
|
|
4343
|
+
/** Returns response with indentations and line breaks. */
|
|
4344
|
+
prettyPrint?: boolean;
|
|
4345
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4346
|
+
quotaUser?: string;
|
|
4347
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4348
|
+
upload_protocol?: string;
|
|
4349
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4350
|
+
uploadType?: string;
|
|
4351
|
+
}): Request<{}>;
|
|
4352
|
+
/** Gets a conversation. */
|
|
4353
|
+
get(request?: {
|
|
4354
|
+
/** V1 error format. */
|
|
4355
|
+
'$.xgafv'?: string;
|
|
4356
|
+
/** OAuth access token. */
|
|
4357
|
+
access_token?: string;
|
|
4358
|
+
/** Data format for response. */
|
|
4359
|
+
alt?: string;
|
|
4360
|
+
/** JSONP */
|
|
4361
|
+
callback?: string;
|
|
4362
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4363
|
+
fields?: string;
|
|
4364
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4365
|
+
key?: string;
|
|
4366
|
+
/** Required. The name of the conversation to get. */
|
|
4367
|
+
name: string;
|
|
4368
|
+
/** OAuth 2.0 token for the current user. */
|
|
4369
|
+
oauth_token?: string;
|
|
4370
|
+
/** Returns response with indentations and line breaks. */
|
|
4371
|
+
prettyPrint?: boolean;
|
|
4372
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4373
|
+
quotaUser?: string;
|
|
4374
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4375
|
+
upload_protocol?: string;
|
|
4376
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4377
|
+
uploadType?: string;
|
|
4378
|
+
/** The level of details of the conversation. Default is `FULL`. */
|
|
4379
|
+
view?: string;
|
|
4380
|
+
}): Request<GoogleCloudContactcenterinsightsV1Conversation>;
|
|
4381
|
+
/** Imports conversations and processes them according to the user's configuration. */
|
|
4382
|
+
ingest(request: {
|
|
4383
|
+
/** V1 error format. */
|
|
4384
|
+
'$.xgafv'?: string;
|
|
4385
|
+
/** OAuth access token. */
|
|
4386
|
+
access_token?: string;
|
|
4387
|
+
/** Data format for response. */
|
|
4388
|
+
alt?: string;
|
|
4389
|
+
/** JSONP */
|
|
4390
|
+
callback?: string;
|
|
4391
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4392
|
+
fields?: string;
|
|
4393
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4394
|
+
key?: string;
|
|
4395
|
+
/** OAuth 2.0 token for the current user. */
|
|
4396
|
+
oauth_token?: string;
|
|
4397
|
+
/** Required. The parent resource for new conversations. */
|
|
4398
|
+
parent: string;
|
|
4399
|
+
/** Returns response with indentations and line breaks. */
|
|
4400
|
+
prettyPrint?: boolean;
|
|
4401
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4402
|
+
quotaUser?: string;
|
|
4403
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4404
|
+
upload_protocol?: string;
|
|
4405
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4406
|
+
uploadType?: string;
|
|
4407
|
+
/** Request body */
|
|
4408
|
+
resource: GoogleCloudContactcenterinsightsV1IngestConversationsRequest;
|
|
4409
|
+
}): Request<GoogleLongrunningOperation>;
|
|
4410
|
+
ingest(
|
|
4411
|
+
request: {
|
|
4412
|
+
/** V1 error format. */
|
|
4413
|
+
'$.xgafv'?: string;
|
|
4414
|
+
/** OAuth access token. */
|
|
4415
|
+
access_token?: string;
|
|
4416
|
+
/** Data format for response. */
|
|
4417
|
+
alt?: string;
|
|
4418
|
+
/** JSONP */
|
|
4419
|
+
callback?: string;
|
|
4420
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4421
|
+
fields?: string;
|
|
4422
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4423
|
+
key?: string;
|
|
4424
|
+
/** OAuth 2.0 token for the current user. */
|
|
4425
|
+
oauth_token?: string;
|
|
4426
|
+
/** Required. The parent resource for new conversations. */
|
|
4427
|
+
parent: string;
|
|
4428
|
+
/** Returns response with indentations and line breaks. */
|
|
4429
|
+
prettyPrint?: boolean;
|
|
4430
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4431
|
+
quotaUser?: string;
|
|
4432
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4433
|
+
upload_protocol?: string;
|
|
4434
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4435
|
+
uploadType?: string;
|
|
4436
|
+
},
|
|
4437
|
+
body: GoogleCloudContactcenterinsightsV1IngestConversationsRequest,
|
|
4438
|
+
): Request<GoogleLongrunningOperation>;
|
|
4439
|
+
/** Lists conversations. */
|
|
4440
|
+
list(request?: {
|
|
4441
|
+
/** V1 error format. */
|
|
4442
|
+
'$.xgafv'?: string;
|
|
4443
|
+
/** OAuth access token. */
|
|
4444
|
+
access_token?: string;
|
|
4445
|
+
/** Data format for response. */
|
|
4446
|
+
alt?: string;
|
|
4447
|
+
/** JSONP */
|
|
4448
|
+
callback?: string;
|
|
4449
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4450
|
+
fields?: string;
|
|
4451
|
+
/** A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. */
|
|
4452
|
+
filter?: string;
|
|
4453
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4454
|
+
key?: string;
|
|
4455
|
+
/** OAuth 2.0 token for the current user. */
|
|
4456
|
+
oauth_token?: string;
|
|
4457
|
+
/** Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering). */
|
|
4458
|
+
orderBy?: string;
|
|
4459
|
+
/** The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size. */
|
|
4460
|
+
pageSize?: number;
|
|
4461
|
+
/** The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data. */
|
|
4462
|
+
pageToken?: string;
|
|
4463
|
+
/** Required. The parent resource of the conversation. */
|
|
4464
|
+
parent: string;
|
|
4465
|
+
/** Returns response with indentations and line breaks. */
|
|
4466
|
+
prettyPrint?: boolean;
|
|
4467
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4468
|
+
quotaUser?: string;
|
|
4469
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4470
|
+
upload_protocol?: string;
|
|
4471
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4472
|
+
uploadType?: string;
|
|
4473
|
+
/** The level of details of the conversation. Default is `BASIC`. */
|
|
4474
|
+
view?: string;
|
|
4475
|
+
}): Request<GoogleCloudContactcenterinsightsV1ListConversationsResponse>;
|
|
4476
|
+
}
|
|
4477
|
+
interface InsightsdataResource {
|
|
4478
|
+
/** Export insights data to a destination defined in the request body. */
|
|
4479
|
+
export(request: {
|
|
4480
|
+
/** V1 error format. */
|
|
4481
|
+
'$.xgafv'?: string;
|
|
4482
|
+
/** OAuth access token. */
|
|
4483
|
+
access_token?: string;
|
|
4484
|
+
/** Data format for response. */
|
|
4485
|
+
alt?: string;
|
|
4486
|
+
/** JSONP */
|
|
4487
|
+
callback?: string;
|
|
4488
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4489
|
+
fields?: string;
|
|
4490
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4491
|
+
key?: string;
|
|
4492
|
+
/** OAuth 2.0 token for the current user. */
|
|
4493
|
+
oauth_token?: string;
|
|
4494
|
+
/** Required. The parent resource to export data from. */
|
|
4495
|
+
parent: string;
|
|
4496
|
+
/** Returns response with indentations and line breaks. */
|
|
4497
|
+
prettyPrint?: boolean;
|
|
4498
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4499
|
+
quotaUser?: string;
|
|
4500
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4501
|
+
upload_protocol?: string;
|
|
4502
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4503
|
+
uploadType?: string;
|
|
4504
|
+
/** Request body */
|
|
4505
|
+
resource: GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest;
|
|
4506
|
+
}): Request<GoogleLongrunningOperation>;
|
|
4507
|
+
export(
|
|
4508
|
+
request: {
|
|
4509
|
+
/** V1 error format. */
|
|
4510
|
+
'$.xgafv'?: string;
|
|
4511
|
+
/** OAuth access token. */
|
|
4512
|
+
access_token?: string;
|
|
4513
|
+
/** Data format for response. */
|
|
4514
|
+
alt?: string;
|
|
4515
|
+
/** JSONP */
|
|
4516
|
+
callback?: string;
|
|
4517
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4518
|
+
fields?: string;
|
|
4519
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4520
|
+
key?: string;
|
|
4521
|
+
/** OAuth 2.0 token for the current user. */
|
|
4522
|
+
oauth_token?: string;
|
|
4523
|
+
/** Required. The parent resource to export data from. */
|
|
4524
|
+
parent: string;
|
|
4525
|
+
/** Returns response with indentations and line breaks. */
|
|
4526
|
+
prettyPrint?: boolean;
|
|
4527
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4528
|
+
quotaUser?: string;
|
|
4529
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4530
|
+
upload_protocol?: string;
|
|
4531
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4532
|
+
uploadType?: string;
|
|
4533
|
+
},
|
|
4534
|
+
body: GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest,
|
|
4535
|
+
): Request<GoogleLongrunningOperation>;
|
|
4536
|
+
}
|
|
4537
|
+
interface DatasetsResource {
|
|
4538
|
+
conversations: ConversationsResource;
|
|
4539
|
+
insightsdata: InsightsdataResource;
|
|
4540
|
+
}
|
|
4322
4541
|
interface EncryptionSpecResource {
|
|
4323
4542
|
/** Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification. */
|
|
4324
4543
|
initialize(request: {
|
|
@@ -6748,6 +6967,7 @@ declare namespace gapi.client {
|
|
|
6748
6967
|
analysisRules: AnalysisRulesResource;
|
|
6749
6968
|
authorizedViewSets: AuthorizedViewSetsResource;
|
|
6750
6969
|
conversations: ConversationsResource;
|
|
6970
|
+
datasets: DatasetsResource;
|
|
6751
6971
|
encryptionSpec: EncryptionSpecResource;
|
|
6752
6972
|
insightsdata: InsightsdataResource;
|
|
6753
6973
|
issueModels: IssueModelsResource;
|