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: 3f52f0f08827a9931d38d11893c8b3a3611cc012e7a1a09c90a8255f23f4454b
4
- data.tar.gz: 2059d266a5f0f89319c5dc31105616858faeae0f7a260a768c30ec751984fd0a
3
+ metadata.gz: aebeb497f399bebcae31e44d2075810d39394093e35427ff2dd1b4ab5a3cb23e
4
+ data.tar.gz: 8c921b877f16c1b2aec54e9037b632cf1712410c1a3761f596ad4e543476481e
5
5
  SHA512:
6
- metadata.gz: f66a41a8fed1e29af74f33171eed1a848055e20f51c541777fd65ed3a9fd2d9352d1c9e7d24da2a2719cf788e212707472caa581205fd177c31ac174a9f05761
7
- data.tar.gz: c103594c5f3b00a5f5805efd759a54b05d452f98ebd68e6f6f712ea055ed0859126786e583c0ac35859a361dd35a9b26f514cce5a7747a232d52c73521740a0f
6
+ metadata.gz: 03ea3024e3f58b0c93b48ee5ec0fbdb53dc73a39eff39ee53c9229403aa597b52b7e2d154e163dcea5ab00168175f971be0958478cee2f2773962e2e6e937578
7
+ data.tar.gz: d83062f8698c3ec09204fc9f885476a3200a86167cb821a80931588688f6c8db3f400817d39be85779c14648ae1980af077831f047b84a2968ba6c6e4618f924
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.96.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240924
6
+
3
7
  ### v0.95.0 (2024-09-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20240903
@@ -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.95.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 = "20240903"
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.95.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-15 00:00:00.000000000 Z
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.95.0
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: []