google-apis-contactcenterinsights_v1 0.45.0 → 0.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742f5792e7c944af787b7013548ba51cbe89f311e86d3d4c8c4acab89c6c4b27
4
- data.tar.gz: 5823d925565d1564d10b6be3b143bf258e95e1deef159fbe53bddaabae736703
3
+ metadata.gz: 0d162db263f1dbe1b7daf70e9ef477b7285b0322892b9235b3d124f5e9252b35
4
+ data.tar.gz: b5b5c7ad5b68f98e737ffed0a147d63f342a39587fd7f30962cb3703197bdb5e
5
5
  SHA512:
6
- metadata.gz: 40be47284a513b46255cde7f8fb0e4d1082537a3aab33c7a001789fb7e27ac9806d0b989e50f65553163784fbf89e4be7d90f4ccb43ed3a4ea9a72f26ba5955b
7
- data.tar.gz: 448120da419fba95a3345f53af6315b3cc8b223676892cf82823fbf95083b101713c588c20d62cc6231f5bdf380cbba65029d1d18e38d6dd119b150ab468beb2
6
+ metadata.gz: 716c413aa3adbda61c7240fff909706a3d434d4961ad57ec99b3eae7afde03d2b32063e2adeec2f15812d0e0988f0d8f2ce6f1698c2bceefab05f17f48dbce15
7
+ data.tar.gz: c54b50a80178f2d1c6dcca14dae0a182906aaeddf66c89e967175c0365a656372f4fe79d6f6f92181c72a1f9a6b4f946b4e6c60da681430a320866e2039ca4b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.46.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
3
7
  ### v0.45.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240603
@@ -1946,7 +1946,7 @@ module Google
1946
1946
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination]
1947
1947
  attr_accessor :gcs_destination
1948
1948
 
1949
- # Required. The issue model to export
1949
+ # Required. The issue model to export.
1950
1950
  # Corresponds to the JSON property `name`
1951
1951
  # @return [String]
1952
1952
  attr_accessor :name
@@ -2122,7 +2122,7 @@ module Google
2122
2122
  class GoogleCloudContactcenterinsightsV1ImportIssueModelRequest
2123
2123
  include Google::Apis::Core::Hashable
2124
2124
 
2125
- # Optional. If set to true, will create a new issue model from the imported file
2125
+ # Optional. If set to true, will create an issue model from the imported file
2126
2126
  # with randomly generated IDs for the issue model and corresponding issues.
2127
2127
  # Otherwise, replaces an existing model with the same ID as the file.
2128
2128
  # Corresponds to the JSON property `createNewModel`
@@ -2288,28 +2288,28 @@ module Google
2288
2288
  attr_accessor :parent
2289
2289
 
2290
2290
  # DLP resources used for redaction while ingesting conversations. DLP settings
2291
- # are applied to conversations ingested from the UploadConversation and
2292
- # IngestConversations endpoints, including conversation coming from CCAI
2293
- # Platform. They are not applied to conversations ingested from the
2294
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
2295
- # integrations. When using Dialogflow / Agent Assist runtime integrations
2291
+ # are applied to conversations ingested from the `UploadConversation` and `
2292
+ # IngestConversations` endpoints, including conversation coming from CCAI
2293
+ # Platform. They are not applied to conversations ingested from the `
2294
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
2295
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
2296
2296
  # redaction should be performed in Dialogflow / Agent Assist.
2297
2297
  # Corresponds to the JSON property `redactionConfig`
2298
2298
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
2299
2299
  attr_accessor :redaction_config
2300
2300
 
2301
2301
  # Optional. If set, this fields indicates the number of objects to ingest from
2302
- # the Cloud Storage bucket. If empty, the entire bucket will be ingested. Note
2303
- # that conversations produced via sampling will not be ingested by subsequent
2304
- # ingest requests unless they are first deleted.
2302
+ # the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless
2303
+ # they are first deleted, conversations produced through sampling won't be
2304
+ # ingested by subsequent ingest requests.
2305
2305
  # Corresponds to the JSON property `sampleSize`
2306
2306
  # @return [Fixnum]
2307
2307
  attr_accessor :sample_size
2308
2308
 
