google-cloud-dialogflow 0.12.2 → 0.12.3
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: 10badfaf66b2e785f3b0727d323394a061e7cd34459b3e7bec009e516bc783d1
|
4
|
+
data.tar.gz: dfd3a34932cd12bb06fd83d8c21f71b6a17ae9730c4bb1aca7eae64d8a106bb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302cd827c9f365f37e489a1329596846f068fade8483d34f86213370690957ca3769c5df1e9b5e3cf87128388df93716b3d4cb1392f4ca67baa3ac218b2c70b4
|
7
|
+
data.tar.gz: 9b204caa611bbdfccbcf440de4629adac789ebb2cc8d33390b735f33eebd8d2f501d5e7434304059b805fc2e5af5b9831494f0e23dbe271313226983374a1b8f
|
@@ -191,6 +191,8 @@ module Google
|
|
191
191
|
class SynthesizeSpeechConfig; end
|
192
192
|
|
193
193
|
# Instructs the speech synthesizer on how to generate the output audio content.
|
194
|
+
# If this audio config is supplied in a request, it overrides all existing
|
195
|
+
# text-to-speech settings applied to the agent.
|
194
196
|
# @!attribute [rw] audio_encoding
|
195
197
|
# @return [Google::Cloud::Dialogflow::V2::OutputAudioEncoding]
|
196
198
|
# Required. Audio encoding of the synthesized audio content.
|
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.12.
|
4
|
+
version: 0.12.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|