google-apis-contactcenterinsights_v1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 529d112cecbb2aba9b239ae27230f7d641bd473f493f07108d8459562efa179b
|
4
|
+
data.tar.gz: cdd6cb9f17c8caf66719fc74cfc49116bde9955a2c68b0bfe966d7bdd0e64b87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15b5ec6598c833570595b8a5dda2e9af31c8f002ae6f553738c6fd7f849d6665bf824d1be2dff8d5a2eea3f56947dfb6255c3fa897cdb42e6b2dcf53ed289adb
|
7
|
+
data.tar.gz: 3b7ad3e2c59ea737d9ba83675f5eef6d854dbd2ac65ef1a4f13f6d243a6d9b00ee4251a87881071c4d1c3765814339fc3b3f13c8b2e187cf94ca079eee581996
|
data/CHANGELOG.md
CHANGED
@@ -2163,6 +2163,16 @@ module Google
|
|
2163
2163
|
# @return [Fixnum]
|
2164
2164
|
attr_accessor :issue_count
|
2165
2165
|
|
2166
|
+
# Language of the model.
|
2167
|
+
# Corresponds to the JSON property `languageCode`
|
2168
|
+
# @return [String]
|
2169
|
+
attr_accessor :language_code
|
2170
|
+
|
2171
|
+
# Type of the model.
|
2172
|
+
# Corresponds to the JSON property `modelType`
|
2173
|
+
# @return [String]
|
2174
|
+
attr_accessor :model_type
|
2175
|
+
|
2166
2176
|
# Immutable. The resource name of the issue model. Format: projects/`project`/
|
2167
2177
|
# locations/`location`/issueModels/`issue_model`
|
2168
2178
|
# Corresponds to the JSON property `name`
|
@@ -2194,6 +2204,8 @@ module Google
|
|
2194
2204
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2195
2205
|
@input_data_config = args[:input_data_config] if args.key?(:input_data_config)
|
2196
2206
|
@issue_count = args[:issue_count] if args.key?(:issue_count)
|
2207
|
+
@language_code = args[:language_code] if args.key?(:language_code)
|
2208
|
+
@model_type = args[:model_type] if args.key?(:model_type)
|
2197
2209
|
@name = args[:name] if args.key?(:name)
|
2198
2210
|
@state = args[:state] if args.key?(:state)
|
2199
2211
|
@training_stats = args[:training_stats] if args.key?(:training_stats)
|
@@ -2670,7 +2682,7 @@ module Google
|
|
2670
2682
|
attr_accessor :deidentify_template
|
2671
2683
|
|
2672
2684
|
# The fully-qualified DLP inspect template resource name. Format: `projects/`
|
2673
|
-
# project`/inspectTemplates/`template``
|
2685
|
+
# project`/locations/`location`/inspectTemplates/`template``
|
2674
2686
|
# Corresponds to the JSON property `inspectTemplate`
|
2675
2687
|
# @return [String]
|
2676
2688
|
attr_accessor :inspect_template
|
@@ -5125,6 +5137,16 @@ module Google
|
|
5125
5137
|
# @return [Fixnum]
|
5126
5138
|
attr_accessor :issue_count
|
5127
5139
|
|
5140
|
+
# Language of the model.
|
5141
|
+
# Corresponds to the JSON property `languageCode`
|
5142
|
+
# @return [String]
|
5143
|
+
attr_accessor :language_code
|
5144
|
+
|
5145
|
+
# Type of the model.
|
5146
|
+
# Corresponds to the JSON property `modelType`
|
5147
|
+
# @return [String]
|
5148
|
+
attr_accessor :model_type
|
5149
|
+
|
5128
5150
|
# Immutable. The resource name of the issue model. Format: projects/`project`/
|
5129
5151
|
# locations/`location`/issueModels/`issue_model`
|
5130
5152
|
# Corresponds to the JSON property `name`
|
@@ -5156,6 +5178,8 @@ module Google
|
|
5156
5178
|
@display_name = args[:display_name] if args.key?(:display_name)
|
5157
5179
|
@input_data_config = args[:input_data_config] if args.key?(:input_data_config)
|
5158
5180
|
@issue_count = args[:issue_count] if args.key?(:issue_count)
|
5181
|
+
@language_code = args[:language_code] if args.key?(:language_code)
|
5182
|
+
@model_type = args[:model_type] if args.key?(:model_type)
|
5159
5183
|
@name = args[:name] if args.key?(:name)
|
5160
5184
|
@state = args[:state] if args.key?(:state)
|
5161
5185
|
@training_stats = args[:training_stats] if args.key?(:training_stats)
|
@@ -5324,7 +5348,7 @@ module Google
|
|
5324
5348
|
attr_accessor :deidentify_template
|
5325
5349
|
|
5326
5350
|
# The fully-qualified DLP inspect template resource name. Format: `projects/`
|
5327
|
-
# project`/inspectTemplates/`template``
|
5351
|
+
# project`/locations/`location`/inspectTemplates/`template``
|
5328
5352
|
# Corresponds to the JSON property `inspectTemplate`
|
5329
5353
|
# @return [String]
|
5330
5354
|
attr_accessor :inspect_template
|
@@ -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.28.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 = "
|
25
|
+
REVISION = "20230626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1642,6 +1642,8 @@ module Google
|
|
1642
1642
|
property :input_data_config, as: 'inputDataConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig::Representation
|
1643
1643
|
|
1644
1644
|
property :issue_count, :numeric_string => true, as: 'issueCount'
|
1645
|
+
property :language_code, as: 'languageCode'
|
1646
|
+
property :model_type, as: 'modelType'
|
1645
1647
|
property :name, as: 'name'
|
1646
1648
|
property :state, as: 'state'
|
1647
1649
|
property :training_stats, as: 'trainingStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModelLabelStats::Representation
|
@@ -2516,6 +2518,8 @@ module Google
|
|
2516
2518
|
property :input_data_config, as: 'inputDataConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModelInputDataConfig::Representation
|
2517
2519
|
|
2518
2520
|
property :issue_count, :numeric_string => true, as: 'issueCount'
|
2521
|
+
property :language_code, as: 'languageCode'
|
2522
|
+
property :model_type, as: 'modelType'
|
2519
2523
|
property :name, as: 'name'
|
2520
2524
|
property :state, as: 'state'
|
2521
2525
|
property :training_stats, as: 'trainingStats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModelLabelStats::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.28.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
|
+
date: 2023-07-02 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.28.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: []
|