2309
2309
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
2310
- # conversations ingested from the UploadConversation and IngestConversations
2310
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
2311
2311
  # endpoints, including conversation coming from CCAI Platform. They are not
2312
- # applied to conversations ingested from the CreateConversation endpoint.
2312
+ # applied to conversations ingested from the `CreateConversation` endpoint.
2313
2313
  # Corresponds to the JSON property `speechConfig`
2314
2314
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
2315
2315
  attr_accessor :speech_config
@@ -2347,7 +2347,7 @@ module Google
2347
2347
 
2348
2348
  # Optional. An opaque, user-specified string representing a human agent who
2349
2349
  # handled all conversations in the import. Note that this will be overridden if
2350
- # per-conversation metadata is provided via the `metadata_bucket_uri`.
2350
+ # per-conversation metadata is provided through the `metadata_bucket_uri`.
2351
2351
  # Corresponds to the JSON property `agentId`
2352
2352
  # @return [String]
2353
2353
  attr_accessor :agent_id
@@ -2391,10 +2391,12 @@ module Google
2391
2391
  # @return [Array<String>]
2392
2392
  attr_accessor :custom_metadata_keys
2393
2393
 
2394
- # Optional. The Cloud Storage path to the source object metadata. Note that: [1]
2395
- # metadata files are expected to be in JSON format [2] metadata and source
2396
- # objects must be in separate buckets [3] a source object's metadata object must
2397
- # share the same name to be properly ingested
2394
+ # Optional. The Cloud Storage path to the conversation metadata. Note that: [1]
2395
+ # Metadata files are expected to be in JSON format. [2] Metadata and source
2396
+ # files (transcripts or audio) must be in separate buckets. [3] A source file
2397
+ # and its corresponding metadata file must share the same name to be properly
2398
+ # ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/
2399
+ # conversation1.json`.
2398
2400
  # Corresponds to the JSON property `metadataBucketUri`
2399
2401
  # @return [String]
2400
2402
  attr_accessor :metadata_bucket_uri
@@ -3135,11 +3137,11 @@ module Google
3135
3137
  end
3136
3138
 
3137
3139
  # DLP resources used for redaction while ingesting conversations. DLP settings
3138
- # are applied to conversations ingested from the UploadConversation and
3139
- # IngestConversations endpoints, including conversation coming from CCAI
3140
- # Platform. They are not applied to conversations ingested from the
3141
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
3142
- # integrations. When using Dialogflow / Agent Assist runtime integrations
3140
+ # are applied to conversations ingested from the `UploadConversation` and `
3141
+ # IngestConversations` endpoints, including conversation coming from CCAI
3142
+ # Platform. They are not applied to conversations ingested from the `
3143
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
3144
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
3143
3145
  # redaction should be performed in Dialogflow / Agent Assist.
3144
3146
  class GoogleCloudContactcenterinsightsV1RedactionConfig
3145
3147
  include Google::Apis::Core::Hashable
@@ -3307,7 +3309,12 @@ module Google
3307
3309
  end
3308
3310
  end
3309
3311
 
3310
- # The settings resource.
3312
+ # The CCAI Insights project wide settings. Use these settings to configure the
3313
+ # behavior of Insights. View these settings with [`getsettings`](https://cloud.
3314
+ # google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/
3315
+ # getSettings) and change the settings with [`updateSettings`](https://cloud.
3316
+ # google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/
3317
+ # updateSettings).
3311
3318
  class GoogleCloudContactcenterinsightsV1Settings
3312
3319
  include Google::Apis::Core::Hashable
3313
3320
 
@@ -3349,29 +3356,29 @@ module Google
3349
3356
  # each time an analysis is created. * "create-conversation": Notify each time a
3350
3357
  # conversation is created. * "export-insights-data": Notify each time an export
3351
3358
  # is complete. * "ingest-conversations": Notify each time an IngestConversations
3352
- # LRO completes. * "update-conversation": Notify each time a conversation is
3359
+ # LRO is complete. * "update-conversation": Notify each time a conversation is
3353
3360
  # updated via UpdateConversation. * "upload-conversation": Notify when an
