google-apis-dialogflow_v2 0.39.0 → 0.42.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: 1f6087ec0dab4e8219027c8e9b608b75e43256750899295da0fd626b84c05d75
4
- data.tar.gz: 4516fa0bdcdb2853fb61bafce417ea56ebfa2f0795d9c60a61c8e5220892104f
3
+ metadata.gz: 4724b0ba680884d324dd705b03c48e56696eef6da1e2eb9f39ff4a956451e880
4
+ data.tar.gz: 378596ff62328d93977977b262109ea8abc8d8174b173e0d8f019396c0326915
5
5
  SHA512:
6
- metadata.gz: 9c38efd7b93246a12622b6368f82d813b2e29c7a029eccea2f87c02f989be0b1a7354d1d19edab6933a5b89384a5cad7a0aafe35a6aededa96ae3ba63ee6ea67
7
- data.tar.gz: 0d72c7de4e7cdf3f15cdb1ab178f5b865786d2257319d69a7ac52a21105ef95d170469e5e00f099ccd498b6a9f03839612e35abd7be1fcb47fe474488e7cd882
6
+ metadata.gz: 426c958494f3ee453ef59de32001d631075261b3f7670b3c183cfa158e9e41a44a37aaae9193f404624032a70808f03cd8e660b252540a8e9fc8bcc187ae7d35
7
+ data.tar.gz: d923c392647274afd13711a1a2a0c88c86b8b9c011153290ef7b3c3caa6b5d17ef39fb8ab074997ee971417db4ba378fb8a2fb8c6291b5bcd31de5f2ad920310
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.42.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.41.0 (2022-06-23)
8
+
9
+ * Regenerated from discovery document revision 20220616
10
+
11
+ ### v0.40.0 (2022-06-18)
12
+
13
+ * Regenerated using generator version 0.7.0
14
+
3
15
  ### v0.39.0 (2022-06-04)
4
16
 
5
17
  * Regenerated using generator version 0.5.0
@@ -2630,7 +2630,9 @@ module Google
2630
2630
  end
2631
2631
 
2632
2632
  # The request message for a webhook call. The request is sent as a JSON object
2633
- # and the field names will be presented in camel cases.
2633
+ # and the field names will be presented in camel cases. You may see undocumented
2634
+ # fields in an actual request. These fields are used internally by Dialogflow
2635
+ # and should be ignored.
2634
2636
  class GoogleCloudDialogflowCxV3WebhookRequest
2635
2637
  include Google::Apis::Core::Hashable
2636
2638
 
@@ -5556,7 +5558,9 @@ module Google
5556
5558
  end
5557
5559
 
5558
5560
  # The request message for a webhook call. The request is sent as a JSON object
5559
- # and the field names will be presented in camel cases.
5561
+ # and the field names will be presented in camel cases. You may see undocumented
5562
+ # fields in an actual request. These fields are used internally by Dialogflow
5563
+ # and should be ignored.
5560
5564
  class GoogleCloudDialogflowCxV3beta1WebhookRequest
5561
5565
  include Google::Apis::Core::Hashable
5562
5566
 
@@ -6092,7 +6096,8 @@ module Google
6092
6096
  # @return [String]
6093
6097
  attr_accessor :request_id
6094
6098
 
6095
- # Represents the natural language text to be processed.
6099
+ # ============================================================================
6100
+ # Auxiliary proto messages. Represents the natural language text to be processed.
6096
6101
  # Corresponds to the JSON property `textInput`
6097
6102
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
6098
6103
  attr_accessor :text_input
@@ -11430,7 +11435,8 @@ module Google
11430
11435
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput]
11431
11436
  attr_accessor :event
11432
11437
 
11433
- # Represents the natural language text to be processed.
11438
+ # ============================================================================
11439
+ # Auxiliary proto messages. Represents the natural language text to be processed.
11434
11440
  # Corresponds to the JSON property `text`
11435
11441
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
11436
11442
  attr_accessor :text
@@ -11546,7 +11552,8 @@ module Google
11546
11552
  alias_method :all_required_params_present?, :all_required_params_present
11547
11553
 
11548
11554
  # Indicates whether the conversational query triggers a cancellation for slot
11549
- # filling.
11555
+ # filling. For more information, see the [cancel slot filling documentation](
11556
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
11550
11557
  # Corresponds to the JSON property `cancelsSlotFilling`
11551
11558
  # @return [Boolean]
11552
11559
  attr_accessor :cancels_slot_filling
@@ -12287,7 +12294,8 @@ module Google
12287
12294
  # @return [Fixnum]
12288
12295
  attr_accessor :context_size
12289
12296
 
12290
- # Represents the natural language text to be processed.
12297
+ # ============================================================================
12298
+ # Auxiliary proto messages. Represents the natural language text to be processed.
12291
12299
  # Corresponds to the JSON property `currentTextInput`
12292
12300
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
12293
12301
  attr_accessor :current_text_input
@@ -12469,7 +12477,8 @@ module Google
12469
12477
  end
12470
12478
  end
12471
12479
 
12472
- # Represents the natural language text to be processed.
12480
+ # ============================================================================
12481
+ # Auxiliary proto messages. Represents the natural language text to be processed.
12473
12482
  class GoogleCloudDialogflowV2TextInput
12474
12483
  include Google::Apis::Core::Hashable
12475
12484
 
@@ -15439,7 +15448,8 @@ module Google
15439
15448
  alias_method :all_required_params_present?, :all_required_params_present
15440
15449
 
15441
15450
  # Indicates whether the conversational query triggers a cancellation for slot
15442
- # filling.
15451
+ # filling. For more information, see the [cancel slot filling documentation](
15452
+ # https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
15443
15453
  # Corresponds to the JSON property `cancelsSlotFilling`
15444
15454
  # @return [Boolean]
15445
15455
  attr_accessor :cancels_slot_filling
@@ -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.39.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
25
+ REVISION = "20220616"
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.39.0
4
+ version: 0.42.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.42.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: []