google-apis-dialogflow_v2beta1 0.58.0 → 0.59.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: c48ba345165b893e48d138683bacc806cd7eec3f5cf5322e5bf4e7c6d5eebdb7
|
4
|
+
data.tar.gz: 3aaabae9204f423889c4a1e2ba5e0d541cbbefa893cacaf8e54e7fa1d78e99fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c05f5650825821e2e75145306fd18e074e903b92907ca66f37aa4dddf6f86fff1b74dfce4a7d2782681847bdc9bc218414b50026a0c2af29f2e17a58bdea63d
|
7
|
+
data.tar.gz: 7c90677fb9a81039d41c3e21a5a1f31fcf9f0043d025710381481281d9707995c6e05dcecd42c7f67ea6b1e57ec11c49c30359116b021c84b63d897717976d0b
|
data/CHANGELOG.md
CHANGED
@@ -15212,15 +15212,15 @@ module Google
|
|
15212
15212
|
# CreateParticipantRequest or UpdateParticipantRequest, Dialogflow adds the
|
15213
15213
|
# obfuscated user id with the participant. 2. If you set this field in
|
15214
15214
|
# AnalyzeContent or StreamingAnalyzeContent, Dialogflow will update Participant.
|
15215
|
-
# obfuscated_external_user_id. Dialogflow uses this user id for
|
15216
|
-
#
|
15217
|
-
#
|
15218
|
-
#
|
15219
|
-
#
|
15220
|
-
#
|
15221
|
-
#
|
15222
|
-
#
|
15223
|
-
#
|
15215
|
+
# obfuscated_external_user_id. Dialogflow uses this user id for billing and
|
15216
|
+
# measurement. If a user with the same obfuscated_external_user_id is created in
|
15217
|
+
# a later conversation, Dialogflow will know it's the same user. Dialogflow also
|
15218
|
+
# uses this user id for Agent Assist suggestion personalization. For example,
|
15219
|
+
# Dialogflow can use it to provide personalized smart reply suggestions for this
|
15220
|
+
# user. Note: * Please never pass raw user ids to Dialogflow. Always obfuscate
|
15221
|
+
# your user id first. * Dialogflow only accepts a UTF-8 encoded string, e.g., a
|
15222
|
+
# hex digest of a hash function like SHA-512. * The length of the user id must
|
15223
|
+
# be <= 256 characters.
|
15224
15224
|
# Corresponds to the JSON property `obfuscatedExternalUserId`
|
15225
15225
|
# @return [String]
|
15226
15226
|
attr_accessor :obfuscated_external_user_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.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 = "20230605"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.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-06-11 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-dialogflow_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.59.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|