google-apis-dialogflow_v3beta1 0.41.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18979339d6c577b57e7ac83a997dbb053034c62f887760527b022d102aaf3856
|
4
|
+
data.tar.gz: 2f8a24c1a4fd095975cfac719971b1dc4a91ecc204daabdbe48fe2aa5396707e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ce766b651cc1d160fd51f4f25b0b6252020eb06408c2dfb9c6775fdb63744e7fb4dc413fa46c24923ceeec8be7df359f47e50f59d99e02aa81428c1ce6f8542
|
7
|
+
data.tar.gz: 304574e62562a6038e76eb36b8b02609af50803326b946e814370e0a4b47a262a0509db6ec4c824fff156b1c7895f6e202adcca0231a38532096de2f1728426f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2022-07-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220706
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.41.0 (2022-06-30)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -2952,6 +2952,11 @@ module Google
|
|
2952
2952
|
|
2953
2953
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
2954
2954
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
2955
|
+
# Overriding occurs at the sub-setting level. For example, the
|
2956
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
2957
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
2958
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
2959
|
+
# settings set at different levels define DTMF detections running in parallel.
|
2955
2960
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
2956
2961
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
2957
2962
|
include Google::Apis::Core::Hashable
|
@@ -3008,6 +3013,11 @@ module Google
|
|
3008
3013
|
|
3009
3014
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
3010
3015
|
# Settings exposed at lower level overrides the settings exposed at higher level.
|
3016
|
+
# Overriding occurs at the sub-setting level. For example, the
|
3017
|
+
# playback_interruption_settings at fulfillment level only overrides the
|
3018
|
+
# playback_interruption_settings at the agent level, leaving other settings at
|
3019
|
+
# the agent level unchanged. DTMF settings does not override each other. DTMF
|
3020
|
+
# settings set at different levels define DTMF detections running in parallel.
|
3011
3021
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
3012
3022
|
# Corresponds to the JSON property `advancedSettings`
|
3013
3023
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.42.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_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|