google-apis-dialogflow_v2beta1 0.102.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f6d6428f3fb6845578e92f85fc52cbd79f3ab9318342d354eb213671ac26dcb
|
4
|
+
data.tar.gz: e7b7470fe578243742c5ecfc42c8d9bbc0007724b75be6b2870cd3ac3f2dc7ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32437f2e026d9a34551f9ff977e9440942e95cfc11322de697790234f6fbfd4c8952a9c40da50a64c4445fc5ace36c47f0f7466bf7ad953cd6af6742168031b6
|
7
|
+
data.tar.gz: b36899c3b0c081c363361c72d8d3e41ddd37cfc254986e63b2ef6d3c2a84172ab0390178d177f7d957a513155381ad9c2faa545a18a7953df392ba7ec30aceb7
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.103.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.103.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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.
|
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:
|