google-apis-dialogflow_v2 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: 2df12b77c38ebf7b27dfdc566bcec9a4743a48f4524e971b733d5f4f1eab6b4c
|
|
4
|
+
data.tar.gz: 775590f0ff1ae0138ea2f25374c4ab72e0eb56ef6e674244b7b834998399cbdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db75d4dfc3db63c46abea76dcf49e2a30de46364077e9cfdf51064b6f77a61eed2643f8d2ce1fc6dd423676d0cc44e74b96faf37b6bcc59529753f940c05d2a
|
|
7
|
+
data.tar.gz: 73376f1b8aa79a3211a34c55b7cb4e1aa318137ec26ff3ef3b2c671183b005598be45f481a14150c45d0b6187507db62bb55a7f9acdc1131b0ee9e7919daf0cc
|
data/CHANGELOG.md
CHANGED
|
@@ -7997,6 +7997,18 @@ module Google
|
|
|
7997
7997
|
# @return [String]
|
|
7998
7998
|
attr_accessor :confirmation_requirement
|
|
7999
7999
|
|
|
8000
|
+
#
|
|
8001
|
+
# Corresponds to the JSON property `proactiveEnabled`
|
|
8002
|
+
# @return [Boolean]
|
|
8003
|
+
attr_accessor :proactive_enabled
|
|
8004
|
+
alias_method :proactive_enabled?, :proactive_enabled
|
|
8005
|
+
|
|
8006
|
+
#
|
|
8007
|
+
# Corresponds to the JSON property `reactiveEnabled`
|
|
8008
|
+
# @return [Boolean]
|
|
8009
|
+
attr_accessor :reactive_enabled
|
|
8010
|
+
alias_method :reactive_enabled?, :reactive_enabled
|
|
8011
|
+
|
|
8000
8012
|
def initialize(**args)
|
|
8001
8013
|
update!(**args)
|
|
8002
8014
|
end
|
|
@@ -8005,6 +8017,8 @@ module Google
|
|
|
8005
8017
|
def update!(**args)
|
|
8006
8018
|
@ces_app = args[:ces_app] if args.key?(:ces_app)
|
|
8007
8019
|
@confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
|
|
8020
|
+
@proactive_enabled = args[:proactive_enabled] if args.key?(:proactive_enabled)
|
|
8021
|
+
@reactive_enabled = args[:reactive_enabled] if args.key?(:reactive_enabled)
|
|
8008
8022
|
end
|
|
8009
8023
|
end
|
|
8010
8024
|
|
|
@@ -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.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
|
|
@@ -6626,6 +6626,8 @@ module Google
|
|
|
6626
6626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6627
6627
|
property :ces_app, as: 'cesApp'
|
|
6628
6628
|
property :confirmation_requirement, as: 'confirmationRequirement'
|
|
6629
|
+
property :proactive_enabled, as: 'proactiveEnabled'
|
|
6630
|
+
property :reactive_enabled, as: 'reactiveEnabled'
|
|
6629
6631
|
end
|
|
6630
6632
|
end
|
|
6631
6633
|
|
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.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_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.123.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:
|