google-apis-dialogflow_v3 0.38.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +10 -0
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a3b7724847c844a7b2a70cbaabec1d314e3c9599eafa8cbcd0585be6c195225
|
4
|
+
data.tar.gz: a55b13711ed20eb76a2ed5b35dca1340570c26734a79a45ce84dcfd9e11c5093
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b3b9059ba28c11be394f358cfcbd12170a0b6814c7276371277aefb858ded3b7199a4f790d302446693fd54cd644ce1d3fbaa03c9f852e9d3b0c82467c46c29
|
7
|
+
data.tar.gz: 576f8020830a47b6af6be4cf8e29043291c5e86af6448ab4887da48e63eadafa4f94d23740dd7b9d9a370ecf0ce01e130e1f8bd462684497ad2df21996aa0c68
|
data/CHANGELOG.md
CHANGED
@@ -24,6 +24,11 @@ module Google
|
|
24
24
|
|
25
25
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
26
26
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
27
|
+
# Overriding occurs at the sub-setting level. For example, the
|
28
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
29
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
30
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
31
|
+
# settings set at different levels define DTMF detections running in parallel.
|
27
32
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
28
33
|
class GoogleCloudDialogflowCxV3AdvancedSettings
|
29
34
|
include Google::Apis::Core::Hashable
|
@@ -80,6 +85,11 @@ module Google
|
|
80
85
|
|
81
86
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
82
87
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
88
|
+
# Overriding occurs at the sub-setting level. For example, the
|
89
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
90
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
91
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
92
|
+
# settings set at different levels define DTMF detections running in parallel.
|
83
93
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
84
94
|
# Corresponds to the JSON property `advancedSettings`
|
85
95
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220706"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.39.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|