google-apis-dialogflow_v3beta1 0.87.0 → 0.88.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: c20f7574596d0ef7fce52549c70e88b2173171e2abb88bc421c7c1017e4afdaf
4
- data.tar.gz: 016bf022cc1b8235733b568021fa9d01c7e62c5e26c6d84d55347ff14389765c
3
+ metadata.gz: fc7dd9ab81602fff955d9555844662a6985ec8676ea30d7764a8c1fc1fd445d5
4
+ data.tar.gz: 63566100faeb444b0aac6b9197a3a27f6d4b0f0de0c650bd14d861c588485e1f
5
5
  SHA512:
6
- metadata.gz: ad276537ab7ae640d2980da2c68f5ca40660f7aaa983f97a8400ac3deb541843c679e283d31ca16f8bc9ba1cb010d59d1e76493ff5c0b99ba570a12d076783ef
7
- data.tar.gz: b3d9342491b4735615b97e7e50d1d98becae4e9abad5e0536545029c9e0eead6da35d1c6a4042cdfb990a59ba8b512b6a30a9239af8054a0a4e838867b45018e
6
+ metadata.gz: a52c0c339f4b5dc11aa55e1aeff09a2dc6bb31381463f14a1430b36c568ec39aa1efd0280eabee7f1d6704852f16ada9b55e792958610de4e6ee524711b5439b
7
+ data.tar.gz: f888765d2939166e4d868324af89ef35ba4d003fd601883e030d40155ee52f300e962ad16463692a302d1a9a3ae10c2e322ba840f6e6e06d154b195f37a6c413
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.88.0 (2024-06-26)
4
+
5
+ * Regenerated from discovery document revision 20240617
6
+
3
7
  ### v0.87.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240603
@@ -3051,18 +3051,16 @@ module Google
3051
3051
 
3052
3052
  # Flow name to start the test case with. Format: `projects//locations//agents//
3053
3053
  # flows/`. Only one of `flow` and `page` should be set to indicate the starting
3054
- # point of the test case. If both are set, `page` takes precedence over `flow`.
3055
- # If neither is set, the test case will start with start page on the default
3056
- # start flow.
3054
+ # point of the test case. If neither is set, the test case will start with start
3055
+ # page on the default start flow.
3057
3056
  # Corresponds to the JSON property `flow`
3058
3057
  # @return [String]
3059
3058
  attr_accessor :flow
3060
3059
 
3061
3060
  # The page to start the test case with. Format: `projects//locations//agents//
3062
3061
  # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
3063
- # starting point of the test case. If both are set, `page` takes precedence over
3064
- # `flow`. If neither is set, the test case will start with start page on the
3065
- # default start flow.
3062
+ # starting point of the test case. If neither is set, the test case will start
3063
+ # with start page on the default start flow.
3066
3064
  # Corresponds to the JSON property `page`
3067
3065
  # @return [String]
3068
3066
  attr_accessor :page
@@ -12505,18 +12503,16 @@ module Google
12505
12503
 
12506
12504
  # Flow name to start the test case with. Format: `projects//locations//agents//
12507
12505
  # flows/`. Only one of `flow` and `page` should be set to indicate the starting
12508
- # point of the test case. If both are set, `page` takes precedence over `flow`.
12509
- # If neither is set, the test case will start with start page on the default
12510
- # start flow.
12506
+ # point of the test case. If neither is set, the test case will start with start
12507
+ # page on the default start flow.
12511
12508
  # Corresponds to the JSON property `flow`
12512
12509
  # @return [String]
12513
12510
  attr_accessor :flow
12514
12511
 
12515
12512
  # The page to start the test case with. Format: `projects//locations//agents//
12516
12513
  # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
12517
- # starting point of the test case. If both are set, `page` takes precedence over
12518
- # `flow`. If neither is set, the test case will start with start page on the
12519
- # default start flow.
12514
+ # starting point of the test case. If neither is set, the test case will start
12515
+ # with start page on the default start flow.
12520
12516
  # Corresponds to the JSON property `page`
12521
12517
  # @return [String]
12522
12518
  attr_accessor :page
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.87.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 = "20240603"
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_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.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-09 00:00:00.000000000 Z
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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.88.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []