google-apis-dialogflow_v2 0.35.0 → 0.36.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: 29b38582931120ea2e34c2a1137e15237eb7842c80274acac1941e7518526ac4
4
- data.tar.gz: dcc243e750f720040a0e06cf26d3295d2117d6be75a5dbfe2af9599cb951bd59
3
+ metadata.gz: 3df6d475f672d7f81b7466fe3e9516ae3e8ad94fb4e4b7171d14b97d131afaee
4
+ data.tar.gz: 4dd97db21ae8783125200ad1d9842ab14cf4efa9eb18c8b1658da896f0bebdbf
5
5
  SHA512:
6
- metadata.gz: e900393494953079f4cb3799454b83f1f75f75697e46738f3abb5cc16e463addcabb5b7cc6cd81f828e0a36e80039cb2594b62f0743c71a9f9bcc1652a15c244
7
- data.tar.gz: 3de08a8e3eb64ff42349ab3f52c12244b24ee031c73415ac8129825f788b46c17223c1ffc54a29aaa498862361e33a77d966cbfcb9b50a6b3fb7a92f3f145785
6
+ metadata.gz: b859991083833278099585a9558f04c0ee3722e327482ee4edbda0ec32a38aae330a9f6b5507a859e6c1d298ff4009bc29cb46890605b15a9d37ffa72f126423
7
+ data.tar.gz: 9312893b34fe338f80fb256bb807b3a7675e11e0edff6bb20d6e91ff1957f67cd9d0bd951bf16f5c23089bd96c14b192a7d8113732e87a44fbe87eb1997fa642
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.36.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220411
6
+
3
7
  ### v0.35.0 (2022-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220404
@@ -873,8 +873,11 @@ module Google
873
873
  # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>]
874
874
  attr_accessor :set_parameter_actions
875
875
 
876
- # The tag used by the webhook to identify which fulfillment is being called.
877
- # This field is required if `webhook` is specified.
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 agent.
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 tag used to identify which fulfillment is being called.
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
@@ -3628,8 +3634,11 @@ module Google
3628
3634
  # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>]
3629
3635
  attr_accessor :set_parameter_actions
3630
3636
 
3631
- # The tag used by the webhook to identify which fulfillment is being called.
3632
- # This field is required if `webhook` is specified.
3637
+ # The value of this field will be populated in the WebhookRequest `
3638
+ # fulfillmentInfo.tag` field by Dialogflow when the associated webhook is called.
3639
+ # The tag is typically used by the webhook service to identify which
3640
+ # fulfillment is being called, but it could be used for other purposes. This
3641
+ # field is required if `webhook` is specified.
3633
3642
  # Corresponds to the JSON property `tag`
3634
3643
  # @return [String]
3635
3644
  attr_accessor :tag
@@ -4191,7 +4200,7 @@ module Google
4191
4200
  class GoogleCloudDialogflowCxV3beta1Page
4192
4201
  include Google::Apis::Core::Hashable
4193
4202
 
4194
- # Required. The human-readable name of the page, unique within the agent.
4203
+ # Required. The human-readable name of the page, unique within the flow.
4195
4204
  # Corresponds to the JSON property `displayName`
4196
4205
  # @return [String]
4197
4206
  attr_accessor :display_name
@@ -5347,7 +5356,10 @@ module Google
5347
5356
  class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
5348
5357
  include Google::Apis::Core::Hashable
5349
5358
 
5350
- # Always present. The tag used to identify which fulfillment is being called.
5359
+ # Always present. The value of the Fulfillment.tag field will be populated in
5360
+ # this field by Dialogflow when the associated webhook is called. The tag is
5361
+ # typically used by the webhook service to identify which fulfillment is being
5362
+ # called, but it could be used for other purposes.
5351
5363
  # Corresponds to the JSON property `tag`
5352
5364
  # @return [String]
5353
5365
  attr_accessor :tag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []