Class: Bandwidth::Voice::StopTranscription

Inherits:
Object
  • Object
show all
Includes:
XmlVerb
Defined in:
lib/bandwidth/voice_lib/bxml/verbs/stop_transcription.rb

Overview

The StopTranscription verb is used to stop a real-time transcription that was started with a previous ‘<StartTranscription>` verb

Instance Method Summary collapse

Methods included from XmlVerb

#compact_hash, #initialize, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bandwidth::Voice::XmlVerb

Instance Method Details

#to_bxml(xml) ⇒ Object



9
10
11
12
13
# File 'lib/bandwidth/voice_lib/bxml/verbs/stop_transcription.rb', line 9

def to_bxml(xml)
  xml.StopTranscription(compact_hash({
   'name' => name
  }))
end