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: 0b018c99ec123396d350673263c9dd8163c0f0ab2bb5a96a275b503b36347392
4
- data.tar.gz: a39ac8491b1952362d71a3922e425b86e16123b3816b376b8c8ae71769d47373
3
+ metadata.gz: 17ce76c0f07eed586f2d79b3393b9c7e47dc294654c0712ac083d782f1e87f16
4
+ data.tar.gz: 7736eae914900bc5bdd64ffcbe651e199f42828afa262c383e1f75c58db3123d
5
5
  SHA512:
6
- metadata.gz: 325a5f6a24a86d631eac60b8aa05c5839d28e4e1c0b9a973ac2a89660309f2634143a4b6c3661e07c11c90f2ec4ff61db7ffd65ab5eec8e852894472edfa1632
7
- data.tar.gz: 7ded7a96c2423cd4419f6cde23d74d93babfe6b0c208b0c8330b4421830e5f9abc3850922d08fde568929a31ff81ce1d0f5cae1a94a9497ba63866ed840cb06f
6
+ metadata.gz: 9ab72ea9b9ef9e46d08d9720f84df7700a2e85213c97d392851d9952cf58a18372e1680fd0ae8dd88888522ee3f06031b89348034f18bb3d094f93e4b40a1644
7
+ data.tar.gz: 35b1260845349fe16417ad6569f329b7b37a729ad920d86d6b200943573766a5ede374943fb120ea9422a2f67786861a21eb580ec36a94d4b799925d12d37168
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.32.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220411
6
+
3
7
  ### v0.31.0 (2022-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220404
@@ -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 tag used by the webhook to identify which fulfillment is being called.
2201
- # This field is required if `webhook` is specified.
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 agent.
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 Agent. The display name can be no longer than 30 characters.
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 tag used to identify which fulfillment is being called.
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 tag used by the webhook to identify which fulfillment is being called.
7233
- # This field is required if `webhook` is specified.
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 agent.
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 tag used to identify which fulfillment is being called.
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.31.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 = "20220404"
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 overwite any existing ones. The provided ID
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.31.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 00:00:00.000000000 Z
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.31.0
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: []