google-apis-dialogflow_v2beta1 0.57.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: 5f955eae3dd327232ad8b8c32db687db1e155ed70112fda684433bfc19afc6a5
4
- data.tar.gz: 63e7d7d9259f6fbb0e41cae23616a742ddb7c73ba9b20c633ff8ca3c20b419fe
3
+ metadata.gz: c48ba345165b893e48d138683bacc806cd7eec3f5cf5322e5bf4e7c6d5eebdb7
4
+ data.tar.gz: 3aaabae9204f423889c4a1e2ba5e0d541cbbefa893cacaf8e54e7fa1d78e99fa
5
5
  SHA512:
6
- metadata.gz: b1adcd30cd3ee5cad3feaf03b4a6a6eb4eea41c67332fb7289ebb9271c6aa3116bdeed21971599ee4d90dd81216bb46dfc5aa00292b4c17a9a3d054ee4a5daea
7
- data.tar.gz: 0a41ac6fde87a66f62709637d0c7a62d6d8b86187e25d61cc85daefd54eba1324312df0ece9312f6bf13f9c2539ed6219c212d4e31e506a5f96e3cae4b414cb1
6
+ metadata.gz: 1c05f5650825821e2e75145306fd18e074e903b92907ca66f37aa4dddf6f86fff1b74dfce4a7d2782681847bdc9bc218414b50026a0c2af29f2e17a58bdea63d
7
+ data.tar.gz: 7c90677fb9a81039d41c3e21a5a1f31fcf9f0043d025710381481281d9707995c6e05dcecd42c7f67ea6b1e57ec11c49c30359116b021c84b63d897717976d0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.58.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230522
10
+
3
11
  ### v0.57.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230516
@@ -2421,7 +2421,8 @@ module Google
2421
2421
  class GoogleCloudDialogflowCxV3TestRunDifference
2422
2422
  include Google::Apis::Core::Hashable
2423
2423
 
2424
- # A description of the diff, showing the actual output vs expected output.
2424
+ # A human readable description of the diff, showing the actual output vs
2425
+ # expected output.
2425
2426
  # Corresponds to the JSON property `description`
2426
2427
  # @return [String]
2427
2428
  attr_accessor :description
@@ -5497,7 +5498,8 @@ module Google
5497
5498
  class GoogleCloudDialogflowCxV3beta1TestRunDifference
5498
5499
  include Google::Apis::Core::Hashable
5499
5500
 
5500
- # A description of the diff, showing the actual output vs expected output.
5501
+ # A human readable description of the diff, showing the actual output vs
5502
+ # expected output.
5501
5503
  # Corresponds to the JSON property `description`
5502
5504
  # @return [String]
5503
5505
  attr_accessor :description
@@ -15210,15 +15212,15 @@ module Google
15210
15212
  # CreateParticipantRequest or UpdateParticipantRequest, Dialogflow adds the
15211
15213
  # obfuscated user id with the participant. 2. If you set this field in
15212
15214
  # AnalyzeContent or StreamingAnalyzeContent, Dialogflow will update Participant.
15213
- # obfuscated_external_user_id. Dialogflow uses this user id for following
15214
- # purposes: 1) Billing and measurement. If user with the same
15215
- # obfuscated_external_user_id is created in a later conversation, dialogflow
15216
- # will know it's the same user. 2) Agent assist suggestion personalization. For
15217
- # example, Dialogflow can use it to provide personalized smart reply suggestions
15218
- # for this user. Note: * Please never pass raw user ids to Dialogflow. Always
15219
- # obfuscate your user id first. * Dialogflow only accepts a UTF-8 encoded string,
15220
- # e.g., a hex digest of a hash function like SHA-512. * The length of the user
15221
- # 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.
15222
15224
  # Corresponds to the JSON property `obfuscatedExternalUserId`
15223
15225
  # @return [String]
15224
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.57.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 = "20230516"
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.57.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-21 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.57.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: []