google-apis-dialogflow_v2beta1 0.31.0 → 0.34.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: 3f0b95d7da2e7ea235bf4daa84837b02b423a26020f9bf5cc31c4e721c6ad1d5
4
- data.tar.gz: 751e2f7d14d90a37b83d04011ffd6ee9c38aea024c6bbdc359bb4d753adf1927
3
+ metadata.gz: 13c71bbdf4ac6e0f5557d8baaa4ac7b2e77c33eee72f03473261ab14f93f193b
4
+ data.tar.gz: 5769c201f45005848f095f9c222bca17ff200e89c55288a40f18f50d0046c7c7
5
5
  SHA512:
6
- metadata.gz: 9babc3668522f1d5a4a0938ce49e7537da7ce360661527e361f4076ac48267ca025df0710843c500e30c7200f3b8e4556b5054376b6e14ea89fda0021bc6d320
7
- data.tar.gz: 9937b50fa9319759ee6e4b25f795118e5715db48ac16c06182eeabe3cf20bc23d269c55dce27823370dbf84d094629b12cb9e7e010f7494b3fb7726633063c3c
6
+ metadata.gz: 4e45fac8c314ab49a5d2caa27646fd950b94c203ae5082ddf04a8287665d73e5f09a351d36d3df4e5fd6fc477174088979f9b51c128a9078b3375040c689949e
7
+ data.tar.gz: cb6e57fb0809f5f8e94bea025e1857de51dd4187f17b7fcb62023b5f47fe6fa9af3c08512555fd11ba1f2027aa3528e9dc745af17b360bfc49b63ae0d3761a2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.34.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220411
6
+
7
+ ### v0.33.0 (2022-04-06)
8
+
9
+ * Regenerated from discovery document revision 20220404
10
+
11
+ ### v0.32.0 (2022-03-31)
12
+
13
+ * Regenerated from discovery document revision 20220330
14
+
3
15
  ### v0.31.0 (2022-03-16)
4
16
 
5
17
  * Regenerated from discovery document revision 20220314
@@ -873,8 +873,11 @@ module Google
873
873
  # @return [Array<Google::Apis::DialogflowV2beta1::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::DialogflowV2beta1::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
@@ -16177,8 +16189,7 @@ module Google
16177
16189
  # A generic empty message that you can re-use to avoid defining duplicated empty
16178
16190
  # messages in your APIs. A typical example is to use it as the request or the
16179
16191
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
16180
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
16181
- # `Empty` is empty JSON object ````.
16192
+ # protobuf.Empty) returns (google.protobuf.Empty); `
16182
16193
  class GoogleProtobufEmpty
16183
16194
  include Google::Apis::Core::Hashable
16184
16195
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.31.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 = "20220314"
25
+ REVISION = "20220411"
26
26
  end
27
27
  end
28
28
  end
@@ -4667,8 +4667,8 @@ module Google
4667
4667
  # The resource that owns the locations collection, if applicable.
4668
4668
  # @param [String] filter
4669
4669
  # A filter to narrow down results to a preferred subset. The filtering language
4670
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
4671
- # AIP-160](https://google.aip.dev/160).
4670
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
4671
+ # in [AIP-160](https://google.aip.dev/160).
4672
4672
  # @param [Fixnum] page_size
4673
4673
  # The maximum number of results to return. If not set, the service selects a
4674
4674
  # default.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.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-03-21 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []