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: 90b2fbee32f2436200e3abd7d7fcb1824683b32f8be4f755c329ea821804868c
4
- data.tar.gz: 1161d0c629fa5a5d8d1f7f96411117f94266bd7b2aff9778cc8555946318c275
3
+ metadata.gz: c48ba345165b893e48d138683bacc806cd7eec3f5cf5322e5bf4e7c6d5eebdb7
4
+ data.tar.gz: 3aaabae9204f423889c4a1e2ba5e0d541cbbefa893cacaf8e54e7fa1d78e99fa
5
5
  SHA512:
6
- metadata.gz: 3142448c40a059aba553d06c5475beede34d2f2d61b04d2f8d134b7b8e8cb4317fca7ea3ce737a6ee46ecf73efdf244684c360511c1a2617152400d8827301a1
7
- data.tar.gz: b380c0aba8f6988e8246aff5b61ccb6d0faa617b6cc0b026e37f8ba645a24a2a4d5b1789839066b19276138a4e7b9f53475d3c3b71364854986481356e4b8bac
6
+ metadata.gz: 1c05f5650825821e2e75145306fd18e074e903b92907ca66f37aa4dddf6f86fff1b74dfce4a7d2782681847bdc9bc218414b50026a0c2af29f2e17a58bdea63d
7
+ data.tar.gz: 7c90677fb9a81039d41c3e21a5a1f31fcf9f0043d025710381481281d9707995c6e05dcecd42c7f67ea6b1e57ec11c49c30359116b021c84b63d897717976d0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.59.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230605
6
+
3
7
  ### v0.58.0 (2023-05-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20230522
@@ -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 following
15216
- # purposes: 1) Billing and measurement. If user with the same
15217
- # obfuscated_external_user_id is created in a later conversation, dialogflow
15218
- # will know it's the same user. 2) Agent assist suggestion personalization. For
15219
- # example, Dialogflow can use it to provide personalized smart reply suggestions
15220
- # for this user. Note: * Please never pass raw user ids to Dialogflow. Always
15221
- # obfuscate your user id first. * Dialogflow only accepts a UTF-8 encoded string,
15222
- # e.g., a hex digest of a hash function like SHA-512. * The length of the user
15223
- # id must be <= 256 characters.
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.58.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 = "20230522"
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.58.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-05-28 00:00:00.000000000 Z
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.58.0
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: []