google-apis-dialogflow_v3 0.17.0 → 0.18.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: 05026b8f27e4092672e162b5ee2cab36d4e0dc7509aaa9d28bf8f648bba6b8c6
4
- data.tar.gz: a2bb257bd48ed6c9302318e832b5219b58df083158e74fa2fce53447f7604e6a
3
+ metadata.gz: 1a3704f48a0dbb0af0f10b1efa8021d4271435cc49edd54e2f7b6c497e2dbf0a
4
+ data.tar.gz: 5486a7c0efd09b4ff213635a21b15d7e4d9dec7c46b17fa74f43d0a6b557b63f
5
5
  SHA512:
6
- metadata.gz: 53e23eb131c08db2329b4e2e04bde12fb982bc8e9e4437925174fc3082e7b67abb5fe86226c2b72bc322a8eab86a778144ac01dc554612964400013ba8d182c8
7
- data.tar.gz: ca57df7af35f27f643b5eeb2758e5bf0f0aeece09dc140e5ddd558e03297d06aca7bb0e6fd8387843e11e036a21d930fb0f310ca6cfd4442280842b8d0b146e8
6
+ metadata.gz: 74225d26c0e5ddee71cbf3a2ba87b223448ea7d5d248b446ca86c3b25b41427a52ac0d2b7280ab76504cbb7d4b72979610dd1a07e5a82b1a43e1c2dcba0065a4
7
+ data.tar.gz: 402a763abd63cdb2b448c00b9dbdb68686e7ab9e7673bc80f60fe9c0aeef9cfec641b484325e56bd09fce6af7e74c19f63015936dd2b5d3935aeccb4d56ab3fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.18.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210706
6
+
3
7
  ### v0.17.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -988,9 +988,11 @@ module Google
988
988
  # @return [String]
989
989
  attr_accessor :end_time
990
990
 
991
- # Maximum number of days to run the experiment/rollout. If auto-rollout is not
992
- # enabled, default value and maximum will be 30 days. If auto-rollout is enabled,
993
- # default value and maximum will be 6 days.
991
+ # LINT.IfChange(default_experiment_length) Maximum number of days to run the
992
+ # experiment/rollout. If auto-rollout is not enabled, default value and maximum
993
+ # will be 30 days. If auto-rollout is enabled, default value and maximum will be
994
+ # 6 days. LINT.ThenChange(//depot/google3/cloud/ml/api/conversation/analytics/
995
+ # compute.cc:default_experiment_length)
994
996
  # Corresponds to the JSON property `experimentLength`
995
997
  # @return [String]
996
998
  attr_accessor :experiment_length
@@ -1017,9 +1019,9 @@ module Google
1017
1019
  # @return [String]
1018
1020
  attr_accessor :start_time
1019
1021
 
1020
- # The current state of the experiment. Transition triggered by Expriments.
1021
- # StartExperiment: PENDING->RUNNING. Transition triggered by Expriments.
1022
- # CancelExperiment: PENDING->CANCELLED or RUNNING->CANCELLED.
1022
+ # The current state of the experiment. Transition triggered by Experiments.
1023
+ # StartExperiment: DRAFT->RUNNING. Transition triggered by Experiments.
1024
+ # CancelExperiment: DRAFT->DONE or RUNNING->DONE.
1023
1025
  # Corresponds to the JSON property `state`
1024
1026
  # @return [String]
1025
1027
  attr_accessor :state
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210618"
25
+ REVISION = "20210706"
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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-12 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/master/generated/google-apis-dialogflow_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []