google-apis-contactcenterinsights_v1 0.33.0 → 0.35.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: e95cb83dbdea7c9d8d24113712ce324dea335eeed2a6362219de15d9518e6741
4
- data.tar.gz: e718bf4bcc45c32b9b3fd07201c889bd1b3984719ea531f3723e306308fe7ef9
3
+ metadata.gz: eca0dae6b6a7005acd442d51cd2cca9817929073cccaa0ba6aafcc24f9a3eca2
4
+ data.tar.gz: f2a6a60b3bc117a8828ddad15dbc1e9ce995bfe17c13573c130b3d89b4d621e8
5
5
  SHA512:
6
- metadata.gz: 8011973e036c0376937ff58573979b440b34ec28dd91177facd8817425bbb378938c29def10d1a9c6b1d7c2245ea453910e6891b3c55f58779f7ef78a67b7541
7
- data.tar.gz: 7ee29ac58e8fabc27ddfb67c031be809046e9a6d9c560ec89d0f46c7c528d2d6e88b99eda130f4e0e736bac736f12dd10b43d0faa8b6f5907ca91622990a93c0
6
+ metadata.gz: d366aa261f02c76d77ffb251699db806b4fee3d986af35e1d2fdc1eb823dbe9deb4b90986d4837c5f14272174f9ef228027e2bf6d7676a6d0766365f42c14ba3
7
+ data.tar.gz: 8f9366e69d648220a953a639e36418d78bad0449b5ad853accb400bb6eecb554791fc0a2ff1d925f79f7864d28d8ee8fa86f795418b699687fa54e93f79df421
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.35.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231204
6
+
7
+ ### v0.34.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231113
10
+
3
11
  ### v0.33.0 (2023-11-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20231031
@@ -539,7 +539,7 @@ module Google
539
539
  class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
540
540
  include Google::Apis::Core::Hashable
541
541
 
542
- # Filter used to select the subset of conversations to analyze.
542
+ # Filter used to select the subset of conversations to delete.
543
543
  # Corresponds to the JSON property `filter`
544
544
  # @return [String]
545
545
  attr_accessor :filter
@@ -551,14 +551,13 @@ module Google
551
551
  attr_accessor :force
552
552
  alias_method :force?, :force
553
553
 
554
- # Maximum number of conversations to delete. The default is 1000. It can be
555
- # changed by setting the `max_delete_count` field.
554
+ # Maximum number of conversations to delete.
556
555
  # Corresponds to the JSON property `maxDeleteCount`
557
556
  # @return [Fixnum]
558
557
  attr_accessor :max_delete_count
559
558
 
560
- # Required. The parent resource to create analyses in. Format: projects/`project`
561
- # /locations/`location`
559
+ # Required. The parent resource to delete conversations from. Format: projects/`
560
+ # project`/locations/`location`
562
561
  # Corresponds to the JSON property `parent`
563
562
  # @return [String]
564
563
  attr_accessor :parent
@@ -576,7 +575,7 @@ module Google
576
575
  end
577
576
  end
578
577
 
579
- # The response for a bulk analyze conversations operation.
578
+ # The response for a bulk delete conversations operation.
580
579
  class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse
581
580
  include Google::Apis::Core::Hashable
582
581
 
@@ -831,8 +830,7 @@ module Google
831
830
  # @return [String]
832
831
  attr_accessor :create_time
833
832
 
834
- # The conversation source, which is a combination of transcript, audio, and
835
- # metadata.
833
+ # The conversation source, which is a combination of transcript and audio.
836
834
  # Corresponds to the JSON property `dataSource`
837
835
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataSource]
838
836
  attr_accessor :data_source
@@ -978,8 +976,7 @@ module Google
978
976
  end
979
977
  end
980
978
 
981
- # The conversation source, which is a combination of transcript, audio, and
982
- # metadata.
979
+ # The conversation source, which is a combination of transcript and audio.
983
980
  class GoogleCloudContactcenterinsightsV1ConversationDataSource
984
981
  include Google::Apis::Core::Hashable
985
982
 
@@ -3883,7 +3880,7 @@ module Google
3883
3880
  class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
3884
3881
  include Google::Apis::Core::Hashable
3885
3882
 
3886
- # Filter used to select the subset of conversations to analyze.
3883
+ # Filter used to select the subset of conversations to delete.
3887
3884
  # Corresponds to the JSON property `filter`
3888
3885
  # @return [String]
3889
3886
  attr_accessor :filter
@@ -3895,14 +3892,13 @@ module Google
3895
3892
  attr_accessor :force
3896
3893
  alias_method :force?, :force
3897
3894
 
3898
- # Maximum number of conversations to delete. The default is 1000. It can be
3899
- # changed by setting the `max_delete_count` field.
3895
+ # Maximum number of conversations to delete.
3900
3896
  # Corresponds to the JSON property `maxDeleteCount`
3901
3897
  # @return [Fixnum]
3902
3898
  attr_accessor :max_delete_count
3903
3899
 
3904
- # Required. The parent resource to create analyses in. Format: projects/`project`
3905
- # /locations/`location`
3900
+ # Required. The parent resource to delete conversations from. Format: projects/`
3901
+ # project`/locations/`location`
3906
3902
  # Corresponds to the JSON property `parent`
3907
3903
  # @return [String]
3908
3904
  attr_accessor :parent
@@ -3920,7 +3916,7 @@ module Google
3920
3916
  end
3921
3917
  end
3922
3918
 
3923
- # The response for a bulk analyze conversations operation.
3919
+ # The response for a bulk delete conversations operation.
3924
3920
  class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse
3925
3921
  include Google::Apis::Core::Hashable
3926
3922
 
@@ -4037,8 +4033,7 @@ module Google
4037
4033
  # @return [String]
4038
4034
  attr_accessor :create_time
4039
4035
 
4040
- # The conversation source, which is a combination of transcript, audio, and
4041
- # metadata.
4036
+ # The conversation source, which is a combination of transcript and audio.
4042
4037
  # Corresponds to the JSON property `dataSource`
4043
4038
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource]
4044
4039
  attr_accessor :data_source
@@ -4184,8 +4179,7 @@ module Google
4184
4179
  end
4185
4180
  end
4186
4181
 
4187
- # The conversation source, which is a combination of transcript, audio, and
4188
- # metadata.
4182
+ # The conversation source, which is a combination of transcript and audio.
4189
4183
  class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
4190
4184
  include Google::Apis::Core::Hashable
4191
4185
 
@@ -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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231031"
25
+ REVISION = "20231204"
26
26
  end
27
27
  end
28
28
  end
@@ -151,8 +151,8 @@ module Google
151
151
 
152
152
  # Deletes multiple conversations in a single request.
153
153
  # @param [String] parent
154
- # Required. The parent resource to create analyses in. Format: projects/`project`
155
- # /locations/`location`
154
+ # Required. The parent resource to delete conversations from. Format: projects/`
155
+ # project`/locations/`location`
156
156
  # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_delete_conversations_request_object
157
157
  # @param [String] fields
158
158
  # 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.33.0
4
+ version: 0.35.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: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.35.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: []