google-apis-dialogflow_v3 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +8 -6
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a3704f48a0dbb0af0f10b1efa8021d4271435cc49edd54e2f7b6c497e2dbf0a
|
|
4
|
+
data.tar.gz: 5486a7c0efd09b4ff213635a21b15d7e4d9dec7c46b17fa74f43d0a6b557b63f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74225d26c0e5ddee71cbf3a2ba87b223448ea7d5d248b446ca86c3b25b41427a52ac0d2b7280ab76504cbb7d4b72979610dd1a07e5a82b1a43e1c2dcba0065a4
|
|
7
|
+
data.tar.gz: 402a763abd63cdb2b448c00b9dbdb68686e7ab9e7673bc80f60fe9c0aeef9cfec641b484325e56bd09fce6af7e74c19f63015936dd2b5d3935aeccb4d56ab3fc
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
992
|
-
#
|
|
993
|
-
# default value and maximum will be
|
|
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
|
|
1021
|
-
# StartExperiment:
|
|
1022
|
-
# CancelExperiment:
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|