google-apis-contactcenterinsights_v1 0.64.0 → 0.65.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bb03096779929b013df811ac9a86a738f0643b4b82ce0955665a1953b60f4f8
|
4
|
+
data.tar.gz: fdc212e1b089c5fa55ac18f899bf082306667c736c46cc79ccc1a241a8a810d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e7094e090639dfc7494980eb521949097e7e31318c9a6056fb3d96b9f90cbfa349c4a153c1009b2b56681d7f4eb62762b6450223501b2af2caec6afa2194b38
|
7
|
+
data.tar.gz: cfc73b88abb0184c0a8e8ff6bb31aa67d3ae1d79ced72114a181376470b4eb0ba6afe2f17f0d39db2b6825a68b6b995ee0b6c965fb1be914d84f5f3f77fff704
|
data/CHANGELOG.md
CHANGED
@@ -1772,6 +1772,12 @@ module Google
|
|
1772
1772
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource]
|
1773
1773
|
attr_accessor :gcs_source
|
1774
1774
|
|
1775
|
+
# Cloud Storage URI that points to a file that contains the conversation
|
1776
|
+
# metadata.
|
1777
|
+
# Corresponds to the JSON property `metadataUri`
|
1778
|
+
# @return [String]
|
1779
|
+
attr_accessor :metadata_uri
|
1780
|
+
|
1775
1781
|
def initialize(**args)
|
1776
1782
|
update!(**args)
|
1777
1783
|
end
|
@@ -1780,6 +1786,7 @@ module Google
|
|
1780
1786
|
def update!(**args)
|
1781
1787
|
@dialogflow_source = args[:dialogflow_source] if args.key?(:dialogflow_source)
|
1782
1788
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
1789
|
+
@metadata_uri = args[:metadata_uri] if args.key?(:metadata_uri)
|
1783
1790
|
end
|
1784
1791
|
end
|
1785
1792
|
|
@@ -7697,6 +7704,12 @@ module Google
|
|
7697
7704
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource]
|
7698
7705
|
attr_accessor :gcs_source
|
7699
7706
|
|
7707
|
+
# Cloud Storage URI that points to a file that contains the conversation
|
7708
|
+
# metadata.
|
7709
|
+
# Corresponds to the JSON property `metadataUri`
|
7710
|
+
# @return [String]
|
7711
|
+
attr_accessor :metadata_uri
|
7712
|
+
|
7700
7713
|
def initialize(**args)
|
7701
7714
|
update!(**args)
|
7702
7715
|
end
|
@@ -7705,6 +7718,7 @@ module Google
|
|
7705
7718
|
def update!(**args)
|
7706
7719
|
@dialogflow_source = args[:dialogflow_source] if args.key?(:dialogflow_source)
|
7707
7720
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
7721
|
+
@metadata_uri = args[:metadata_uri] if args.key?(:metadata_uri)
|
7708
7722
|
end
|
7709
7723
|
end
|
7710
7724
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250526"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2450,6 +2450,7 @@ module Google
|
|
2450
2450
|
|
2451
2451
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource::Representation
|
2452
2452
|
|
2453
|
+
property :metadata_uri, as: 'metadataUri'
|
2453
2454
|
end
|
2454
2455
|
end
|
2455
2456
|
|
@@ -4182,6 +4183,7 @@ module Google
|
|
4182
4183
|
|
4183
4184
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource::Representation
|
4184
4185
|
|
4186
|
+
property :metadata_uri, as: 'metadataUri'
|
4185
4187
|
end
|
4186
4188
|
end
|
4187
4189
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contactcenterinsights_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.65.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.65.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|