google-cloud-dialogflow-v2 0.17.0 → 0.17.1

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: '00067869e005bf56e1e22e2548cd088e1b3080b061bb3daae56b3c506aa58994'
4
- data.tar.gz: b2cea0735bb44c5ad8e97bbdcc2be24aab4e3c5bb14b1b13529aaed3a1982dff
3
+ metadata.gz: 307549a7266d10daee7a1515ffa632a3b93586c5306134409ac8f00b24bba3a0
4
+ data.tar.gz: 52e226f6bce11b0dbdadac7ff645fb37b77946c20985c0ef110df3570469e313
5
5
  SHA512:
6
- metadata.gz: d76af6676a88377f46bf9eea4b5702b34193d7033cdb9cb640fda232fc2e79f96885267700cdb8fd5f61ae2e143999eced598234c416c3237bd88eae3e42622c
7
- data.tar.gz: 25d540069bcc237f7fa2801a572be60d36e1dc48e7833635557acaecaaa9236ca10cf5726afaf93aadb70ace5dc034e2305c1c717be5e0ce250d4ff6a4f133d1
6
+ metadata.gz: 8cf06b7636e2fe76503dc331309aabb79218491f82fdea5a031c47e40e0168bedfe52e7c7191fb50cd9801f29fda20b434f335cb050f7a834f158e8676cdec77
7
+ data.tar.gz: fa6ce35c4288295a40000289dc806b05e70307a6dbf8b140f24b1fc2d6380e50003f464b6e7b7abdaf241a00a40117de5195bd39a369aa63e3ad616feef81f44
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.1"
25
25
  end
26
26
  end
27
27
  end
@@ -181,7 +181,8 @@ module Google
181
181
  # Instructs the speech recognizer how to process the speech audio.
182
182
  # @!attribute [rw] text
183
183
  # @return [::Google::Cloud::Dialogflow::V2::TextInput]
184
- # The natural language text to be processed.
184
+ # The natural language text to be processed. Text length must not exceed
185
+ # 256 character for virtual agent interactions.
185
186
  # @!attribute [rw] event
186
187
  # @return [::Google::Cloud::Dialogflow::V2::EventInput]
187
188
  # The event to be processed.
@@ -549,7 +550,7 @@ module Google
549
550
  # @!attribute [rw] text
550
551
  # @return [::String]
551
552
  # Required. The UTF-8 encoded natural language text to be processed.
552
- # Text length must not exceed 256 characters.
553
+ # Text length must not exceed 256 characters for virtual agent interactions.
553
554
  # @!attribute [rw] language_code
554
555
  # @return [::String]
555
556
  # Required. The language of this conversational query. See [Language
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
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-07-02 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common