google-apis-dialogflow_v2beta1 0.101.0 → 0.103.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: 5356e210af8546deef77647bbdb5bbf2b65e034060e8986c719cb45cd778da8d
4
- data.tar.gz: 64390f3d68e6ba7dd771956923e6da950119dceb6096a1dadde7ba3da1f9bea9
3
+ metadata.gz: 1f6d6428f3fb6845578e92f85fc52cbd79f3ab9318342d354eb213671ac26dcb
4
+ data.tar.gz: e7b7470fe578243742c5ecfc42c8d9bbc0007724b75be6b2870cd3ac3f2dc7ec
5
5
  SHA512:
6
- metadata.gz: b400053d098971e48dd45938a30021162897060e9b30b80f061f61b891e8233f4e0314d552e1e4865153f7b4a055a6013f1e79f218d9329fb9b05a96abd35630
7
- data.tar.gz: 650a9c1a300a2972bf7ce1ab95faff9f71b91e2efae4e388c45f8637b415028b655dbfa97d38694d168e0897a7185ff3a0db099f2c733ce160261b1367307f5e
6
+ metadata.gz: 32437f2e026d9a34551f9ff977e9440942e95cfc11322de697790234f6fbfd4c8952a9c40da50a64c4445fc5ace36c47f0f7466bf7ad953cd6af6742168031b6
7
+ data.tar.gz: b36899c3b0c081c363361c72d8d3e41ddd37cfc254986e63b2ef6d3c2a84172ab0390178d177f7d957a513155381ad9c2faa545a18a7953df392ba7ec30aceb7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.103.0 (2025-05-11)
4
+
5
+ * Regenerated from discovery document revision 20250508
6
+
7
+ ### v0.102.0 (2025-05-04)
8
+
9
+ * Regenerated using generator version 0.17.0
10
+
3
11
  ### v0.101.0 (2025-04-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250422
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -14571,6 +14571,15 @@ module Google
14571
14571
  # @return [String]
14572
14572
  attr_accessor :generator_name
14573
14573
 
14574
+ # Optional. Name of the CX SecuritySettings which is used to redact generated
14575
+ # response. If this field is empty, try to fetch v2 security_settings, which is
14576
+ # a project level setting. If this field is empty and no v2 security_settings
14577
+ # set up in this project, no redaction will be done. Format: `projects//
14578
+ # locations//securitySettings/`.
14579
+ # Corresponds to the JSON property `securitySettings`
14580
+ # @return [String]
14581
+ attr_accessor :security_settings
14582
+
14574
14583
  # Optional. A list of trigger events. Generator will be triggered only if it's
14575
14584
  # trigger event is included here.
14576
14585
  # Corresponds to the JSON property `triggerEvents`
@@ -14587,6 +14596,7 @@ module Google
14587
14596
  @conversation_context = args[:conversation_context] if args.key?(:conversation_context)
14588
14597
  @generator = args[:generator] if args.key?(:generator)
14589
14598
  @generator_name = args[:generator_name] if args.key?(:generator_name)
14599
+ @security_settings = args[:security_settings] if args.key?(:security_settings)
14590
14600
  @trigger_events = args[:trigger_events] if args.key?(:trigger_events)
14591
14601
  end
14592
14602
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.101.0"
19
+ GEM_VERSION = "0.103.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250422"
25
+ REVISION = "20250508"
26
26
  end
27
27
  end
28
28
  end
@@ -7502,6 +7502,7 @@ module Google
7502
7502
  property :generator, as: 'generator', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Generator, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Generator::Representation
7503
7503
 
7504
7504
  property :generator_name, as: 'generatorName'
7505
+ property :security_settings, as: 'securitySettings'
7505
7506
  collection :trigger_events, as: 'triggerEvents'
7506
7507
  end
7507
7508
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.101.0
4
+ version: 0.103.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.101.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.103.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Dialogflow API V2beta1
79
79
  test_files: []