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: 863b6295e41d316831e7e2dfb005949ecd691d4dfa931fc5439fe6382b703e02
4
- data.tar.gz: 88b236479e55d6e031a28d96a784d99bd6ea14cdc62908e2ec188e10bd191c47
3
+ metadata.gz: d221a442b7c8c91b4387f3600bf713834cf5bcdb4ec0d6065120b0af88d69083
4
+ data.tar.gz: c38f6449d50352375c6c1aa6c5006f52314f01e2797db8771c1cb40757dce9ac
5
5
  SHA512:
6
- metadata.gz: 286fadc8742d5d9700d0c915e148b97306aeae7530eb3a2cfd241b63cbd35ee749bfd7f34e60abf8c47e4099b32ad00c8aebed846977512c90df935dedebc835
7
- data.tar.gz: cd8b402b1a2c3da763d44235a1090018af583cbe12c0e51d92f6317785f5092859a1f6e59dccbdddda8b14e334926fb5550aed37185f682793d00fddf326177c
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. If this is zero or unspecified, we use the default
39
- # priority 500000.
38
+ # priorities.
40
39
  #
41
- # Negative numbers mean that the intent is disabled.
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"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "0.9.0".freeze
19
+ VERSION = "0.10.0".freeze
20
20
  end
21
21
  end
22
22
  end
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.9.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-10-30 00:00:00.000000000 Z
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