@maxim_mazurok/gapi.client.contactcenterinsights-v1 0.1.20251007 → 0.1.20251027

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.
Files changed (2) hide show
  1. package/index.d.ts +130 -413
  2. 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: 20251007
12
+ // Revision: 20251027
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -516,10 +516,20 @@ declare namespace gapi.client {
516
516
  interface GoogleCloudContactcenterinsightsV1alpha1Dimension {
517
517
  /** Output only. Metadata about the agent dimension. */
518
518
  agentDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata;
519
+ /** Output only. Metadata about the client sentiment category dimension. */
520
+ clientSentimentCategoryDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata;
521
+ /** Output only. Metadata about the Conversational Agents playbook dimension. */
522
+ conversationalAgentsPlaybookDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata;
523
+ /** Output only. Metadata about the Conversational Agents tool dimension. */
524
+ conversationalAgentsToolDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata;
525
+ /** Output only. Metadata about the conversation profile dimension. */
526
+ conversationProfileDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata;
519
527
  /** The key of the dimension. */
520
528
  dimensionKey?: string;
521
529
  /** Output only. Metadata about the issue dimension. */
522
530
  issueDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata;
531
+ /** Output only. Metadata about the conversation medium dimension. */
532
+ mediumDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata;
523
533
  /** Output only. Metadata about the QA question-answer dimension. */
524
534
  qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata;
525
535
  /** Output only. Metadata about the QA question dimension. */
@@ -543,6 +553,26 @@ declare namespace gapi.client {
543
553
  /** Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
544
554
  agentVersionId?: string;
545
555
  }
556
+ interface GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata {
557
+ /** Optional. The client sentiment category. */
558
+ sentimentCategory?: string;
559
+ }
560
+ interface GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata {
561
+ /** Optional. The dialogflow playbook display name. */
562
+ playbookDisplayName?: string;
563
+ /** Optional. The dialogflow playbook ID. */
564
+ playbookId?: string;
565
+ }
566
+ interface GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata {
567
+ /** Optional. The dialogflow tool display name. */
568
+ toolDisplayName?: string;
569
+ /** Optional. The dialogflow tool ID. */
570
+ toolId?: string;
571
+ }
572
+ interface GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata {
573
+ /** Optional. The conversation profile ID. */
574
+ conversationProfileId?: string;
575
+ }
546
576
  interface GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata {
547
577
  /** The issue display name. */
548
578
  issueDisplayName?: string;
@@ -551,6 +581,10 @@ declare namespace gapi.client {
551
581
  /** The parent issue model ID. */
552
582
  issueModelId?: string;
553
583
  }
584
+ interface GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata {
585
+ /** Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. */
586
+ medium?: string;
587
+ }
554
588
  interface GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata {
555
589
  /** Optional. The full body of the question. */
556
590
  answerValue?: string;
@@ -1900,10 +1934,20 @@ declare namespace gapi.client {
1900
1934
  interface GoogleCloudContactcenterinsightsV1Dimension {
1901
1935
  /** Output only. Metadata about the agent dimension. */
1902
1936
  agentDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata;
1937
+ /** Output only. Metadata about the client sentiment category dimension. */
1938
+ clientSentimentCategoryDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata;
1939
+ /** Output only. Metadata about the Conversational Agents playbook dimension. */
1940
+ conversationalAgentsPlaybookDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata;
1941
+ /** Output only. Metadata about the Conversational Agents tool dimension. */
1942
+ conversationalAgentsToolDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata;
1943
+ /** Output only. Metadata about the conversation profile dimension. */
1944
+ conversationProfileDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata;
1903
1945
  /** The key of the dimension. */
1904
1946
  dimensionKey?: string;
1905
1947
  /** Output only. Metadata about the issue dimension. */
1906
1948
  issueDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata;
1949
+ /** Output only. Metadata about the conversation medium dimension. */
1950
+ mediumDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata;
1907
1951
  /** Output only. Metadata about the QA question-answer dimension. */
1908
1952
  qaQuestionAnswerDimensionMetadata?: GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata;
1909
1953
  /** Output only. Metadata about the QA question dimension. */
@@ -1927,6 +1971,26 @@ declare namespace gapi.client {
1927
1971
  /** Optional. The agent's version ID. Only applicable to automated agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions. */
1928
1972
  agentVersionId?: string;
1929
1973
  }
1974
+ interface GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata {
1975
+ /** Optional. The client sentiment category. */
1976
+ sentimentCategory?: string;
1977
+ }
1978
+ interface GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata {
1979
+ /** Optional. The dialogflow playbook display name. */
1980
+ playbookDisplayName?: string;
1981
+ /** Optional. The dialogflow playbook ID. */
1982
+ playbookId?: string;
1983
+ }
1984
+ interface GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata {
1985
+ /** Optional. The dialogflow tool display name. */
1986
+ toolDisplayName?: string;
1987
+ /** Optional. The dialogflow tool ID. */
1988
+ toolId?: string;
1989
+ }
1990
+ interface GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata {
1991
+ /** Optional. The conversation profile ID. */
1992
+ conversationProfileId?: string;
1993
+ }
1930
1994
  interface GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata {
1931
1995
  /** The issue display name. */
1932
1996
  issueDisplayName?: string;
@@ -1935,6 +1999,10 @@ declare namespace gapi.client {
1935
1999
  /** The parent issue model ID. */
1936
2000
  issueModelId?: string;
1937
2001
  }
2002
+ interface GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata {
2003
+ /** Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT. */
2004
+ medium?: string;
2005
+ }
1938
2006
  interface GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata {
1939
2007
  /** Optional. The full body of the question. */
1940
2008
  answerValue?: string;
@@ -3476,153 +3544,6 @@ declare namespace gapi.client {
3476
3544
  body: GoogleCloudContactcenterinsightsV1AssessmentRule,
3477
3545
  ): Request<GoogleCloudContactcenterinsightsV1AssessmentRule>;
3478
3546
  }
3479
- interface AnalysesResource {
3480
- /** Creates an analysis. The long running operation is done when the analysis has completed. */
3481
- create(request: {
3482
- /** V1 error format. */
3483
- '$.xgafv'?: string;
3484
- /** OAuth access token. */
3485
- access_token?: string;
3486
- /** Data format for response. */
3487
- alt?: string;
3488
- /** JSONP */
3489
- callback?: string;
3490
- /** Selector specifying which fields to include in a partial response. */
3491
- fields?: string;
3492
- /** 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. */
3493
- key?: string;
3494
- /** OAuth 2.0 token for the current user. */
3495
- oauth_token?: string;
3496
- /** Required. The parent resource of the analysis. */
3497
- parent: string;
3498
- /** Returns response with indentations and line breaks. */
3499
- prettyPrint?: boolean;
3500
- /** 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. */
3501
- quotaUser?: string;
3502
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3503
- upload_protocol?: string;
3504
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3505
- uploadType?: string;
3506
- /** Request body */
3507
- resource: GoogleCloudContactcenterinsightsV1Analysis;
3508
- }): Request<GoogleLongrunningOperation>;
3509
- create(
3510
- request: {
3511
- /** V1 error format. */
3512
- '$.xgafv'?: string;
3513
- /** OAuth access token. */
3514
- access_token?: string;
3515
- /** Data format for response. */
3516
- alt?: string;
3517
- /** JSONP */
3518
- callback?: string;
3519
- /** Selector specifying which fields to include in a partial response. */
3520
- fields?: string;
3521
- /** 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. */
3522
- key?: string;
3523
- /** OAuth 2.0 token for the current user. */
3524
- oauth_token?: string;
3525
- /** Required. The parent resource of the analysis. */
3526
- parent: string;
3527
- /** Returns response with indentations and line breaks. */
3528
- prettyPrint?: boolean;
3529
- /** 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. */
3530
- quotaUser?: string;
3531
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3532
- upload_protocol?: string;
3533
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3534
- uploadType?: string;
3535
- },
3536
- body: GoogleCloudContactcenterinsightsV1Analysis,
3537
- ): Request<GoogleLongrunningOperation>;
3538
- /** Deletes an analysis. */
3539
- delete(request?: {
3540
- /** V1 error format. */
3541
- '$.xgafv'?: string;
3542
- /** OAuth access token. */
3543
- access_token?: string;
3544
- /** Data format for response. */
3545
- alt?: string;
3546
- /** JSONP */
3547
- callback?: string;
3548
- /** Selector specifying which fields to include in a partial response. */
3549
- fields?: string;
3550
- /** 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. */
3551
- key?: string;
3552
- /** Required. The name of the analysis to delete. */
3553
- name: string;
3554
- /** OAuth 2.0 token for the current user. */
3555
- oauth_token?: string;
3556
- /** Returns response with indentations and line breaks. */
3557
- prettyPrint?: boolean;
3558
- /** 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. */
3559
- quotaUser?: string;
3560
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3561
- upload_protocol?: string;
3562
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3563
- uploadType?: string;
3564
- }): Request<{}>;
3565
- /** Gets an analysis. */
3566
- get(request?: {
3567
- /** V1 error format. */
3568
- '$.xgafv'?: string;
3569
- /** OAuth access token. */
3570
- access_token?: string;
3571
- /** Data format for response. */
3572
- alt?: string;
3573
- /** JSONP */
3574
- callback?: string;
3575
- /** Selector specifying which fields to include in a partial response. */
3576
- fields?: string;
3577
- /** 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. */
3578
- key?: string;
3579
- /** Required. The name of the analysis to get. */
3580
- name: string;
3581
- /** OAuth 2.0 token for the current user. */
3582
- oauth_token?: string;
3583
- /** Returns response with indentations and line breaks. */
3584
- prettyPrint?: boolean;
3585
- /** 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. */
3586
- quotaUser?: string;
3587
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3588
- upload_protocol?: string;
3589
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3590
- uploadType?: string;
3591
- }): Request<GoogleCloudContactcenterinsightsV1Analysis>;
3592
- /** Lists analyses. */
3593
- list(request?: {
3594
- /** V1 error format. */
3595
- '$.xgafv'?: string;
3596
- /** OAuth access token. */
3597
- access_token?: string;
3598
- /** Data format for response. */
3599
- alt?: string;
3600
- /** JSONP */
3601
- callback?: string;
3602
- /** Selector specifying which fields to include in a partial response. */
3603
- fields?: string;
3604
- /** A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. */
3605
- filter?: string;
3606
- /** 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. */
3607
- key?: string;
3608
- /** OAuth 2.0 token for the current user. */
3609
- oauth_token?: string;
3610
- /** The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available. */
3611
- pageSize?: number;
3612
- /** The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data. */
3613
- pageToken?: string;
3614
- /** Required. The parent resource of the analyses. */
3615
- parent: string;
3616
- /** Returns response with indentations and line breaks. */
3617
- prettyPrint?: boolean;
3618
- /** 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. */
3619
- quotaUser?: string;
3620
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3621
- upload_protocol?: string;
3622
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3623
- uploadType?: string;
3624
- }): Request<GoogleCloudContactcenterinsightsV1ListAnalysesResponse>;
3625
- }
3626
3547
  interface NotesResource {
3627
3548
  /** Create Note. */
3628
3549
  create(request: {
@@ -4341,64 +4262,6 @@ declare namespace gapi.client {
4341
4262
  ): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
4342
4263
  }
4343
4264
  interface ConversationsResource {
4344
- /** Analyzes multiple conversations in a single request. */
4345
- bulkAnalyze(request: {
4346
- /** V1 error format. */
4347
- '$.xgafv'?: string;
4348
- /** OAuth access token. */
4349
- access_token?: string;
4350
- /** Data format for response. */
4351
- alt?: string;
4352
- /** JSONP */
4353
- callback?: string;
4354
- /** Selector specifying which fields to include in a partial response. */
4355
- fields?: string;
4356
- /** 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. */
4357
- key?: string;
4358
- /** OAuth 2.0 token for the current user. */
4359
- oauth_token?: string;
4360
- /** Required. The parent resource to create analyses in. */
4361
- parent: string;
4362
- /** Returns response with indentations and line breaks. */
4363
- prettyPrint?: boolean;
4364
- /** 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. */
4365
- quotaUser?: string;
4366
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4367
- upload_protocol?: string;
4368
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4369
- uploadType?: string;
4370
- /** Request body */
4371
- resource: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest;
4372
- }): Request<GoogleLongrunningOperation>;
4373
- bulkAnalyze(
4374
- request: {
4375
- /** V1 error format. */
4376
- '$.xgafv'?: string;
4377
- /** OAuth access token. */
4378
- access_token?: string;
4379
- /** Data format for response. */
4380
- alt?: string;
4381
- /** JSONP */
4382
- callback?: string;
4383
- /** Selector specifying which fields to include in a partial response. */
4384
- fields?: string;
4385
- /** 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. */
4386
- key?: string;
4387
- /** OAuth 2.0 token for the current user. */
4388
- oauth_token?: string;
4389
- /** Required. The parent resource to create analyses in. */
4390
- parent: string;
4391
- /** Returns response with indentations and line breaks. */
4392
- prettyPrint?: boolean;
4393
- /** 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. */
4394
- quotaUser?: string;
4395
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4396
- upload_protocol?: string;
4397
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4398
- uploadType?: string;
4399
- },
4400
- body: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest,
4401
- ): Request<GoogleLongrunningOperation>;
4402
4265
  /** Gets conversation statistics. */
4403
4266
  calculateStats(request?: {
4404
4267
  /** V1 error format. */
@@ -4523,7 +4386,6 @@ declare namespace gapi.client {
4523
4386
  /** The level of details of the conversation. Default is `BASIC`. */
4524
4387
  view?: string;
4525
4388
  }): Request<GoogleCloudContactcenterinsightsV1ListConversationsResponse>;
4526
- analyses: AnalysesResource;
4527
4389
  assessments: AssessmentsResource;
4528
4390
  feedbackLabels: FeedbackLabelsResource;
4529
4391
  }
@@ -6157,6 +6019,66 @@ declare namespace gapi.client {
6157
6019
  body: GoogleCloudContactcenterinsightsV1FeedbackLabel,
6158
6020
  ): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
6159
6021
  }
6022
+ interface SegmentsResource {
6023
+ /** Analyzes multiple conversations in a single request. */
6024
+ bulkAnalyze(request: {
6025
+ /** V1 error format. */
6026
+ '$.xgafv'?: string;
6027
+ /** OAuth access token. */
6028
+ access_token?: string;
6029
+ /** Data format for response. */
6030
+ alt?: string;
6031
+ /** JSONP */
6032
+ callback?: string;
6033
+ /** Selector specifying which fields to include in a partial response. */
6034
+ fields?: string;
6035
+ /** 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. */
6036
+ key?: string;
6037
+ /** OAuth 2.0 token for the current user. */
6038
+ oauth_token?: string;
6039
+ /** Required. The parent resource to create analyses in. */
6040
+ parent: string;
6041
+ /** Returns response with indentations and line breaks. */
6042
+ prettyPrint?: boolean;
6043
+ /** 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. */
6044
+ quotaUser?: string;
6045
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
6046
+ upload_protocol?: string;
6047
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6048
+ uploadType?: string;
6049
+ /** Request body */
6050
+ resource: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest;
6051
+ }): Request<GoogleLongrunningOperation>;
6052
+ bulkAnalyze(
6053
+ request: {
6054
+ /** V1 error format. */
6055
+ '$.xgafv'?: string;
6056
+ /** OAuth access token. */
6057
+ access_token?: string;
6058
+ /** Data format for response. */
6059
+ alt?: string;
6060
+ /** JSONP */
6061
+ callback?: string;
6062
+ /** Selector specifying which fields to include in a partial response. */
6063
+ fields?: string;
6064
+ /** 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. */
6065
+ key?: string;
6066
+ /** OAuth 2.0 token for the current user. */
6067
+ oauth_token?: string;
6068
+ /** Required. The parent resource to create analyses in. */
6069
+ parent: string;
6070
+ /** Returns response with indentations and line breaks. */
6071
+ prettyPrint?: boolean;
6072
+ /** 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. */
6073
+ quotaUser?: string;
6074
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
6075
+ upload_protocol?: string;
6076
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6077
+ uploadType?: string;
6078
+ },
6079
+ body: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest,
6080
+ ): Request<GoogleLongrunningOperation>;
6081
+ }
6160
6082
  interface ConversationsResource {
6161
6083
  /** Analyzes multiple conversations in a single request. */
6162
6084
  bulkAnalyze(request: {
@@ -6703,153 +6625,7 @@ declare namespace gapi.client {
6703
6625
  analyses: AnalysesResource;
6704
6626
  assessments: AssessmentsResource;
6705
6627
  feedbackLabels: FeedbackLabelsResource;
6706
- }
6707
- interface AnalysesResource {
6708
- /** Creates an analysis. The long running operation is done when the analysis has completed. */
6709
- create(request: {
6710
- /** V1 error format. */
6711
- '$.xgafv'?: string;
6712
- /** OAuth access token. */
6713
- access_token?: string;
6714
- /** Data format for response. */
6715
- alt?: string;
6716
- /** JSONP */
6717
- callback?: string;
6718
- /** Selector specifying which fields to include in a partial response. */
6719
- fields?: string;
6720
- /** 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. */
6721
- key?: string;
6722
- /** OAuth 2.0 token for the current user. */
6723
- oauth_token?: string;
6724
- /** Required. The parent resource of the analysis. */
6725
- parent: string;
6726
- /** Returns response with indentations and line breaks. */
6727
- prettyPrint?: boolean;
6728
- /** 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. */
6729
- quotaUser?: string;
6730
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6731
- upload_protocol?: string;
6732
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6733
- uploadType?: string;
6734
- /** Request body */
6735
- resource: GoogleCloudContactcenterinsightsV1Analysis;
6736
- }): Request<GoogleLongrunningOperation>;
6737
- create(
6738
- request: {
6739
- /** V1 error format. */
6740
- '$.xgafv'?: string;
6741
- /** OAuth access token. */
6742
- access_token?: string;
6743
- /** Data format for response. */
6744
- alt?: string;
6745
- /** JSONP */
6746
- callback?: string;
6747
- /** Selector specifying which fields to include in a partial response. */
6748
- fields?: string;
6749
- /** 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. */
6750
- key?: string;
6751
- /** OAuth 2.0 token for the current user. */
6752
- oauth_token?: string;
6753
- /** Required. The parent resource of the analysis. */
6754
- parent: string;
6755
- /** Returns response with indentations and line breaks. */
6756
- prettyPrint?: boolean;
6757
- /** 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. */
6758
- quotaUser?: string;
6759
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6760
- upload_protocol?: string;
6761
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6762
- uploadType?: string;
6763
- },
6764
- body: GoogleCloudContactcenterinsightsV1Analysis,
6765
- ): Request<GoogleLongrunningOperation>;
6766
- /** Deletes an analysis. */
6767
- delete(request?: {
6768
- /** V1 error format. */
6769
- '$.xgafv'?: string;
6770
- /** OAuth access token. */
6771
- access_token?: string;
6772
- /** Data format for response. */
6773
- alt?: string;
6774
- /** JSONP */
6775
- callback?: string;
6776
- /** Selector specifying which fields to include in a partial response. */
6777
- fields?: string;
6778
- /** 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. */
6779
- key?: string;
6780
- /** Required. The name of the analysis to delete. */
6781
- name: string;
6782
- /** OAuth 2.0 token for the current user. */
6783
- oauth_token?: string;
6784
- /** Returns response with indentations and line breaks. */
6785
- prettyPrint?: boolean;
6786
- /** 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. */
6787
- quotaUser?: string;
6788
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6789
- upload_protocol?: string;
6790
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6791
- uploadType?: string;
6792
- }): Request<{}>;
6793
- /** Gets an analysis. */
6794
- get(request?: {
6795
- /** V1 error format. */
6796
- '$.xgafv'?: string;
6797
- /** OAuth access token. */
6798
- access_token?: string;
6799
- /** Data format for response. */
6800
- alt?: string;
6801
- /** JSONP */
6802
- callback?: string;
6803
- /** Selector specifying which fields to include in a partial response. */
6804
- fields?: string;
6805
- /** 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. */
6806
- key?: string;
6807
- /** Required. The name of the analysis to get. */
6808
- name: string;
6809
- /** OAuth 2.0 token for the current user. */
6810
- oauth_token?: string;
6811
- /** Returns response with indentations and line breaks. */
6812
- prettyPrint?: boolean;
6813
- /** 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. */
6814
- quotaUser?: string;
6815
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6816
- upload_protocol?: string;
6817
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6818
- uploadType?: string;
6819
- }): Request<GoogleCloudContactcenterinsightsV1Analysis>;
6820
- /** Lists analyses. */
6821
- list(request?: {
6822
- /** V1 error format. */
6823
- '$.xgafv'?: string;
6824
- /** OAuth access token. */
6825
- access_token?: string;
6826
- /** Data format for response. */
6827
- alt?: string;
6828
- /** JSONP */
6829
- callback?: string;
6830
- /** Selector specifying which fields to include in a partial response. */
6831
- fields?: string;
6832
- /** A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. */
6833
- filter?: string;
6834
- /** 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. */
6835
- key?: string;
6836
- /** OAuth 2.0 token for the current user. */
6837
- oauth_token?: string;
6838
- /** The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available. */
6839
- pageSize?: number;
6840
- /** The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data. */
6841
- pageToken?: string;
6842
- /** Required. The parent resource of the analyses. */
6843
- parent: string;
6844
- /** Returns response with indentations and line breaks. */
6845
- prettyPrint?: boolean;
6846
- /** 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. */
6847
- quotaUser?: string;
6848
- /** Upload protocol for media (e.g. "raw", "multipart"). */
6849
- upload_protocol?: string;
6850
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6851
- uploadType?: string;
6852
- }): Request<GoogleCloudContactcenterinsightsV1ListAnalysesResponse>;
6628
+ segments: SegmentsResource;
6853
6629
  }
6854
6630
  interface FeedbackLabelsResource {
6855
6631
  /** Create feedback label. */
@@ -7065,64 +6841,6 @@ declare namespace gapi.client {
7065
6841
  ): Request<GoogleCloudContactcenterinsightsV1FeedbackLabel>;
7066
6842
  }
7067
6843
  interface ConversationsResource {
7068
- /** Analyzes multiple conversations in a single request. */
7069
- bulkAnalyze(request: {
7070
- /** V1 error format. */
7071
- '$.xgafv'?: string;
7072
- /** OAuth access token. */
7073
- access_token?: string;
7074
- /** Data format for response. */
7075
- alt?: string;
7076
- /** JSONP */
7077
- callback?: string;
7078
- /** Selector specifying which fields to include in a partial response. */
7079
- fields?: string;
7080
- /** 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. */
7081
- key?: string;
7082
- /** OAuth 2.0 token for the current user. */
7083
- oauth_token?: string;
7084
- /** Required. The parent resource to create analyses in. */
7085
- parent: string;
7086
- /** Returns response with indentations and line breaks. */
7087
- prettyPrint?: boolean;
7088
- /** 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. */
7089
- quotaUser?: string;
7090
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7091
- upload_protocol?: string;
7092
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7093
- uploadType?: string;
7094
- /** Request body */
7095
- resource: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest;
7096
- }): Request<GoogleLongrunningOperation>;
7097
- bulkAnalyze(
7098
- request: {
7099
- /** V1 error format. */
7100
- '$.xgafv'?: string;
7101
- /** OAuth access token. */
7102
- access_token?: string;
7103
- /** Data format for response. */
7104
- alt?: string;
7105
- /** JSONP */
7106
- callback?: string;
7107
- /** Selector specifying which fields to include in a partial response. */
7108
- fields?: string;
7109
- /** 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. */
7110
- key?: string;
7111
- /** OAuth 2.0 token for the current user. */
7112
- oauth_token?: string;
7113
- /** Required. The parent resource to create analyses in. */
7114
- parent: string;
7115
- /** Returns response with indentations and line breaks. */
7116
- prettyPrint?: boolean;
7117
- /** 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. */
7118
- quotaUser?: string;
7119
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7120
- upload_protocol?: string;
7121
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7122
- uploadType?: string;
7123
- },
7124
- body: GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest,
7125
- ): Request<GoogleLongrunningOperation>;
7126
6844
  /** Deletes multiple conversations in a single request. */
7127
6845
  bulkDelete(request: {
7128
6846
  /** V1 error format. */
@@ -7450,7 +7168,6 @@ declare namespace gapi.client {
7450
7168
  },
7451
7169
  body: GoogleCloudContactcenterinsightsV1SampleConversationsRequest,
7452
7170
  ): Request<GoogleLongrunningOperation>;
7453
- analyses: AnalysesResource;
7454
7171
  feedbackLabels: FeedbackLabelsResource;
7455
7172
  }
7456
7173
  interface InsightsdataResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.contactcenterinsights-v1",
3
- "version": "0.1.20251007",
3
+ "version": "0.1.20251027",
4
4
  "description": "TypeScript typings for Contact Center AI Insights API v1",
5
5
  "repository": {
6
6
  "type": "git",