google-apis-dialogflow_v2 0.40.0 → 0.41.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +18 -8
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ac7e6de5f02051b26e247e2e61dc2a58feb93262cc9f996c6f203f9db4e0c49
|
|
4
|
+
data.tar.gz: 35e96e79cbc290537af84def0171f8fa7222e2209e07c7221ac3d91d6a370b0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b28e6cc5921b81f261f393da424e07a729998992ed7d18de854d836a82a6fe439c07a1891eeb5327e9bdfc65a679891e8b83f7312eaee1c42f7040e1be50de0d
|
|
7
|
+
data.tar.gz: adbbc019094219ff5e2e3469a9b8e718bbdc0bc4fa26192d580ce442e2f0dc36cd626e31112480bbbd4ba736d7e3ab5326c63fd80a317e6281a688d425a692e8
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
4
|
+
version: 0.41.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-
|
|
11
|
+
date: 2022-06-27 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.41.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: []
|