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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 307549a7266d10daee7a1515ffa632a3b93586c5306134409ac8f00b24bba3a0
|
4
|
+
data.tar.gz: 52e226f6bce11b0dbdadac7ff645fb37b77946c20985c0ef110df3570469e313
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cf06b7636e2fe76503dc331309aabb79218491f82fdea5a031c47e40e0168bedfe52e7c7191fb50cd9801f29fda20b434f335cb050f7a834f158e8676cdec77
|
7
|
+
data.tar.gz: fa6ce35c4288295a40000289dc806b05e70307a6dbf8b140f24b1fc2d6380e50003f464b6e7b7abdaf241a00a40117de5195bd39a369aa63e3ad616feef81f44
|
@@ -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.
|
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-
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|