google-apis-dialogflow_v3 0.94.0 → 0.95.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: c125a2e971f7aaffaeb73930e601468eac13642bb0e957ceecd9152df618c57a
4
- data.tar.gz: 567075eff3bfa9143fc1526f9d8acbfa011f506087e1f828f9db4df6874e1251
3
+ metadata.gz: 3f52f0f08827a9931d38d11893c8b3a3611cc012e7a1a09c90a8255f23f4454b
4
+ data.tar.gz: 2059d266a5f0f89319c5dc31105616858faeae0f7a260a768c30ec751984fd0a
5
5
  SHA512:
6
- metadata.gz: 962000f8ec6ed8196019bbce11ac77518877677912d25d0c2aae638d184fe2ef2208127ebf0a6b66a2970745bff1d8665a0bad1bda5f4471fd12e247f6a22c98
7
- data.tar.gz: fc08f2f142400cdec648cbb558efd175276fd5ca0ababc3434aa19f322d23da695f548711517a610ab36f6663aad4501d25a9f612f64bb0078bf26c1e695ffa3
6
+ metadata.gz: f66a41a8fed1e29af74f33171eed1a848055e20f51c541777fd65ed3a9fd2d9352d1c9e7d24da2a2719cf788e212707472caa581205fd177c31ac174a9f05761
7
+ data.tar.gz: c103594c5f3b00a5f5805efd759a54b05d452f98ebd68e6f6f712ea055ed0859126786e583c0ac35859a361dd35a9b26f514cce5a7747a232d52c73521740a0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.95.0 (2024-09-08)
4
+
5
+ * Regenerated from discovery document revision 20240903
6
+
3
7
  ### v0.94.0 (2024-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20240828
@@ -5485,7 +5485,8 @@ module Google
5485
5485
  # classification threshold. If the returned score value is less than the
5486
5486
  # threshold value, then a no-match event will be triggered. The score values
5487
5487
  # range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.
5488
- # 0, the default of 0.3 is used.
5488
+ # 0, the default of 0.3 is used. You can set a separate classification threshold
5489
+ # for the flow in each language enabled for the agent.
5489
5490
  # Corresponds to the JSON property `classificationThreshold`
5490
5491
  # @return [Float]
5491
5492
  attr_accessor :classification_threshold
@@ -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.94.0"
19
+ GEM_VERSION = "0.95.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 = "20240828"
25
+ REVISION = "20240903"
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.94.0
4
+ version: 0.95.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-09-01 00:00:00.000000000 Z
11
+ date: 2024-09-15 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.94.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.95.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: []