google-apis-dialogflow_v3 0.93.0 → 0.94.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96d7b8695a4be97a5b83490f5156e38f79d68e9174ba01fdc966f87f4bcc5749
4
- data.tar.gz: e14f2affb995693dc0b12787c26e175d0a9fca825319ab9436e26854c52381b7
3
+ metadata.gz: c125a2e971f7aaffaeb73930e601468eac13642bb0e957ceecd9152df618c57a
4
+ data.tar.gz: 567075eff3bfa9143fc1526f9d8acbfa011f506087e1f828f9db4df6874e1251
5
5
  SHA512:
6
- metadata.gz: 23366e3797b567e60d7514c5da0bd1a02249162bd523ff6086bcb61e92d86b038183341ae6528f86eaab3a9532cf356406eaffcdffe4a85a88e2d183a0beabef
7
- data.tar.gz: 69b1a2f0b87580819c90fa2616c395e1d39fcfc1b683054f4c80791596d2777c846a1b1a544e9efa88d2f1523e7fb67c95a02ba1d2f32e5e6f5771b308622c03
6
+ metadata.gz: 962000f8ec6ed8196019bbce11ac77518877677912d25d0c2aae638d184fe2ef2208127ebf0a6b66a2970745bff1d8665a0bad1bda5f4471fd12e247f6a22c98
7
+ data.tar.gz: fc08f2f142400cdec648cbb558efd175276fd5ca0ababc3434aa19f322d23da695f548711517a610ab36f6663aad4501d25a9f612f64bb0078bf26c1e695ffa3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.94.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240828
6
+
3
7
  ### v0.93.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240822
@@ -2157,7 +2157,9 @@ module Google
2157
2157
  class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
2158
2158
  include Google::Apis::Core::Hashable
2159
2159
 
2160
- # Required. Format: projects//locations//agents//flows//versions/.
2160
+ # Required. Both flow and playbook versions are supported. Format for flow
2161
+ # version: projects//locations//agents//flows//versions/. Format for playbook
2162
+ # version: projects//locations//agents//playbooks//versions/.
2161
2163
  # Corresponds to the JSON property `version`
2162
2164
  # @return [String]
2163
2165
  attr_accessor :version
@@ -9566,7 +9568,9 @@ module Google
9566
9568
  class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
9567
9569
  include Google::Apis::Core::Hashable
9568
9570
 
9569
- # Required. Format: projects//locations//agents//flows//versions/.
9571
+ # Required. Both flow and playbook versions are supported. Format for flow
9572
+ # version: projects//locations//agents//flows//versions/. Format for playbook
9573
+ # version: projects//locations//agents//playbooks//versions/.
9570
9574
  # Corresponds to the JSON property `version`
9571
9575
  # @return [String]
9572
9576
  attr_accessor :version
@@ -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.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240822"
25
+ REVISION = "20240828"
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.93.0
4
+ version: 0.94.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-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.93.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.94.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: []