google-apis-dialogflow_v2beta1 0.122.0 → 0.123.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: 40f403a68b9889b967cc48a877bd33de7e8b708f0b1151d3a789c543df3f77c0
|
|
4
|
+
data.tar.gz: 24faaee20ce87354d8a135ddafb8f17accbb09069388340e46fc0afef797bb33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 653b24a75526f7149da60c3ab547de05a23a47fa880cf066b4a77aaef08411d41ae50c7c131012028e6e734a88164b5981404f925a1c2063ec95a540acc76bb6
|
|
7
|
+
data.tar.gz: 077f779cac33adf5667a737e3ea2284d91b607afbbee277a2833e593684769841bdc2cc68a302a3aca2cd2ee401002c2dabeadc8bb1eaeb162d74f223ddd39f8
|
data/CHANGELOG.md
CHANGED
|
@@ -12100,6 +12100,18 @@ module Google
|
|
|
12100
12100
|
# @return [String]
|
|
12101
12101
|
attr_accessor :confirmation_requirement
|
|
12102
12102
|
|
|
12103
|
+
#
|
|
12104
|
+
# Corresponds to the JSON property `proactiveEnabled`
|
|
12105
|
+
# @return [Boolean]
|
|
12106
|
+
attr_accessor :proactive_enabled
|
|
12107
|
+
alias_method :proactive_enabled?, :proactive_enabled
|
|
12108
|
+
|
|
12109
|
+
#
|
|
12110
|
+
# Corresponds to the JSON property `reactiveEnabled`
|
|
12111
|
+
# @return [Boolean]
|
|
12112
|
+
attr_accessor :reactive_enabled
|
|
12113
|
+
alias_method :reactive_enabled?, :reactive_enabled
|
|
12114
|
+
|
|
12103
12115
|
def initialize(**args)
|
|
12104
12116
|
update!(**args)
|
|
12105
12117
|
end
|
|
@@ -12108,6 +12120,8 @@ module Google
|
|
|
12108
12120
|
def update!(**args)
|
|
12109
12121
|
@ces_app = args[:ces_app] if args.key?(:ces_app)
|
|
12110
12122
|
@confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
|
|
12123
|
+
@proactive_enabled = args[:proactive_enabled] if args.key?(:proactive_enabled)
|
|
12124
|
+
@reactive_enabled = args[:reactive_enabled] if args.key?(:reactive_enabled)
|
|
12111
12125
|
end
|
|
12112
12126
|
end
|
|
12113
12127
|
|
|
@@ -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.123.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260509"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -7867,6 +7867,8 @@ module Google
|
|
|
7867
7867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7868
7868
|
property :ces_app, as: 'cesApp'
|
|
7869
7869
|
property :confirmation_requirement, as: 'confirmationRequirement'
|
|
7870
|
+
property :proactive_enabled, as: 'proactiveEnabled'
|
|
7871
|
+
property :reactive_enabled, as: 'reactiveEnabled'
|
|
7870
7872
|
end
|
|
7871
7873
|
end
|
|
7872
7874
|
|
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.123.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.123.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:
|