google-apis-dialogflow_v3 0.87.0 → 0.88.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 -12
- 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: c569b3ae807599f55e54211085d3949793d221a2d4bb2b15ee8a6e588dbfaeb8
|
|
4
|
+
data.tar.gz: 355b6344300ed1f9a7b6dcd7520352bc23f11d0aad2803effbdc8924d4d63f24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4822103153bc92d6961e278a8dd5a5d847c783a4752623931e450e11279053f5ded3afbf7828c47f896d98f39146c27e010348b6a172a44db4e5f1ac9a31b538
|
|
7
|
+
data.tar.gz: 8451724004329567b32be12aa947d20f1327180efc20a7a03c46ed79e8f44ac3d48a2b20b1c38477c1927e5809eec3011b77e382feb533792ee0f3671c7caf7a
|
data/CHANGELOG.md
CHANGED
|
@@ -7456,18 +7456,16 @@ module Google
|
|
|
7456
7456
|
|
|
7457
7457
|
# Flow name to start the test case with. Format: `projects//locations//agents//
|
|
7458
7458
|
# flows/`. Only one of `flow` and `page` should be set to indicate the starting
|
|
7459
|
-
# point of the test case. If
|
|
7460
|
-
#
|
|
7461
|
-
# start flow.
|
|
7459
|
+
# point of the test case. If neither is set, the test case will start with start
|
|
7460
|
+
# page on the default start flow.
|
|
7462
7461
|
# Corresponds to the JSON property `flow`
|
|
7463
7462
|
# @return [String]
|
|
7464
7463
|
attr_accessor :flow
|
|
7465
7464
|
|
|
7466
7465
|
# The page to start the test case with. Format: `projects//locations//agents//
|
|
7467
7466
|
# flows//pages/`. Only one of `flow` and `page` should be set to indicate the
|
|
7468
|
-
# starting point of the test case. If
|
|
7469
|
-
#
|
|
7470
|
-
# default start flow.
|
|
7467
|
+
# starting point of the test case. If neither is set, the test case will start
|
|
7468
|
+
# with start page on the default start flow.
|
|
7471
7469
|
# Corresponds to the JSON property `page`
|
|
7472
7470
|
# @return [String]
|
|
7473
7471
|
attr_accessor :page
|
|
@@ -11852,18 +11850,16 @@ module Google
|
|
|
11852
11850
|
|
|
11853
11851
|
# Flow name to start the test case with. Format: `projects//locations//agents//
|
|
11854
11852
|
# flows/`. Only one of `flow` and `page` should be set to indicate the starting
|
|
11855
|
-
# point of the test case. If
|
|
11856
|
-
#
|
|
11857
|
-
# start flow.
|
|
11853
|
+
# point of the test case. If neither is set, the test case will start with start
|
|
11854
|
+
# page on the default start flow.
|
|
11858
11855
|
# Corresponds to the JSON property `flow`
|
|
11859
11856
|
# @return [String]
|
|
11860
11857
|
attr_accessor :flow
|
|
11861
11858
|
|
|
11862
11859
|
# The page to start the test case with. Format: `projects//locations//agents//
|
|
11863
11860
|
# flows//pages/`. Only one of `flow` and `page` should be set to indicate the
|
|
11864
|
-
# starting point of the test case. If
|
|
11865
|
-
#
|
|
11866
|
-
# default start flow.
|
|
11861
|
+
# starting point of the test case. If neither is set, the test case will start
|
|
11862
|
+
# with start page on the default start flow.
|
|
11867
11863
|
# Corresponds to the JSON property `page`
|
|
11868
11864
|
# @return [String]
|
|
11869
11865
|
attr_accessor :page
|
|
@@ -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.88.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240617"
|
|
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.88.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: 2024-06-
|
|
11
|
+
date: 2024-06-27 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_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.88.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|