google-apis-dialogflow_v3 0.33.0 → 0.34.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 +11 -2
- 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: 939256479732ec8abf4300cfb7168109ef87b1910551f7c741c3751742c2b4b7
|
4
|
+
data.tar.gz: 7c9ae7a1e4009368c2cf3a884c1b6ae93fdc34c96bc6dff999701dead8902a00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20ae97bd9438008c449893632c30db8102b33a482029e1ce78f5352b3e3bb8187b2ade767b58e952b6d0edb67bc87493aea40fe7a6a48e4656858e83b7927f7c
|
7
|
+
data.tar.gz: a2fd6b2722ad309e5ffc34acfbf502917541c62dd2e3d929474b8dbd7cecc46d85898f1d3d88362282e841760316fac9b5353a2bfb5dd5b1475a4d903b548e52
|
data/CHANGELOG.md
CHANGED
@@ -4005,8 +4005,17 @@ module Google
|
|
4005
4005
|
attr_accessor :current_page
|
4006
4006
|
|
4007
4007
|
# The free-form diagnostic info. For example, this field could contain webhook
|
4008
|
-
# call latency. The
|
4009
|
-
#
|
4008
|
+
# call latency. The fields of this data can change without notice, so you should
|
4009
|
+
# not write code that depends on its structure. One of the fields is called "
|
4010
|
+
# Alternative Matched Intents", which may aid with debugging. The following
|
4011
|
+
# describes these intent results: - The list is empty if no intent was matched
|
4012
|
+
# to end-user input. - Only intents that are referenced in the currently active
|
4013
|
+
# flow are included. - The matched intent is included. - Other intents that
|
4014
|
+
# could have matched end-user input, but did not match because they are
|
4015
|
+
# referenced by intent routes that are out of [scope](https://cloud.google.com/
|
4016
|
+
# dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
|
4017
|
+
# referenced by intent routes in scope that matched end-user input, but had a
|
4018
|
+
# lower confidence score.
|
4010
4019
|
# Corresponds to the JSON property `diagnosticInfo`
|
4011
4020
|
# @return [Hash<String,Object>]
|
4012
4021
|
attr_accessor :diagnostic_info
|
@@ -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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220502"
|
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.34.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: 2022-05-
|
11
|
+
date: 2022-05-09 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.34.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: []
|