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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92b5c30e5897a4f6d758eb5cbd9310327f5990a092614eeb9706c6639f0607ca
|
4
|
+
data.tar.gz: d1cd937baff519d9826fe8496989cb530d463c75d06961710eaff958523b4b6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 `
|
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
|
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.
|
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-
|
11
|
+
date: 2019-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|