Skip to content

Commit

Permalink
Release google-cloud-dialogflow 0.12.0 (#4531)
Browse files Browse the repository at this point in the history
#### Features

* Add attributes to InputAudioConfig and StreamingRecognitionResult
  * Add InputAudioConfig#enable_word_info
  * Add InputAudioConfig#speech_contexts (SpeechContext)
  * Add InputAudioConfig#model
  * Add StreamingRecognitionResult#speech_word_info (SpeechWordInfo)
  * Add StreamingRecognitionResult#speech_end_offset
  * Update documentation
  • Loading branch information
yoshi-automation authored and quartzmo committed Dec 20, 2019
1 parent 6272b0a commit e079c20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

### 0.12.0 / 2019-12-20

#### Features

* Add attributes to InputAudioConfig and StreamingRecognitionResult
* Add InputAudioConfig#enable_word_info
* Add InputAudioConfig#speech_contexts (SpeechContext)
* Add InputAudioConfig#model
* Add StreamingRecognitionResult#speech_word_info (SpeechWordInfo)
* Add StreamingRecognitionResult#speech_end_offset
* Update documentation

### 0.11.1 / 2019-11-19

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dialogflow
VERSION = "0.11.1".freeze
VERSION = "0.12.0".freeze
end
end
end

0 comments on commit e079c20

Please sign in to comment.