google-apis-dialogflow_v3beta1 0.39.0 → 0.42.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 +13 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +20 -4
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- metadata +5 -5
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,18 @@
|
|
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
|
+
|
8
|
+
### v0.41.0 (2022-06-30)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
|
12
|
+
### v0.40.0 (2022-06-23)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220616
|
15
|
+
|
3
16
|
### v0.39.0 (2022-06-19)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.7.0
|
@@ -2630,7 +2630,9 @@ module Google
|
|
2630
2630
|
end
|
2631
2631
|
|
2632
2632
|
# The request message for a webhook call. The request is sent as a JSON object
|
2633
|
-
# and the field names will be presented in camel cases.
|
2633
|
+
# and the field names will be presented in camel cases. You may see undocumented
|
2634
|
+
# fields in an actual request. These fields are used internally by Dialogflow
|
2635
|
+
# and should be ignored.
|
2634
2636
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
2635
2637
|
include Google::Apis::Core::Hashable
|
2636
2638
|
|
@@ -2950,6 +2952,11 @@ module Google
|
|
2950
2952
|
|
2951
2953
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
2952
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.
|
2953
2960
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
2954
2961
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettings
|
2955
2962
|
include Google::Apis::Core::Hashable
|
@@ -3006,6 +3013,11 @@ module Google
|
|
3006
3013
|
|
3007
3014
|
# Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.
|
3008
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.
|
3009
3021
|
# Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
3010
3022
|
# Corresponds to the JSON property `advancedSettings`
|
3011
3023
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
|
@@ -9074,7 +9086,9 @@ module Google
|
|
9074
9086
|
end
|
9075
9087
|
|
9076
9088
|
# The request message for a webhook call. The request is sent as a JSON object
|
9077
|
-
# and the field names will be presented in camel cases.
|
9089
|
+
# and the field names will be presented in camel cases. You may see undocumented
|
9090
|
+
# fields in an actual request. These fields are used internally by Dialogflow
|
9091
|
+
# and should be ignored.
|
9078
9092
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
9079
9093
|
include Google::Apis::Core::Hashable
|
9080
9094
|
|
@@ -11742,7 +11756,8 @@ module Google
|
|
11742
11756
|
alias_method :all_required_params_present?, :all_required_params_present
|
11743
11757
|
|
11744
11758
|
# Indicates whether the conversational query triggers a cancellation for slot
|
11745
|
-
# filling.
|
11759
|
+
# filling. For more information, see the [cancel slot filling documentation](
|
11760
|
+
# https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
|
11746
11761
|
# Corresponds to the JSON property `cancelsSlotFilling`
|
11747
11762
|
# @return [Boolean]
|
11748
11763
|
attr_accessor :cancels_slot_filling
|
@@ -14951,7 +14966,8 @@ module Google
|
|
14951
14966
|
alias_method :all_required_params_present?, :all_required_params_present
|
14952
14967
|
|
14953
14968
|
# Indicates whether the conversational query triggers a cancellation for slot
|
14954
|
-
# filling.
|
14969
|
+
# filling. For more information, see the [cancel slot filling documentation](
|
14970
|
+
# https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
|
14955
14971
|
# Corresponds to the JSON property `cancelsSlotFilling`
|
14956
14972
|
# @return [Boolean]
|
14957
14973
|
attr_accessor :cancels_slot_filling
|
@@ -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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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: []
|