google-apis-contactcenterinsights_v1 0.36.0 → 0.37.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: eb3516ddc8be0b4751372e424d0f070e49f844ccb1d4fe9609268eb166fb21eb
|
4
|
+
data.tar.gz: 7d9bc63b2c7ce0a3d79c4e4247eefa0aebf597dbe5caee87b3619dd8e58a4ca6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfc8cc5f34fae8373fd30d2e7b572c11025f99d986be73fe3a51724742ea4d309553affb917e070c14a4dbf7fe37bf615ee5f298a9cf07a209ead100d4221d57
|
7
|
+
data.tar.gz: e126ff337b27f50b20fb6372cb2c740db19b2154fcb35bbf516dfa8b3bb98b4374401bcc182d76cc25cfe0dd100cc1f127374ea5b84c23a05b2164b0958a7588
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-contactcenterinsights_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2024-01-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240115
|
6
|
+
* Regenerated using generator version 0.13.0
|
7
|
+
|
3
8
|
### v0.36.0 (2024-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240102
|
@@ -2105,9 +2105,8 @@ module Google
|
|
2105
2105
|
class GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig
|
2106
2106
|
include Google::Apis::Core::Hashable
|
2107
2107
|
|
2108
|
-
# Optional.
|
2109
|
-
#
|
2110
|
-
# to be properly displayed and analyzed.
|
2108
|
+
# Optional. Indicates which of the channels, 1 or 2, contains the agent. Note
|
2109
|
+
# that this must be set for conversations to be properly displayed and analyzed.
|
2111
2110
|
# Corresponds to the JSON property `agentChannel`
|
2112
2111
|
# @return [Fixnum]
|
2113
2112
|
attr_accessor :agent_channel
|
@@ -2118,9 +2117,8 @@ module Google
|
|
2118
2117
|
# @return [String]
|
2119
2118
|
attr_accessor :agent_id
|
2120
2119
|
|
2121
|
-
# Optional.
|
2122
|
-
#
|
2123
|
-
# conversations to be properly displayed and analyzed.
|
2120
|
+
# Optional. Indicates which of the channels, 1 or 2, contains the agent. Note
|
2121
|
+
# that this must be set for conversations to be properly displayed and analyzed.
|
2124
2122
|
# Corresponds to the JSON property `customerChannel`
|
2125
2123
|
# @return [Fixnum]
|
2126
2124
|
attr_accessor :customer_channel
|
@@ -5369,9 +5367,8 @@ module Google
|
|
5369
5367
|
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsRequestConversationConfig
|
5370
5368
|
include Google::Apis::Core::Hashable
|
5371
5369
|
|
5372
|
-
# Optional.
|
5373
|
-
#
|
5374
|
-
# to be properly displayed and analyzed.
|
5370
|
+
# Optional. Indicates which of the channels, 1 or 2, contains the agent. Note
|
5371
|
+
# that this must be set for conversations to be properly displayed and analyzed.
|
5375
5372
|
# Corresponds to the JSON property `agentChannel`
|
5376
5373
|
# @return [Fixnum]
|
5377
5374
|
attr_accessor :agent_channel
|
@@ -5382,9 +5379,8 @@ module Google
|
|
5382
5379
|
# @return [String]
|
5383
5380
|
attr_accessor :agent_id
|
5384
5381
|
|
5385
|
-
# Optional.
|
5386
|
-
#
|
5387
|
-
# conversations to be properly displayed and analyzed.
|
5382
|
+
# Optional. Indicates which of the channels, 1 or 2, contains the agent. Note
|
5383
|
+
# that this must be set for conversations to be properly displayed and analyzed.
|
5388
5384
|
# Corresponds to the JSON property `customerChannel`
|
5389
5385
|
# @return [Fixnum]
|
5390
5386
|
attr_accessor :customer_channel
|
@@ -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.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -32,6 +32,8 @@ module Google
|
|
32
32
|
#
|
33
33
|
# @see https://cloud.google.com/contact-center/insights/docs
|
34
34
|
class ContactcenterinsightsService < Google::Apis::Core::BaseService
|
35
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://contactcenterinsights.$UNIVERSE_DOMAIN$/"
|
36
|
+
|
35
37
|
# @return [String]
|
36
38
|
# API key. Your API key identifies your project and provides you with API access,
|
37
39
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -43,7 +45,7 @@ module Google
|
|
43
45
|
attr_accessor :quota_user
|
44
46
|
|
45
47
|
def initialize
|
46
|
-
super(
|
48
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
47
49
|
client_name: 'google-apis-contactcenterinsights_v1',
|
48
50
|
client_version: Google::Apis::ContactcenterinsightsV1::GEM_VERSION)
|
49
51
|
@batch_path = 'batch'
|
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.37.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-01-
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.12.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.37.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: []
|