google-apis-dialogflow_v2 0.60.0 → 0.61.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_v2/classes.rb +4 -2
- data/lib/google/apis/dialogflow_v2/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: 88eb92a4b6c3f3bb99f67f6ee839be36176e9e6b1d511b500605ae793bb26e06
|
4
|
+
data.tar.gz: 83d4294640027bf64e9333f9d48c01f8b3a5b07631dcf0f1f939eb5a32268374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee1d3252d42e088103df87c351119292f5ef02e22f81e03b993027204cb045c5f6e9bbc92e1ea9f08582f3f369284cefda206260a2f79d2e8af9cede42a5038c
|
7
|
+
data.tar.gz: ae09fdaa7a15bf55d8333fb9883306209ccbccd1e893e0fedb6cacf8a7a207495ad616448c0ca468424b0ca022e56e6091dacb2f6c70b20cc76e28faa13dedd3
|
data/CHANGELOG.md
CHANGED
@@ -2421,7 +2421,8 @@ module Google
|
|
2421
2421
|
class GoogleCloudDialogflowCxV3TestRunDifference
|
2422
2422
|
include Google::Apis::Core::Hashable
|
2423
2423
|
|
2424
|
-
# A description of the diff, showing the actual output vs
|
2424
|
+
# A human readable description of the diff, showing the actual output vs
|
2425
|
+
# expected output.
|
2425
2426
|
# Corresponds to the JSON property `description`
|
2426
2427
|
# @return [String]
|
2427
2428
|
attr_accessor :description
|
@@ -5497,7 +5498,8 @@ module Google
|
|
5497
5498
|
class GoogleCloudDialogflowCxV3beta1TestRunDifference
|
5498
5499
|
include Google::Apis::Core::Hashable
|
5499
5500
|
|
5500
|
-
# A description of the diff, showing the actual output vs
|
5501
|
+
# A human readable description of the diff, showing the actual output vs
|
5502
|
+
# expected output.
|
5501
5503
|
# Corresponds to the JSON property `description`
|
5502
5504
|
# @return [String]
|
5503
5505
|
attr_accessor :description
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230522"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.61.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: 2023-05-
|
11
|
+
date: 2023-05-28 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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|