google-cloud-dialogflow 0.12.2 → 0.12.3

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: c5c892ffaf8de5828de09c717537385e8a4b59c5a00f451b3e882daa519d3bd2
4
- data.tar.gz: ef89dd353df9354580d180138e77976779379c094b76389aa0b0e911f6423e72
3
+ metadata.gz: 10badfaf66b2e785f3b0727d323394a061e7cd34459b3e7bec009e516bc783d1
4
+ data.tar.gz: dfd3a34932cd12bb06fd83d8c21f71b6a17ae9730c4bb1aca7eae64d8a106bb5
5
5
  SHA512:
6
- metadata.gz: 4424dc29846297e3169df21254308737b99ea902f7fe9943a4bb184fc6f82a695c9159ff007cdc5f89b3040121d35252c55db5905d8e28800496328b82149039
7
- data.tar.gz: dc326dda47e25f340bb9e68ff922b78eeb96b3b1222de1fa748bed2bd42115425889f4e0607d7404c79261690ee04f0f63d1ee81ff64ee268c5398b1f7459b88
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.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "0.12.2".freeze
19
+ VERSION = "0.12.3".freeze
20
20
  end
21
21
  end
22
22
  end
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.2
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-05 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax