google-apis-dialogflow_v2 0.103.0 → 0.105.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: f3cac2c9ca19a07e7185ab4a5b181592e3787a9738c2cb686efe273659432a1e
|
4
|
+
data.tar.gz: 9f2cafa0ae1988132d19cfb7b6d7da9d587b2032c477a199fc565aa298eea27d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f499a51e667a598ffeb238fc1637fac2741820a7ca720c8d1efdc75aa2b63e450e44f4df7d5102f0303f4b4fae249983ccf33ee4c329c05d92eb41ee133b198
|
7
|
+
data.tar.gz: 48eeb2e176b9404cd4ae2666268b139fd7a0eaecae31672777bbdf78e0856dbbbcea4e6c02ec8591b756f25b95bb851ab20906e65c1d59687c991dd97c9fd2a4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
2
2
|
|
3
|
+
### v0.105.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250602
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.104.0 (2025-05-11)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250508
|
11
|
+
|
3
12
|
### v0.103.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -748,9 +748,10 @@ module Google
|
|
748
748
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
749
749
|
include Google::Apis::Core::Hashable
|
750
750
|
|
751
|
-
# Required.
|
751
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
752
752
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
753
|
-
# version: projects//locations//agents//playbooks//versions/.
|
753
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
754
|
+
# version: projects//locations//agents//tools//versions/.
|
754
755
|
# Corresponds to the JSON property `version`
|
755
756
|
# @return [String]
|
756
757
|
attr_accessor :version
|
@@ -4634,9 +4635,10 @@ module Google
|
|
4634
4635
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
4635
4636
|
include Google::Apis::Core::Hashable
|
4636
4637
|
|
4637
|
-
# Required.
|
4638
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
4638
4639
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
4639
|
-
# version: projects//locations//agents//playbooks//versions/.
|
4640
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
4641
|
+
# version: projects//locations//agents//tools//versions/.
|
4640
4642
|
# Corresponds to the JSON property `version`
|
4641
4643
|
# @return [String]
|
4642
4644
|
attr_accessor :version
|
@@ -11057,6 +11059,15 @@ module Google
|
|
11057
11059
|
# @return [String]
|
11058
11060
|
attr_accessor :generator_name
|
11059
11061
|
|
11062
|
+
# Optional. Name of the CX SecuritySettings which is used to redact generated
|
11063
|
+
# response. If this field is empty, try to fetch v2 security_settings, which is
|
11064
|
+
# a project level setting. If this field is empty and no v2 security_settings
|
11065
|
+
# set up in this project, no redaction will be done. Format: `projects//
|
11066
|
+
# locations//securitySettings/`.
|
11067
|
+
# Corresponds to the JSON property `securitySettings`
|
11068
|
+
# @return [String]
|
11069
|
+
attr_accessor :security_settings
|
11070
|
+
|
11060
11071
|
# Optional. A list of trigger events. Generator will be triggered only if it's
|
11061
11072
|
# trigger event is included here.
|
11062
11073
|
# Corresponds to the JSON property `triggerEvents`
|
@@ -11073,6 +11084,7 @@ module Google
|
|
11073
11084
|
@conversation_context = args[:conversation_context] if args.key?(:conversation_context)
|
11074
11085
|
@generator = args[:generator] if args.key?(:generator)
|
11075
11086
|
@generator_name = args[:generator_name] if args.key?(:generator_name)
|
11087
|
+
@security_settings = args[:security_settings] if args.key?(:security_settings)
|
11076
11088
|
@trigger_events = args[:trigger_events] if args.key?(:trigger_events)
|
11077
11089
|
end
|
11078
11090
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.105.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250602"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6542,6 +6542,7 @@ module Google
|
|
6542
6542
|
property :generator, as: 'generator', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Generator, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Generator::Representation
|
6543
6543
|
|
6544
6544
|
property :generator_name, as: 'generatorName'
|
6545
|
+
property :security_settings, as: 'securitySettings'
|
6545
6546
|
collection :trigger_events, as: 'triggerEvents'
|
6546
6547
|
end
|
6547
6548
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.105.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_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.105.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dialogflow API V2
|
79
79
|
test_files: []
|