google-cloud-dialogflow 0.9.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d221a442b7c8c91b4387f3600bf713834cf5bcdb4ec0d6065120b0af88d69083
|
|
4
|
+
data.tar.gz: c38f6449d50352375c6c1aa6c5006f52314f01e2797db8771c1cb40757dce9ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c69c2590f88467efd5a491d6c8a778bac15787ad8d3bc943c2be48aaed1500b560150af1c429d1f7687959b68af7c68a68496f310a2385ea6373ef20fcf2d78
|
|
7
|
+
data.tar.gz: 82a452b2a8fda6d56cd9e3a6aa97ca8169f79a60e6f11bf4239fc57d92e89713e2e0bb301173099de1f615f96ee05283730ff4331fc7569fd9b3ad5304d5a4f2
|
|
@@ -35,10 +35,13 @@ module Google
|
|
|
35
35
|
# @!attribute [rw] priority
|
|
36
36
|
# @return [Integer]
|
|
37
37
|
# Optional. The priority of this intent. Higher numbers represent higher
|
|
38
|
-
# priorities.
|
|
39
|
-
# priority 500000.
|
|
38
|
+
# priorities.
|
|
40
39
|
#
|
|
41
|
-
#
|
|
40
|
+
# * If the supplied value is unspecified or 0, the service
|
|
41
|
+
# translates the value to 500,000, which corresponds to the
|
|
42
|
+
# `Normal` priority in the console.
|
|
43
|
+
# * If the supplied value is negative, the intent is ignored
|
|
44
|
+
# in runtime detect intent requests.
|
|
42
45
|
# @!attribute [rw] is_fallback
|
|
43
46
|
# @return [true, false]
|
|
44
47
|
# Optional. Indicates whether this is a fallback intent.
|
|
@@ -401,6 +404,9 @@ module Google
|
|
|
401
404
|
# @!attribute [rw] items
|
|
402
405
|
# @return [Array<Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>]
|
|
403
406
|
# Required. List items.
|
|
407
|
+
# @!attribute [rw] subtitle
|
|
408
|
+
# @return [String]
|
|
409
|
+
# Optional. Subtitle of the list.
|
|
404
410
|
class ListSelect
|
|
405
411
|
# An item in the list.
|
|
406
412
|
# @!attribute [rw] info
|
|
@@ -135,6 +135,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
135
135
|
add_message "google.cloud.dialogflow.v2.Intent.Message.ListSelect" do
|
|
136
136
|
optional :title, :string, 1
|
|
137
137
|
repeated :items, :message, 2, "google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item"
|
|
138
|
+
optional :subtitle, :string, 3
|
|
138
139
|
end
|
|
139
140
|
add_message "google.cloud.dialogflow.v2.Intent.Message.ListSelect.Item" do
|
|
140
141
|
optional :info, :message, 1, "google.cloud.dialogflow.v2.Intent.Message.SelectItemInfo"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dialogflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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: 2019-
|
|
11
|
+
date: 2019-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -44,6 +44,26 @@ dependencies:
|
|
|
44
44
|
- - "<"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '2.0'
|
|
47
|
+
- !ruby/object:Gem::Dependency
|
|
48
|
+
name: googleapis-common-protos-types
|
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 1.0.4
|
|
54
|
+
- - "<"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '2.0'
|
|
57
|
+
type: :runtime
|
|
58
|
+
prerelease: false
|
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
60
|
+
requirements:
|
|
61
|
+
- - ">="
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: 1.0.4
|
|
64
|
+
- - "<"
|
|
65
|
+
- !ruby/object:Gem::Version
|
|
66
|
+
version: '2.0'
|
|
47
67
|
- !ruby/object:Gem::Dependency
|
|
48
68
|
name: minitest
|
|
49
69
|
requirement: !ruby/object:Gem::Requirement
|