google-apis-dialogflow_v3 0.31.0 → 0.32.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: 17ce76c0f07eed586f2d79b3393b9c7e47dc294654c0712ac083d782f1e87f16
|
|
4
|
+
data.tar.gz: 7736eae914900bc5bdd64ffcbe651e199f42828afa262c383e1f75c58db3123d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ab72ea9b9ef9e46d08d9720f84df7700a2e85213c97d392851d9952cf58a18372e1680fd0ae8dd88888522ee3f06031b89348034f18bb3d094f93e4b40a1644
|
|
7
|
+
data.tar.gz: 35b1260845349fe16417ad6569f329b7b37a729ad920d86d6b200943573766a5ede374943fb120ea9422a2f67786861a21eb580ec36a94d4b799925d12d37168
|
data/CHANGELOG.md
CHANGED
|
@@ -1888,7 +1888,7 @@ module Google
|
|
|
1888
1888
|
# saying "help" or "can I talk to a human?", which can be handled in a common
|
|
1889
1889
|
# way regardless of the current page. Transition routes defined in the page have
|
|
1890
1890
|
# higher priority than those defined in the flow. TransitionRoutes are evalauted
|
|
1891
|
-
# in the following order: * TransitionRoutes with intent specified
|
|
1891
|
+
# in the following order: * TransitionRoutes with intent specified. *
|
|
1892
1892
|
# TransitionRoutes with only condition specified. TransitionRoutes with intent
|
|
1893
1893
|
# specified are inherited by pages in the flow.
|
|
1894
1894
|
# Corresponds to the JSON property `transitionRoutes`
|
|
@@ -2197,8 +2197,11 @@ module Google
|
|
|
2197
2197
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>]
|
|
2198
2198
|
attr_accessor :set_parameter_actions
|
|
2199
2199
|
|
|
2200
|
-
# The
|
|
2201
|
-
#
|
|
2200
|
+
# The value of this field will be populated in the WebhookRequest `
|
|
2201
|
+
# fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
|
|
2202
|
+
# The tag is typically used by the webhook service to identify which
|
|
2203
|
+
# fulfillment is being called, but it could be used for other purposes. This
|
|
2204
|
+
# field is required if `webhook` is specified.
|
|
2202
2205
|
# Corresponds to the JSON property `tag`
|
|
2203
2206
|
# @return [String]
|
|
2204
2207
|
attr_accessor :tag
|
|
@@ -3624,7 +3627,7 @@ module Google
|
|
|
3624
3627
|
class GoogleCloudDialogflowCxV3Page
|
|
3625
3628
|
include Google::Apis::Core::Hashable
|
|
3626
3629
|
|
|
3627
|
-
# Required. The human-readable name of the page, unique within the
|
|
3630
|
+
# Required. The human-readable name of the page, unique within the flow.
|
|
3628
3631
|
# Corresponds to the JSON property `displayName`
|
|
3629
3632
|
# @return [String]
|
|
3630
3633
|
attr_accessor :display_name
|
|
@@ -5568,7 +5571,7 @@ module Google
|
|
|
5568
5571
|
include Google::Apis::Core::Hashable
|
|
5569
5572
|
|
|
5570
5573
|
# Required. The human-readable name of the transition route group, unique within
|
|
5571
|
-
# the
|
|
5574
|
+
# the flow. The display name can be no longer than 30 characters.
|
|
5572
5575
|
# Corresponds to the JSON property `displayName`
|
|
5573
5576
|
# @return [String]
|
|
5574
5577
|
attr_accessor :display_name
|
|
@@ -6164,7 +6167,10 @@ module Google
|
|
|
6164
6167
|
class GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
|
|
6165
6168
|
include Google::Apis::Core::Hashable
|
|
6166
6169
|
|
|
6167
|
-
# Always present. The
|
|
6170
|
+
# Always present. The value of the Fulfillment.tag field will be populated in
|
|
6171
|
+
# this field by Dialogflow when the associated webhook is called. The tag is
|
|
6172
|
+
# typically used by the webhook service to identify which fulfillment is being
|
|
6173
|
+
# called, but it could be used for other purposes.
|
|
6168
6174
|
# Corresponds to the JSON property `tag`
|
|
6169
6175
|
# @return [String]
|
|
6170
6176
|
attr_accessor :tag
|
|
@@ -7229,8 +7235,11 @@ module Google
|
|
|
7229
7235
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>]
|
|
7230
7236
|
attr_accessor :set_parameter_actions
|
|
7231
7237
|
|
|
7232
|
-
# The
|
|
7233
|
-
#
|
|
7238
|
+
# The value of this field will be populated in the WebhookRequest `
|
|
7239
|
+
# fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
|
|
7240
|
+
# The tag is typically used by the webhook service to identify which
|
|
7241
|
+
# fulfillment is being called, but it could be used for other purposes. This
|
|
7242
|
+
# field is required if `webhook` is specified.
|
|
7234
7243
|
# Corresponds to the JSON property `tag`
|
|
7235
7244
|
# @return [String]
|
|
7236
7245
|
attr_accessor :tag
|
|
@@ -7792,7 +7801,7 @@ module Google
|
|
|
7792
7801
|
class GoogleCloudDialogflowCxV3beta1Page
|
|
7793
7802
|
include Google::Apis::Core::Hashable
|
|
7794
7803
|
|
|
7795
|
-
# Required. The human-readable name of the page, unique within the
|
|
7804
|
+
# Required. The human-readable name of the page, unique within the flow.
|
|
7796
7805
|
# Corresponds to the JSON property `displayName`
|
|
7797
7806
|
# @return [String]
|
|
7798
7807
|
attr_accessor :display_name
|
|
@@ -8948,7 +8957,10 @@ module Google
|
|
|
8948
8957
|
class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
|
|
8949
8958
|
include Google::Apis::Core::Hashable
|
|
8950
8959
|
|
|
8951
|
-
# Always present. The
|
|
8960
|
+
# Always present. The value of the Fulfillment.tag field will be populated in
|
|
8961
|
+
# this field by Dialogflow when the associated webhook is called. The tag is
|
|
8962
|
+
# typically used by the webhook service to identify which fulfillment is being
|
|
8963
|
+
# called, but it could be used for other purposes.
|
|
8952
8964
|
# Corresponds to the JSON property `tag`
|
|
8953
8965
|
# @return [String]
|
|
8954
8966
|
attr_accessor :tag
|
|
@@ -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.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220411"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3553,7 +3553,7 @@ module Google
|
|
|
3553
3553
|
end
|
|
3554
3554
|
|
|
3555
3555
|
# Imports the test cases from a Cloud Storage bucket or a local file. It always
|
|
3556
|
-
# creates new test cases and won't
|
|
3556
|
+
# creates new test cases and won't overwrite any existing ones. The provided ID
|
|
3557
3557
|
# in the imported test case is neglected. This method is a [long-running
|
|
3558
3558
|
# operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-
|
|
3559
3559
|
# operation). The returned `Operation` type has the following method-specific
|
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.32.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-04-
|
|
11
|
+
date: 2022-04-18 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.32.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: []
|