3354
- # UploadConversation LRO completes. Values are Pub/Sub topics. The format of
3361
+ # UploadConversation LRO is complete. Values are Pub/Sub topics. The format of
3355
3362
  # each Pub/Sub topic is: projects/`project`/topics/`topic`
3356
3363
  # Corresponds to the JSON property `pubsubNotificationSettings`
3357
3364
  # @return [Hash<String,String>]
3358
3365
  attr_accessor :pubsub_notification_settings
3359
3366
 
3360
3367
  # DLP resources used for redaction while ingesting conversations. DLP settings
3361
- # are applied to conversations ingested from the UploadConversation and
3362
- # IngestConversations endpoints, including conversation coming from CCAI
3363
- # Platform. They are not applied to conversations ingested from the
3364
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
3365
- # integrations. When using Dialogflow / Agent Assist runtime integrations
3368
+ # are applied to conversations ingested from the `UploadConversation` and `
3369
+ # IngestConversations` endpoints, including conversation coming from CCAI
3370
+ # Platform. They are not applied to conversations ingested from the `
3371
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
3372
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
3366
3373
  # redaction should be performed in Dialogflow / Agent Assist.
3367
3374
  # Corresponds to the JSON property `redactionConfig`
3368
3375
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
3369
3376
  attr_accessor :redaction_config
3370
3377
 
3371
3378
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
3372
- # conversations ingested from the UploadConversation and IngestConversations
3379
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
3373
3380
  # endpoints, including conversation coming from CCAI Platform. They are not
3374
- # applied to conversations ingested from the CreateConversation endpoint.
3381
+ # applied to conversations ingested from the `CreateConversation` endpoint.
3375
3382
  # Corresponds to the JSON property `speechConfig`
3376
3383
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
3377
3384
  attr_accessor :speech_config
@@ -3528,9 +3535,9 @@ module Google
3528
3535
  end
3529
3536
 
3530
3537
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
3531
- # conversations ingested from the UploadConversation and IngestConversations
3538
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
3532
3539
  # endpoints, including conversation coming from CCAI Platform. They are not
3533
- # applied to conversations ingested from the CreateConversation endpoint.
3540
+ # applied to conversations ingested from the `CreateConversation` endpoint.
3534
3541
  class GoogleCloudContactcenterinsightsV1SpeechConfig
3535
3542
  include Google::Apis::Core::Hashable
3536
3543
 
@@ -3613,7 +3620,7 @@ module Google
3613
3620
  end
3614
3621
  end
3615
3622
 
3616
- # The metadata for an UploadConversation operation.
3623
+ # The metadata for an `UploadConversation` operation.
3617
3624
  class GoogleCloudContactcenterinsightsV1UploadConversationMetadata
3618
3625
  include Google::Apis::Core::Hashable
3619
3626
 
@@ -3624,11 +3631,11 @@ module Google
3624
3631
  attr_accessor :analysis_operation
3625
3632
 
3626
3633
  # DLP resources used for redaction while ingesting conversations. DLP settings
3627
- # are applied to conversations ingested from the UploadConversation and
3628
- # IngestConversations endpoints, including conversation coming from CCAI
3629
- # Platform. They are not applied to conversations ingested from the
3630
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
3631
- # integrations. When using Dialogflow / Agent Assist runtime integrations
3634
+ # are applied to conversations ingested from the `UploadConversation` and `
3635
+ # IngestConversations` endpoints, including conversation coming from CCAI
3636
+ # Platform. They are not applied to conversations ingested from the `
3637
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
3638
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
3632
3639
  # redaction should be performed in Dialogflow / Agent Assist.
3633
3640
  # Corresponds to the JSON property `appliedRedactionConfig`
3634
3641
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
@@ -3686,20 +3693,20 @@ module Google
3686
3693
  attr_accessor :parent
3687
3694
 
3688
3695
  # DLP resources used for redaction while ingesting conversations. DLP settings
3689
- # are applied to conversations ingested from the UploadConversation and
3690
- # IngestConversations endpoints, including conversation coming from CCAI
3691
- # Platform. They are not applied to conversations ingested from the
3692
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
3693
- # integrations. When using Dialogflow / Agent Assist runtime integrations
3696
+ # are applied to conversations ingested from the `UploadConversation` and `
3697
+ # IngestConversations` endpoints, including conversation coming from CCAI
3698
+ # Platform. They are not applied to conversations ingested from the `
3699
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
3700
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
3694
3701
  # redaction should be performed in Dialogflow / Agent Assist.
