google-apis-dialogflow_v3 0.95.0 → 0.96.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: aebeb497f399bebcae31e44d2075810d39394093e35427ff2dd1b4ab5a3cb23e
|
|
4
|
+
data.tar.gz: 8c921b877f16c1b2aec54e9037b632cf1712410c1a3761f596ad4e543476481e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03ea3024e3f58b0c93b48ee5ec0fbdb53dc73a39eff39ee53c9229403aa597b52b7e2d154e163dcea5ab00168175f971be0958478cee2f2773962e2e6e937578
|
|
7
|
+
data.tar.gz: d83062f8698c3ec09204fc9f885476a3200a86167cb821a80931588688f6c8db3f400817d39be85779c14648ae1980af077831f047b84a2968ba6c6e4618f924
|
data/CHANGELOG.md
CHANGED
|
@@ -13006,6 +13006,20 @@ module Google
|
|
|
13006
13006
|
# @return [String]
|
|
13007
13007
|
attr_accessor :name
|
|
13008
13008
|
|
|
13009
|
+
# Output only. A read only boolean field reflecting Zone Isolation status of the
|
|
13010
|
+
# model.
|
|
13011
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
13012
|
+
# @return [Boolean]
|
|
13013
|
+
attr_accessor :satisfies_pzi
|
|
13014
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
13015
|
+
|
|
13016
|
+
# Output only. A read only boolean field reflecting Zone Separation status of
|
|
13017
|
+
# the model.
|
|
13018
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
13019
|
+
# @return [Boolean]
|
|
13020
|
+
attr_accessor :satisfies_pzs
|
|
13021
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
13022
|
+
|
|
13009
13023
|
# Metadata for smart reply models.
|
|
13010
13024
|
# Corresponds to the JSON property `smartReplyModelMetadata`
|
|
13011
13025
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata]
|
|
@@ -13029,6 +13043,8 @@ module Google
|
|
|
13029
13043
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
13030
13044
|
@language_code = args[:language_code] if args.key?(:language_code)
|
|
13031
13045
|
@name = args[:name] if args.key?(:name)
|
|
13046
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
13047
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
13032
13048
|
@smart_reply_model_metadata = args[:smart_reply_model_metadata] if args.key?(:smart_reply_model_metadata)
|
|
13033
13049
|
@state = args[:state] if args.key?(:state)
|
|
13034
13050
|
end
|
|
@@ -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.96.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 = "20240924"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -6732,6 +6732,8 @@ module Google
|
|
|
6732
6732
|
property :display_name, as: 'displayName'
|
|
6733
6733
|
property :language_code, as: 'languageCode'
|
|
6734
6734
|
property :name, as: 'name'
|
|
6735
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
6736
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
6735
6737
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
|
6736
6738
|
|
|
6737
6739
|
property :state, as: 'state'
|
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.96.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-29 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.96.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: []
|