google-apis-dialogflow_v3beta1 0.33.0 → 0.34.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: 4935fb08ff096710e9ac14777851b81e195fde078fb9f58da1217a114fba2abf
|
|
4
|
+
data.tar.gz: f696b223956a6c5d12bde8dee5e426f930e9f7d92ed7374d9ffc3221291120f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f66f6736c0ed4e12b6758470261c3a639ca3262ea0c995efc7c1811c766e566b9e2cb3bac2bbd1f94dc7d1e8eb2098899f9420495ea49c0121c0fe3db7bec52
|
|
7
|
+
data.tar.gz: 0f1a6a849e4855309799f30ca63571131da72e7ad4d1ac534f66358c5ef86d192ac3f3a02644a4c7531a10c1457c11336da98a1850c686ee0b4f6ef7f0efa571
|
data/CHANGELOG.md
CHANGED
|
@@ -873,8 +873,11 @@ module Google
|
|
|
873
873
|
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>]
|
|
874
874
|
attr_accessor :set_parameter_actions
|
|
875
875
|
|
|
876
|
-
# The
|
|
877
|
-
#
|
|
876
|
+
# The value of this field will be populated in the WebhookRequest `
|
|
877
|
+
# fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
|
|
878
|
+
# The tag is typically used by the webhook service to identify which
|
|
879
|
+
# fulfillment is being called, but it could be used for other purposes. This
|
|
880
|
+
# field is required if `webhook` is specified.
|
|
878
881
|
# Corresponds to the JSON property `tag`
|
|
879
882
|
# @return [String]
|
|
880
883
|
attr_accessor :tag
|
|
@@ -1436,7 +1439,7 @@ module Google
|
|
|
1436
1439
|
class GoogleCloudDialogflowCxV3Page
|
|
1437
1440
|
include Google::Apis::Core::Hashable
|
|
1438
1441
|
|
|
1439
|
-
# Required. The human-readable name of the page, unique within the
|
|
1442
|
+
# Required. The human-readable name of the page, unique within the flow.
|
|
1440
1443
|
# Corresponds to the JSON property `displayName`
|
|
1441
1444
|
# @return [String]
|
|
1442
1445
|
attr_accessor :display_name
|
|
@@ -2592,7 +2595,10 @@ module Google
|
|
|
2592
2595
|
class GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
|
|
2593
2596
|
include Google::Apis::Core::Hashable
|
|
2594
2597
|
|
|
2595
|
-
# Always present. The
|
|
2598
|
+
# Always present. The value of the Fulfillment.tag field will be populated in
|
|
2599
|
+
# this field by Dialogflow when the associated webhook is called. The tag is
|
|
2600
|
+
# typically used by the webhook service to identify which fulfillment is being
|
|
2601
|
+
# called, but it could be used for other purposes.
|
|
2596
2602
|
# Corresponds to the JSON property `tag`
|
|
2597
2603
|
# @return [String]
|
|
2598
2604
|
attr_accessor :tag
|
|
@@ -4643,7 +4649,7 @@ module Google
|
|
|
4643
4649
|
# saying "help" or "can I talk to a human?", which can be handled in a common
|
|
4644
4650
|
# way regardless of the current page. Transition routes defined in the page have
|
|
4645
4651
|
# higher priority than those defined in the flow. TransitionRoutes are evalauted
|
|
4646
|
-
# in the following order: * TransitionRoutes with intent specified
|
|
4652
|
+
# in the following order: * TransitionRoutes with intent specified. *
|
|
4647
4653
|
# TransitionRoutes with only condition specified. TransitionRoutes with intent
|
|
4648
4654
|
# specified are inherited by pages in the flow.
|
|
4649
4655
|
# Corresponds to the JSON property `transitionRoutes`
|
|
@@ -4952,8 +4958,11 @@ module Google
|
|
|
4952
4958
|
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>]
|
|
4953
4959
|
attr_accessor :set_parameter_actions
|
|
4954
4960
|
|
|
4955
|
-
# The
|
|
4956
|
-
#
|
|
4961
|
+
# The value of this field will be populated in the WebhookRequest `
|
|
4962
|
+
# fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
|
|
4963
|
+
# The tag is typically used by the webhook service to identify which
|
|
4964
|
+
# fulfillment is being called, but it could be used for other purposes. This
|
|
4965
|
+
# field is required if `webhook` is specified.
|
|
4957
4966
|
# Corresponds to the JSON property `tag`
|
|
4958
4967
|
# @return [String]
|
|
4959
4968
|
attr_accessor :tag
|
|
@@ -6379,7 +6388,7 @@ module Google
|
|
|
6379
6388
|
class GoogleCloudDialogflowCxV3beta1Page
|
|
6380
6389
|
include Google::Apis::Core::Hashable
|
|
6381
6390
|
|
|
6382
|
-
# Required. The human-readable name of the page, unique within the
|
|
6391
|
+
# Required. The human-readable name of the page, unique within the flow.
|
|
6383
6392
|
# Corresponds to the JSON property `displayName`
|
|
6384
6393
|
# @return [String]
|
|
6385
6394
|
attr_accessor :display_name
|
|
@@ -8323,7 +8332,7 @@ module Google
|
|
|
8323
8332
|
include Google::Apis::Core::Hashable
|
|
8324
8333
|
|
|
8325
8334
|
# Required. The human-readable name of the transition route group, unique within
|
|
8326
|
-
# the
|
|
8335
|
+
# the flow. The display name can be no longer than 30 characters.
|
|
8327
8336
|
# Corresponds to the JSON property `displayName`
|
|
8328
8337
|
# @return [String]
|
|
8329
8338
|
attr_accessor :display_name
|
|
@@ -8919,7 +8928,10 @@ module Google
|
|
|
8919
8928
|
class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
|
|
8920
8929
|
include Google::Apis::Core::Hashable
|
|
8921
8930
|
|
|
8922
|
-
# Always present. The
|
|
8931
|
+
# Always present. The value of the Fulfillment.tag field will be populated in
|
|
8932
|
+
# this field by Dialogflow when the associated webhook is called. The tag is
|
|
8933
|
+
# typically used by the webhook service to identify which fulfillment is being
|
|
8934
|
+
# called, but it could be used for other purposes.
|
|
8923
8935
|
# Corresponds to the JSON property `tag`
|
|
8924
8936
|
# @return [String]
|
|
8925
8937
|
attr_accessor :tag
|
|
@@ -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.34.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
|
|
@@ -3545,7 +3545,7 @@ module Google
|
|
|
3545
3545
|
end
|
|
3546
3546
|
|
|
3547
3547
|
# Imports the test cases from a Cloud Storage bucket or a local file. It always
|
|
3548
|
-
# creates new test cases and won't
|
|
3548
|
+
# creates new test cases and won't overwrite any existing ones. The provided ID
|
|
3549
3549
|
# in the imported test case is neglected. This method is a [long-running
|
|
3550
3550
|
# operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-
|
|
3551
3551
|
# 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_v3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.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_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.34.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: []
|