3695
3702
  # Corresponds to the JSON property `redactionConfig`
3696
3703
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
3697
3704
  attr_accessor :redaction_config
3698
3705
 
3699
3706
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
3700
- # conversations ingested from the UploadConversation and IngestConversations
3707
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
3701
3708
  # endpoints, including conversation coming from CCAI Platform. They are not
3702
- # applied to conversations ingested from the CreateConversation endpoint.
3709
+ # applied to conversations ingested from the `CreateConversation` endpoint.
3703
3710
  # Corresponds to the JSON property `speechConfig`
3704
3711
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
3705
3712
  attr_accessor :speech_config
@@ -5528,7 +5535,7 @@ module Google
5528
5535
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination]
5529
5536
  attr_accessor :gcs_destination
5530
5537
 
5531
- # Required. The issue model to export
5538
+ # Required. The issue model to export.
5532
5539
  # Corresponds to the JSON property `name`
5533
5540
  # @return [String]
5534
5541
  attr_accessor :name
@@ -5704,7 +5711,7 @@ module Google
5704
5711
  class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelRequest
5705
5712
  include Google::Apis::Core::Hashable
5706
5713
 
5707
- # Optional. If set to true, will create a new issue model from the imported file
5714
+ # Optional. If set to true, will create an issue model from the imported file
5708
5715
  # with randomly generated IDs for the issue model and corresponding issues.
5709
5716
  # Otherwise, replaces an existing model with the same ID as the file.
5710
5717
  # Corresponds to the JSON property `createNewModel`
@@ -5870,28 +5877,28 @@ module Google
5870
5877
  attr_accessor :parent
5871
5878
 
5872
5879
  # DLP resources used for redaction while ingesting conversations. DLP settings
5873
- # are applied to conversations ingested from the UploadConversation and
5874
- # IngestConversations endpoints, including conversation coming from CCAI
5875
- # Platform. They are not applied to conversations ingested from the
5876
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
5877
- # integrations. When using Dialogflow / Agent Assist runtime integrations
5880
+ # are applied to conversations ingested from the `UploadConversation` and `
5881
+ # IngestConversations` endpoints, including conversation coming from CCAI
5882
+ # Platform. They are not applied to conversations ingested from the `
5883
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
5884
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
5878
5885
  # redaction should be performed in Dialogflow / Agent Assist.
5879
5886
  # Corresponds to the JSON property `redactionConfig`
5880
5887
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig]
5881
5888
  attr_accessor :redaction_config
5882
5889
 
5883
5890
  # Optional. If set, this fields indicates the number of objects to ingest from
5884
- # the Cloud Storage bucket. If empty, the entire bucket will be ingested. Note
5885
- # that conversations produced via sampling will not be ingested by subsequent
5886
- # ingest requests unless they are first deleted.
5891
+ # the Cloud Storage bucket. If empty, the entire bucket will be ingested. Unless
5892
+ # they are first deleted, conversations produced through sampling won't be
5893
+ # ingested by subsequent ingest requests.
5887
5894
  # Corresponds to the JSON property `sampleSize`
5888
5895
  # @return [Fixnum]
5889
5896
  attr_accessor :sample_size
5890
5897
 
5891
5898
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
5892
- # conversations ingested from the UploadConversation and IngestConversations
5899
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
5893
5900
  # endpoints, including conversation coming from CCAI Platform. They are not
5894
- # applied to conversations ingested from the CreateConversation endpoint.
5901
+ # applied to conversations ingested from the `CreateConversation` endpoint.
5895
5902
  # Corresponds to the JSON property `speechConfig`
5896
5903
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig]
5897
5904
  attr_accessor :speech_config
@@ -5929,7 +5936,7 @@ module Google
5929
5936
 
5930
5937
  # Optional. An opaque, user-specified string representing a human agent who
5931
5938
  # handled all conversations in the import. Note that this will be overridden if
