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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +2 -1
- 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: 3f52f0f08827a9931d38d11893c8b3a3611cc012e7a1a09c90a8255f23f4454b
|
4
|
+
data.tar.gz: 2059d266a5f0f89319c5dc31105616858faeae0f7a260a768c30ec751984fd0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66a41a8fed1e29af74f33171eed1a848055e20f51c541777fd65ed3a9fd2d9352d1c9e7d24da2a2719cf788e212707472caa581205fd177c31ac174a9f05761
|
7
|
+
data.tar.gz: c103594c5f3b00a5f5805efd759a54b05d452f98ebd68e6f6f712ea055ed0859126786e583c0ac35859a361dd35a9b26f514cce5a7747a232d52c73521740a0f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|