google-cloud-dialogflow-v2 0.26.1 → 0.26.2

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: 5db6bc9f00105e412a28dc4333091ada1fd556d36a4a034e48dc99198d1274b7
4
- data.tar.gz: 4ca817e244447a2f69d32bff1cc453e2db1724bff130c34d2c84a6f500cd43ba
3
+ metadata.gz: a7e75a696ada72a3325dbf1f1d2a92d2e7e10d05a6c20783c493f5962f8fd354
4
+ data.tar.gz: f3473cfe7eed35b67e91e08959b52cc95a7885909452814a25bb35a85ef3f02e
5
5
  SHA512:
6
- metadata.gz: d8295fa0a70fb9efcfdfd8f5a3f12a5a2d434fd873afd8e88f12c3ce64a7b841b4d9f935ffda8eb18535dc765e4c709998691374c7493ed67c4b7286e338f479
7
- data.tar.gz: ab53cc19b9cc556d6383c5ccb7ad5edd6d52d88f804c7117c332adb131f70a7ba591a44e270dfec167df8aea0fb4e0d91666b49a8310038b32b2ef4ee6cfdf52
6
+ metadata.gz: 4af1ad3802df59b4f55e60f7d54b13f26f5e88e7a0909de32b856907e8211e6141ba0a043c2d4bdafde425bd4aa50420fe68da5c318c6b5d82e34292b4b6f4da
7
+ data.tar.gz: 18fc86c332d1594b093b558f526459bf55576b081d8d5a3b56c8caa29e7bf0ac7386f228edb777ebcef64def05038d9862efa9e32fd280ad8234d1260d931a9a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.26.1"
24
+ VERSION = "0.26.2"
25
25
  end
26
26
  end
27
27
  end
@@ -172,12 +172,12 @@ module Google
172
172
 
173
173
  # Represents the query input. It can contain either:
174
174
  #
175
- # 1. An audio config which
176
- # instructs the speech recognizer how to process the speech audio.
175
+ # 1. An audio config which instructs the speech recognizer how to process the
176
+ # speech audio.
177
177
  #
178
- # 2. A conversational query in the form of text,.
178
+ # 2. A conversational query in the form of text.
179
179
  #
180
- # 3. An event that specifies which intent to trigger.
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.1
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-03 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common