google-apis-contactcenterinsights_v1 0.48.0 → 0.50.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: 47506a643d2cbdfeb34cdd0e377d15c198b66247e2d5d81df8add3c0005a577b
|
4
|
+
data.tar.gz: c0d19751d8ebf16bef0576626a0839f22819ba98186a11b461e40e9485a10bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ccf25f64182472e2c79c6b8993caff615cb493e3d422c6e09760aad09824d3487087eab7c2b0b12e96b177a9493d18252d2aa708477494f14529c6a72f1e46d
|
7
|
+
data.tar.gz: 919d9451b5323bd43c892a343fd20f174bcfb5d2af6be2bf2c50b498f11e6a050168651d27b46bc38408e1b7aa6a0bc0d67ac8d7c941899c31936f31fac3d097
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-contactcenterinsights_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240910
|
6
|
+
|
7
|
+
### v0.49.0 (2024-08-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240805
|
10
|
+
|
3
11
|
### v0.48.0 (2024-08-04)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240723
|
@@ -885,6 +885,13 @@ module Google
|
|
885
885
|
# @return [String]
|
886
886
|
attr_accessor :medium
|
887
887
|
|
888
|
+
# Input only. JSON Metadata encoded as a string. This field is primarily used by
|
889
|
+
# Insights integrations with various telphony systems and must be in one of
|
890
|
+
# Insights' supported formats.
|
891
|
+
# Corresponds to the JSON property `metadataJson`
|
892
|
+
# @return [String]
|
893
|
+
attr_accessor :metadata_json
|
894
|
+
|
888
895
|
# Immutable. The resource name of the conversation. Format: projects/`project`/
|
889
896
|
# locations/`location`/conversations/`conversation`
|
890
897
|
# Corresponds to the JSON property `name`
|
@@ -951,6 +958,7 @@ module Google
|
|
951
958
|
@latest_analysis = args[:latest_analysis] if args.key?(:latest_analysis)
|
952
959
|
@latest_summary = args[:latest_summary] if args.key?(:latest_summary)
|
953
960
|
@medium = args[:medium] if args.key?(:medium)
|
961
|
+
@metadata_json = args[:metadata_json] if args.key?(:metadata_json)
|
954
962
|
@name = args[:name] if args.key?(:name)
|
955
963
|
@obfuscated_user_id = args[:obfuscated_user_id] if args.key?(:obfuscated_user_id)
|
956
964
|
@quality_metadata = args[:quality_metadata] if args.key?(:quality_metadata)
|
@@ -2618,6 +2626,11 @@ module Google
|
|
2618
2626
|
# @return [String]
|
2619
2627
|
attr_accessor :create_time
|
2620
2628
|
|
2629
|
+
# Representative description of the issue.
|
2630
|
+
# Corresponds to the JSON property `displayDescription`
|
2631
|
+
# @return [String]
|
2632
|
+
attr_accessor :display_description
|
2633
|
+
|
2621
2634
|
# The representative name for the issue.
|
2622
2635
|
# Corresponds to the JSON property `displayName`
|
2623
2636
|
# @return [String]
|
@@ -2647,6 +2660,7 @@ module Google
|
|
2647
2660
|
# Update properties of this object
|
2648
2661
|
def update!(**args)
|
2649
2662
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2663
|
+
@display_description = args[:display_description] if args.key?(:display_description)
|
2650
2664
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2651
2665
|
@name = args[:name] if args.key?(:name)
|
2652
2666
|
@sample_utterances = args[:sample_utterances] if args.key?(:sample_utterances)
|
@@ -4602,6 +4616,13 @@ module Google
|
|
4602
4616
|
# @return [String]
|
4603
4617
|
attr_accessor :medium
|
4604
4618
|
|
4619
|
+
# Input only. JSON Metadata encoded as a string. This field is primarily used by
|
4620
|
+
# Insights integrations with various telphony systems and must be in one of
|
4621
|
+
# Insights' supported formats.
|
4622
|
+
# Corresponds to the JSON property `metadataJson`
|
4623
|
+
# @return [String]
|
4624
|
+
attr_accessor :metadata_json
|
4625
|
+
|
4605
4626
|
# Immutable. The resource name of the conversation. Format: projects/`project`/
|
4606
4627
|
# locations/`location`/conversations/`conversation`
|
4607
4628
|
# Corresponds to the JSON property `name`
|
@@ -4668,6 +4689,7 @@ module Google
|
|
4668
4689
|
@latest_analysis = args[:latest_analysis] if args.key?(:latest_analysis)
|
4669
4690
|
@latest_summary = args[:latest_summary] if args.key?(:latest_summary)
|
4670
4691
|
@medium = args[:medium] if args.key?(:medium)
|
4692
|
+
@metadata_json = args[:metadata_json] if args.key?(:metadata_json)
|
4671
4693
|
@name = args[:name] if args.key?(:name)
|
4672
4694
|
@obfuscated_user_id = args[:obfuscated_user_id] if args.key?(:obfuscated_user_id)
|
4673
4695
|
@quality_metadata = args[:quality_metadata] if args.key?(:quality_metadata)
|
@@ -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.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240910"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1499,6 +1499,7 @@ module Google
|
|
1499
1499
|
property :latest_summary, as: 'latestSummary', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData::Representation
|
1500
1500
|
|
1501
1501
|
property :medium, as: 'medium'
|
1502
|
+
property :metadata_json, as: 'metadataJson'
|
1502
1503
|
property :name, as: 'name'
|
1503
1504
|
property :obfuscated_user_id, as: 'obfuscatedUserId'
|
1504
1505
|
property :quality_metadata, as: 'qualityMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationQualityMetadata::Representation
|
@@ -2022,6 +2023,7 @@ module Google
|
|
2022
2023
|
# @private
|
2023
2024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2024
2025
|
property :create_time, as: 'createTime'
|
2026
|
+
property :display_description, as: 'displayDescription'
|
2025
2027
|
property :display_name, as: 'displayName'
|
2026
2028
|
property :name, as: 'name'
|
2027
2029
|
collection :sample_utterances, as: 'sampleUtterances'
|
@@ -2587,6 +2589,7 @@ module Google
|
|
2587
2589
|
property :latest_summary, as: 'latestSummary', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationSummarizationSuggestionData::Representation
|
2588
2590
|
|
2589
2591
|
property :medium, as: 'medium'
|
2592
|
+
property :metadata_json, as: 'metadataJson'
|
2590
2593
|
property :name, as: 'name'
|
2591
2594
|
property :obfuscated_user_id, as: 'obfuscatedUserId'
|
2592
2595
|
property :quality_metadata, as: 'qualityMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationQualityMetadata::Representation
|
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.
|
4
|
+
version: 0.50.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-
|
11
|
+
date: 2024-09-15 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.50.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: []
|