google-cloud-dialogflow 0.11.0 → 0.11.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: 3ecd151c41e6f76d5be70c0fb3f5f7d3d837be635e9931e8fc9c660c99654369
4
- data.tar.gz: e28d51dbedf1e461727bfa74f6e4ac6b9822394e07909360bef79708ea6cb710
3
+ metadata.gz: 92b5c30e5897a4f6d758eb5cbd9310327f5990a092614eeb9706c6639f0607ca
4
+ data.tar.gz: d1cd937baff519d9826fe8496989cb530d463c75d06961710eaff958523b4b6c
5
5
  SHA512:
6
- metadata.gz: 7eb54fc213bd503f5124191c2bb0273757efce3ecf7a8e17b529a16ae6a38a85da54d6e4d554d79a7dc9c58f5a49dce0f4225dee5a7529deaf29c86908d8b5e3
7
- data.tar.gz: 2aeb162d1e01f6a50d8b941c94e0da6ad10af0c98f56cff132d5fbaa62b5744c81784075acbe4ad2365ca1376ee15a5b03706266fac9b6ea3a469d2bcaec804d
6
+ metadata.gz: c1b9f3a934de895868b48706974b9f9304f6b60ad07c688c3b8f79c380da6ae97cf65e0e1cd819140699188787d74e1040e45de1cb79066a5a56170fff0bbb29
7
+ data.tar.gz: e00b444804da8598903cb76f74a3d1880216487ca91b7b4c6a65ff7f5a68ef58b597c370273ed7b0c227eb5e3d41b6b52d5bc0ae748c38b9f8a3f43358c302cb
@@ -181,7 +181,7 @@ module Google
181
181
  # Audio content returned as LINEAR16 also contains a WAV header.
182
182
  OUTPUT_AUDIO_ENCODING_LINEAR_16 = 1
183
183
 
184
- # MP3 audio.
184
+ # MP3 audio at 32kbps.
185
185
  OUTPUT_AUDIO_ENCODING_MP3 = 2
186
186
 
187
187
  # Opus encoded audio wrapped in an ogg container. The result will be a
@@ -48,7 +48,7 @@ module Google
48
48
  # @!attribute [rw] ml_disabled
49
49
  # @return [true, false]
50
50
  # Optional. Indicates whether Machine Learning is disabled for the intent.
51
- # Note: If `ml_diabled` setting is set to true, then this intent is not
51
+ # Note: If `ml_disabled` setting is set to true, then this intent is not
52
52
  # taken into account during inference in `ML ONLY` match mode. Also,
53
53
  # auto-markup in the UI is turned off.
54
54
  # @!attribute [rw] input_context_names
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dialogflow
19
- VERSION = "0.11.0".freeze
19
+ VERSION = "0.11.1".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.11.0
4
+ version: 0.11.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: 2019-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax