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: 910978ccc4dfca06523354cc78a3022185269035e497a78a681d8f607b6b211b
4
- data.tar.gz: c2cc30675e953027efca90e2ea85f6e2df56aadfaa5b9c9e6db26dd7e5db7717
3
+ metadata.gz: 4935fb08ff096710e9ac14777851b81e195fde078fb9f58da1217a114fba2abf
4
+ data.tar.gz: f696b223956a6c5d12bde8dee5e426f930e9f7d92ed7374d9ffc3221291120f4
5
5
  SHA512:
6
- metadata.gz: 737b8e192a67d89f39657a40be3183b14a44df9f243be53e3af4e51e6d8946b31efd1b89dea7178ea7824e972bb0864998cddf64ed66316eda00bbb7c8bd41e1
7
- data.tar.gz: 995544a6eafb9f9225caf93561ea21f344bf1295db69de91982b98a77874ed3bf748bec9f47a2b6a60ff99cd88daa9baeb8f29041c25715bbee78374b60ab021
6
+ metadata.gz: 2f66f6736c0ed4e12b6758470261c3a639ca3262ea0c995efc7c1811c766e566b9e2cb3bac2bbd1f94dc7d1e8eb2098899f9420495ea49c0121c0fe3db7bec52
7
+ data.tar.gz: 0f1a6a849e4855309799f30ca63571131da72e7ad4d1ac534f66358c5ef86d192ac3f3a02644a4c7531a10c1457c11336da98a1850c686ee0b4f6ef7f0efa571
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.34.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220411
6
+
3
7
  ### v0.33.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::DialogflowV3beta1::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
@@ -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 tag used by the webhook to identify which fulfillment is being called.
4956
- # This field is required if `webhook` is specified.
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 agent.
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 Agent. The display name can be no longer than 30 characters.
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 tag used to identify which fulfillment is being called.
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.33.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 = "20220404"
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 overwite any existing ones. The provided ID
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.33.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 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.33.0
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: []