5932
- # per-conversation metadata is provided via the `metadata_bucket_uri`.
5939
+ # per-conversation metadata is provided through the `metadata_bucket_uri`.
5933
5940
  # Corresponds to the JSON property `agentId`
5934
5941
  # @return [String]
5935
5942
  attr_accessor :agent_id
@@ -5973,10 +5980,12 @@ module Google
5973
5980
  # @return [Array<String>]
5974
5981
  attr_accessor :custom_metadata_keys
5975
5982
 
5976
- # Optional. The Cloud Storage path to the source object metadata. Note that: [1]
5977
- # metadata files are expected to be in JSON format [2] metadata and source
5978
- # objects must be in separate buckets [3] a source object's metadata object must
5979
- # share the same name to be properly ingested
5983
+ # Optional. The Cloud Storage path to the conversation metadata. Note that: [1]
5984
+ # Metadata files are expected to be in JSON format. [2] Metadata and source
5985
+ # files (transcripts or audio) must be in separate buckets. [3] A source file
5986
+ # and its corresponding metadata file must share the same name to be properly
5987
+ # ingested, E.g. `gs://bucket/audio/conversation1.mp3` and `gs://bucket/metadata/
5988
+ # conversation1.json`.
5980
5989
  # Corresponds to the JSON property `metadataBucketUri`
5981
5990
  # @return [String]
5982
5991
  attr_accessor :metadata_bucket_uri
@@ -6364,11 +6373,11 @@ module Google
6364
6373
  end
6365
6374
 
6366
6375
  # DLP resources used for redaction while ingesting conversations. DLP settings
6367
- # are applied to conversations ingested from the UploadConversation and
6368
- # IngestConversations endpoints, including conversation coming from CCAI
6369
- # Platform. They are not applied to conversations ingested from the
6370
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
6371
- # integrations. When using Dialogflow / Agent Assist runtime integrations
6376
+ # are applied to conversations ingested from the `UploadConversation` and `
6377
+ # IngestConversations` endpoints, including conversation coming from CCAI
6378
+ # Platform. They are not applied to conversations ingested from the `
6379
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
6380
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
6372
6381
  # redaction should be performed in Dialogflow / Agent Assist.
6373
6382
  class GoogleCloudContactcenterinsightsV1alpha1RedactionConfig
6374
6383
  include Google::Apis::Core::Hashable
@@ -6632,9 +6641,9 @@ module Google
6632
6641
  end
6633
6642
 
6634
6643
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
6635
- # conversations ingested from the UploadConversation and IngestConversations
6644
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
6636
6645
  # endpoints, including conversation coming from CCAI Platform. They are not
6637
- # applied to conversations ingested from the CreateConversation endpoint.
6646
+ # applied to conversations ingested from the `CreateConversation` endpoint.
6638
6647
  class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
6639
6648
  include Google::Apis::Core::Hashable
6640
6649
 
@@ -6717,7 +6726,7 @@ module Google
6717
6726
  end
6718
6727
  end
6719
6728
 
6720
- # The metadata for an UploadConversation operation.
6729
+ # The metadata for an `UploadConversation` operation.
6721
6730
  class GoogleCloudContactcenterinsightsV1alpha1UploadConversationMetadata
6722
6731
  include Google::Apis::Core::Hashable
6723
6732
 
@@ -6728,11 +6737,11 @@ module Google
6728
6737
  attr_accessor :analysis_operation
6729
6738
 
6730
6739
  # DLP resources used for redaction while ingesting conversations. DLP settings
6731
- # are applied to conversations ingested from the UploadConversation and
6732
- # IngestConversations endpoints, including conversation coming from CCAI
6733
- # Platform. They are not applied to conversations ingested from the
6734
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
6735
- # integrations. When using Dialogflow / Agent Assist runtime integrations
6740
+ # are applied to conversations ingested from the `UploadConversation` and `
6741
+ # IngestConversations` endpoints, including conversation coming from CCAI
6742
+ # Platform. They are not applied to conversations ingested from the `
6743
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
6744
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
6736
6745
  # redaction should be performed in Dialogflow / Agent Assist.
6737
6746
  # Corresponds to the JSON property `appliedRedactionConfig`
6738
6747
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig]
@@ -6790,20 +6799,20 @@ module Google
6790
6799
  attr_accessor :parent
6791
6800
 
6792
6801
  # DLP resources used for redaction while ingesting conversations. DLP settings
6793
- # are applied to conversations ingested from the UploadConversation and
6794
- # IngestConversations endpoints, including conversation coming from CCAI
6795
- # Platform. They are not applied to conversations ingested from the
6796
- # CreateConversation endpoint or the Dialogflow / Agent Assist runtime
6797
- # integrations. When using Dialogflow / Agent Assist runtime integrations
6802
+ # are applied to conversations ingested from the `UploadConversation` and `
6803
+ # IngestConversations` endpoints, including conversation coming from CCAI
6804
+ # Platform. They are not applied to conversations ingested from the `
6805
+ # CreateConversation` endpoint or the Dialogflow / Agent Assist runtime
6806
+ # integrations. When using Dialogflow / Agent Assist runtime integrations,
6798
6807
  # redaction should be performed in Dialogflow / Agent Assist.
6799
6808
  # Corresponds to the JSON property `redactionConfig`
6800
6809
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig]
6801
6810
  attr_accessor :redaction_config
6802
6811
 
6803
6812
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
6804
- # conversations ingested from the UploadConversation and IngestConversations
6813
+ # conversations ingested from the `UploadConversation` and `IngestConversations`
6805
6814
  # endpoints, including conversation coming from CCAI Platform. They are not
6806
- # applied to conversations ingested from the CreateConversation endpoint.
6815
+ # applied to conversations ingested from the `CreateConversation` endpoint.
6807
6816
  # Corresponds to the JSON property `speechConfig`
6808
6817
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig]
6809
6818
  attr_accessor :speech_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContactcenterinsightsV1
18
18
  # Version of the google-apis-contactcenterinsights_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240603"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -219,8 +219,8 @@ module Google
219
219
  execute_or_queue_command(command, &block)
220
220
  end
221
221
 
222
- # Creates a conversation. DEPRECATED: Use UploadConversation instead.
223
- # CreateConversation does not support audio transcription or DLP redaction.
222
+ # Creates a conversation. Does not support audio transcription or DLP redaction.
223
+ # Use `conversations.upload` instead.
224
224
  # @param [String] parent
225
225
  # Required. The parent resource of the conversation.
226
226
  # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation] google_cloud_contactcenterinsights_v1_conversation_object
@@ -370,8 +370,9 @@ module Google
370
370
  # empty, conversations will be ordered by descending creation time. Supported
371
371
  # values are one of the following: * create_time * customer_satisfaction_rating *
372
372
  # duration * latest_analysis * start_time * turn_count The default sort order
373
- # is ascending. To specify order, append `asc` or `desc`, i.e. `create_time desc`
374
- # . See https://google.aip.dev/132#ordering for more details.
373
+ # is ascending. To specify order, append `asc` or `desc` (`create_time desc`).
374
+ # For more details, see [Google AIPs Ordering](https://google.aip.dev/132#
375
+ # ordering).
375
376
  # @param [Fixnum] page_size
376
377
  # The maximum number of conversations to return in the response. A valid page
377
378
  # size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified,
@@ -456,8 +457,8 @@ module Google
456
457
  execute_or_queue_command(command, &block)
457
458
  end
458
459
 
459
- # Create a longrunning conversation upload operation. This method differs from
460
- # CreateConversation by allowing audio transcription and optional DLP redaction.
460
+ # Create a long-running conversation upload operation. This method differs from `
461
+ # CreateConversation` by allowing audio transcription and optional DLP redaction.
461
462
  # @param [String] parent
462
463
  # Required. The parent resource of the conversation.
463
464
  # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UploadConversationRequest] google_cloud_contactcenterinsights_v1_upload_conversation_request_object
@@ -791,7 +792,7 @@ module Google
791
792
 
792
793
  # Exports an issue model to the provided destination.
793
794
  # @param [String] name
794
- # Required. The issue model to export
795
+ # Required. The issue model to export.
795
796
  # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequest] google_cloud_contactcenterinsights_v1_export_issue_model_request_object
796
797
  # @param [String] fields
797
798
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contactcenterinsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.46.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
63
63
  post_install_message:
64
64
  rdoc_options: []