google-apis-dialogflow_v3beta1 0.35.0 → 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37aad27e9e82ee30db98e512e95b144e153476abea3c063d216337b6cb6a1cb0
|
|
4
|
+
data.tar.gz: 5c989b29eb0f0a9a5546625a0788aaf56d3b482473f595dfb59222bd3ec9d57a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 790a1cf5e53c6f3302ca3fe583d4004566d4bfa903a0d1d26fb1974d637a98dd0ba3afa9fef399e5e644ee2f0e642a1f2d37c261af37a3fa57b4ba7501320eb6
|
|
7
|
+
data.tar.gz: 0f1449f99113779a7f6d95949851b4f988e1765c20f23b52ca28962257ecd01fe97deb9fe3ebaa7569c927bf0d2da5919318cc79eb8d7616d7fbb0565c2c6cb6
|
data/CHANGELOG.md
CHANGED
|
@@ -6766,8 +6766,17 @@ module Google
|
|
|
6766
6766
|
attr_accessor :current_page
|
|
6767
6767
|
|
|
6768
6768
|
# The free-form diagnostic info. For example, this field could contain webhook
|
|
6769
|
-
# call latency. The
|
|
6770
|
-
#
|
|
6769
|
+
# call latency. The fields of this data can change without notice, so you should
|
|
6770
|
+
# not write code that depends on its structure. One of the fields is called "
|
|
6771
|
+
# Alternative Matched Intents", which may aid with debugging. The following
|
|
6772
|
+
# describes these intent results: - The list is empty if no intent was matched
|
|
6773
|
+
# to end-user input. - Only intents that are referenced in the currently active
|
|
6774
|
+
# flow are included. - The matched intent is included. - Other intents that
|
|
6775
|
+
# could have matched end-user input, but did not match because they are
|
|
6776
|
+
# referenced by intent routes that are out of [scope](https://cloud.google.com/
|
|
6777
|
+
# dialogflow/cx/docs/concept/handler#scope), are included. - Other intents
|
|
6778
|
+
# referenced by intent routes in scope that matched end-user input, but had a
|
|
6779
|
+
# lower confidence score.
|
|
6771
6780
|
# Corresponds to the JSON property `diagnosticInfo`
|
|
6772
6781
|
# @return [Hash<String,Object>]
|
|
6773
6782
|
attr_accessor :diagnostic_info
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.36.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_v3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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_v3beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.36.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: []
|