We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514708a commit 271352aCopy full SHA for 271352a
lib/bandwidth/voice_lib/bxml/verbs/record.rb
@@ -19,7 +19,7 @@ def to_bxml(xml)
19
'maxDuration' => max_duration,
20
'fileFormat' => file_format,
21
'transcribe' => transcribe,
22
- 'detectLanguage' => detectLanguage,
+ 'detectLanguage' => detect_language,
23
'transcriptionAvailableUrl' => transcription_available_url,
24
'transcriptionAvailableMethod' => transcription_available_method,
25
'silenceTimeout' => silence_timeout,
0 commit comments