google-cloud-dialogflow-v2 0.26.1 → 0.26.2
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: a7e75a696ada72a3325dbf1f1d2a92d2e7e10d05a6c20783c493f5962f8fd354
|
|
4
|
+
data.tar.gz: f3473cfe7eed35b67e91e08959b52cc95a7885909452814a25bb35a85ef3f02e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4af1ad3802df59b4f55e60f7d54b13f26f5e88e7a0909de32b856907e8211e6141ba0a043c2d4bdafde425bd4aa50420fe68da5c318c6b5d82e34292b4b6f4da
|
|
7
|
+
data.tar.gz: 18fc86c332d1594b093b558f526459bf55576b081d8d5a3b56c8caa29e7bf0ac7386f228edb777ebcef64def05038d9862efa9e32fd280ad8234d1260d931a9a
|
|
@@ -172,12 +172,12 @@ module Google
|
|
|
172
172
|
|
|
173
173
|
# Represents the query input. It can contain either:
|
|
174
174
|
#
|
|
175
|
-
# 1.
|
|
176
|
-
#
|
|
175
|
+
# 1. An audio config which instructs the speech recognizer how to process the
|
|
176
|
+
# speech audio.
|
|
177
177
|
#
|
|
178
|
-
# 2.
|
|
178
|
+
# 2. A conversational query in the form of text.
|
|
179
179
|
#
|
|
180
|
-
# 3.
|
|
180
|
+
# 3. An event that specifies which intent to trigger.
|
|
181
181
|
# @!attribute [rw] audio_config
|
|
182
182
|
# @return [::Google::Cloud::Dialogflow::V2::InputAudioConfig]
|
|
183
183
|
# Instructs the speech recognizer how to process the speech audio.
|
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.26.
|
|
4
|
+
version: 0.26.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|