google-apis-contactcenterinsights_v1 0.27.0 → 0.29.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: 1207ff7df35d5e8bf931fd0e3dd7497580a6700b9c54662481658a423048353b
|
4
|
+
data.tar.gz: b970955cb830f11ca45e25f94eaf4ab0682d960bb358da7976acbdfeb7030906
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10ad33e33d9724aa6ad593a1d760c8de81c0edec35c92661a300ca3a7513dd6157cf9367da315a4e572ef19d701496cedbb0730337ac5bc35241ddbc32912233
|
7
|
+
data.tar.gz: e7a5dd1d9307e5c0bb32af5cfb67c682f308dc038eeb8f1efd666b38bd3a0e532bae50343fa17ff01ac8b4670fe6c8dbfad7837f023b5d261c25d57761d20e81
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-contactcenterinsights_v1
|
2
2
|
|
3
|
+
### v0.29.0 (2023-08-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230803
|
6
|
+
|
7
|
+
### v0.28.0 (2023-07-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230626
|
10
|
+
|
3
11
|
### v0.27.0 (2023-04-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230424
|
@@ -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
|
@@ -5751,13 +5775,13 @@ module Google
|
|
5751
5775
|
# @return [String]
|
5752
5776
|
attr_accessor :name
|
5753
5777
|
|
5754
|
-
# The normal response of the operation
|
5755
|
-
#
|
5756
|
-
#
|
5757
|
-
#
|
5758
|
-
#
|
5759
|
-
#
|
5760
|
-
#
|
5778
|
+
# The normal, successful response of the operation. If the original method
|
5779
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
5780
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
5781
|
+
# response should be the resource. For other methods, the response should have
|
5782
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
5783
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
5784
|
+
# `TakeSnapshotResponse`.
|
5761
5785
|
# Corresponds to the JSON property `response`
|
5762
5786
|
# @return [Hash<String,Object>]
|
5763
5787
|
attr_accessor :response
|
@@ -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.29.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 = "20230803"
|
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.29.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-08-06 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.29.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: []
|