google-apis-dialogflow_v3 0.101.0 → 0.102.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: 2e95f6d68e89084be8b71422ef336831dccf0c101a3b489ee00276e7c3af1493
4
- data.tar.gz: 4c3db5e3a41cb61d169095d76db8bee9d65c79953f9d6147dfcf4a7b1f6ff7fc
3
+ metadata.gz: bfdfda5dd760b370aac1620cbed5f4f6ecbdd78f3bf355a2d6e9b1e42a50d3b7
4
+ data.tar.gz: 36b2cc4ee62bfcbc2086d96243f6810af2d260d41d373d70674f081e3723937e
5
5
  SHA512:
6
- metadata.gz: e80940a39ef39778cd6f52848bcd74137b8e095bd6b47866a09b037d3e2da2999379a731f18f01952d9691be4e3dbc61ec498377465cc63dd0175486dcee2387
7
- data.tar.gz: 1cb6f2c149f1a84af3c296c293a724ed1db73320ace17027270e3cc35ceeb5d50b5eb00b0165571a061f7f51010f12f248930633f023c2429fd1337cb7bfb70a
6
+ metadata.gz: b49b05d7e6e978efdf74c5132c11a4b845abca016e9d53744b3f3352d28da369c46575558bac5ec2d08aff5bab78f285c69308dc2a3bc3c348914900806c5878
7
+ data.tar.gz: ef9a37c80a1b59fe897c31846ba6c287337dc0d62e70029fd48996dd0229af5fd998ff868704b37138c36107c095f52f5672ecaef4719d7c6f8d2398b237c2f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.102.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.101.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241216
@@ -300,6 +300,20 @@ module Google
300
300
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings]
301
301
  attr_accessor :personalization_settings
302
302
 
303
+ # Optional. Output only. A read only boolean field reflecting Zone Isolation
304
+ # status of the agent.
305
+ # Corresponds to the JSON property `satisfiesPzi`
306
+ # @return [Boolean]
307
+ attr_accessor :satisfies_pzi
308
+ alias_method :satisfies_pzi?, :satisfies_pzi
309
+
310
+ # Optional. Output only. A read only boolean field reflecting Zone Separation
311
+ # status of the agent.
312
+ # Corresponds to the JSON property `satisfiesPzs`
313
+ # @return [Boolean]
314
+ attr_accessor :satisfies_pzs
315
+ alias_method :satisfies_pzs?, :satisfies_pzs
316
+
303
317
  # Name of the SecuritySettings reference for the agent. Format: `projects//
304
318
  # locations//securitySettings/`.
305
319
  # Corresponds to the JSON property `securitySettings`
@@ -356,6 +370,8 @@ module Google
356
370
  @locked = args[:locked] if args.key?(:locked)
357
371
  @name = args[:name] if args.key?(:name)
358
372
  @personalization_settings = args[:personalization_settings] if args.key?(:personalization_settings)
373
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
374
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
359
375
  @security_settings = args[:security_settings] if args.key?(:security_settings)
360
376
  @speech_to_text_settings = args[:speech_to_text_settings] if args.key?(:speech_to_text_settings)
361
377
  @start_flow = args[:start_flow] if args.key?(:start_flow)
@@ -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.101.0"
19
+ GEM_VERSION = "0.102.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241216"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
@@ -3342,6 +3342,8 @@ module Google
3342
3342
  property :name, as: 'name'
3343
3343
  property :personalization_settings, as: 'personalizationSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings::Representation
3344
3344
 
3345
+ property :satisfies_pzi, as: 'satisfiesPzi'
3346
+ property :satisfies_pzs, as: 'satisfiesPzs'
3345
3347
  property :security_settings, as: 'securitySettings'
3346
3348
  property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings::Representation
3347
3349
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.101.0
4
+ version: 0.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.101.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.102.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Dialogflow API V3
82
79
  test_files: []