google-apis-dialogflow_v3beta1 0.79.0 → 0.81.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: 05fe3ca310b6c97e3f740cea9bc33e721bc170729ca2023a6c9699adb74b65df
4
- data.tar.gz: d878e926d3e070b33a651a7088b41b39e4cfd55d3d41b61cc3594f8a330572da
3
+ metadata.gz: b9d67e3ce5d2f98ab995ca545c97e489c7382d042130fb8fb80f874ca206da8c
4
+ data.tar.gz: 955b7cbc9c60324e45670dd6240c54d83a64ca83127b7e3a941442a2f5e15a90
5
5
  SHA512:
6
- metadata.gz: e3dd39580b01602e26e08294639dde38a57136a724f3455685d7fccc24ae1cd13295e96df47f069bab6c3abb623317d85b9b88e115d405fc84e4fe8b62c84757
7
- data.tar.gz: d3e36ded4ebf071a6b7501687fd4f1f85215a17fe801fb45c66a579e17126a31565a3f64e22d94b928a2167a6ed010d471cefeda7ddefd9114dc0aa94b9cb46e
6
+ metadata.gz: d97bdff64d8e35a15a955d8bf539078dafd6137aa8418276a42ff6c0e29748bc164bcf01b10aab2beccf876facc3d2ee4f127e4f551cc4cb086836628ea6dece
7
+ data.tar.gz: 3004f38bba7483b381f1b6a43c580f4b9c30ef92fc1dffaf7b662b3e6c10381e00e6baee8a877e3a8167d7a15dfd349d07cfc7da0678c2699e797d8fb35b9637
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.81.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240219
6
+
7
+ ### v0.80.0 (2024-02-18)
8
+
9
+ * Regenerated from discovery document revision 20240215
10
+
3
11
  ### v0.79.0 (2024-02-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240131
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -4468,6 +4468,11 @@ module Google
4468
4468
  # @return [String]
4469
4469
  attr_accessor :display_name
4470
4470
 
4471
+ # The affected language code of the change.
4472
+ # Corresponds to the JSON property `languageCode`
4473
+ # @return [String]
4474
+ attr_accessor :language_code
4475
+
4471
4476
  # The unique identifier of the changelog. Format: `projects//locations//agents//
4472
4477
  # changelogs/`.
4473
4478
  # Corresponds to the JSON property `name`
@@ -4498,6 +4503,7 @@ module Google
4498
4503
  @action = args[:action] if args.key?(:action)
4499
4504
  @create_time = args[:create_time] if args.key?(:create_time)
4500
4505
  @display_name = args[:display_name] if args.key?(:display_name)
4506
+ @language_code = args[:language_code] if args.key?(:language_code)
4501
4507
  @name = args[:name] if args.key?(:name)
4502
4508
  @resource = args[:resource] if args.key?(:resource)
4503
4509
  @type = args[:type] if args.key?(:type)
@@ -9339,6 +9345,21 @@ module Google
9339
9345
  # @return [String]
9340
9346
  attr_accessor :trigger_intent
9341
9347
 
9348
+ # The list of webhook display names in the order of call sequence.
9349
+ # Corresponds to the JSON property `webhookDisplayNames`
9350
+ # @return [Array<String>]
9351
+ attr_accessor :webhook_display_names
9352
+
9353
+ # The list of webhook ids in the order of call sequence.
9354
+ # Corresponds to the JSON property `webhookIds`
9355
+ # @return [Array<String>]
9356
+ attr_accessor :webhook_ids
9357
+
9358
+ # The list of webhook latencies in the order of call sequence.
9359
+ # Corresponds to the JSON property `webhookLatencies`
9360
+ # @return [Array<String>]
9361
+ attr_accessor :webhook_latencies
9362
+
9342
9363
  # The list of webhook payload in WebhookResponse.payload, in the order of call
9343
9364
  # sequence. If some webhook call fails or doesn't return any payload, an empty `
9344
9365
  # Struct` would be used instead.
@@ -9351,6 +9372,11 @@ module Google
9351
9372
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleRpcStatus>]
9352
9373
  attr_accessor :webhook_statuses
9353
9374
 
9375
+ # The list of webhook tags in the order of call sequence.
9376
+ # Corresponds to the JSON property `webhookTags`
9377
+ # @return [Array<String>]
9378
+ attr_accessor :webhook_tags
9379
+
9354
9380
  def initialize(**args)
9355
9381
  update!(**args)
9356
9382
  end
@@ -9373,8 +9399,12 @@ module Google
9373
9399
  @transcript = args[:transcript] if args.key?(:transcript)
9374
9400
  @trigger_event = args[:trigger_event] if args.key?(:trigger_event)
9375
9401
  @trigger_intent = args[:trigger_intent] if args.key?(:trigger_intent)
9402
+ @webhook_display_names = args[:webhook_display_names] if args.key?(:webhook_display_names)
9403
+ @webhook_ids = args[:webhook_ids] if args.key?(:webhook_ids)
9404
+ @webhook_latencies = args[:webhook_latencies] if args.key?(:webhook_latencies)
9376
9405
  @webhook_payloads = args[:webhook_payloads] if args.key?(:webhook_payloads)
9377
9406
  @webhook_statuses = args[:webhook_statuses] if args.key?(:webhook_statuses)
9407
+ @webhook_tags = args[:webhook_tags] if args.key?(:webhook_tags)
9378
9408
  end
9379
9409
  end
9380
9410
 
@@ -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.79.0"
19
+ GEM_VERSION = "0.81.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240131"
25
+ REVISION = "20240219"
26
26
  end
27
27
  end
28
28
  end
@@ -4297,6 +4297,7 @@ module Google
4297
4297
  property :action, as: 'action'
4298
4298
  property :create_time, as: 'createTime'
4299
4299
  property :display_name, as: 'displayName'
4300
+ property :language_code, as: 'languageCode'
4300
4301
  property :name, as: 'name'
4301
4302
  property :resource, as: 'resource'
4302
4303
  property :type, as: 'type'
@@ -5601,9 +5602,13 @@ module Google
5601
5602
  property :transcript, as: 'transcript'
5602
5603
  property :trigger_event, as: 'triggerEvent'
5603
5604
  property :trigger_intent, as: 'triggerIntent'
5605
+ collection :webhook_display_names, as: 'webhookDisplayNames'
5606
+ collection :webhook_ids, as: 'webhookIds'
5607
+ collection :webhook_latencies, as: 'webhookLatencies'
5604
5608
  collection :webhook_payloads, as: 'webhookPayloads'
5605
5609
  collection :webhook_statuses, as: 'webhookStatuses', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
5606
5610
 
5611
+ collection :webhook_tags, as: 'webhookTags'
5607
5612
  end
5608
5613
  end
5609
5614
 
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.79.0
4
+ version: 0.81.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: 2024-02-11 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.81.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V3beta1