Module: Bandwidth::Bxml

Defined in:
lib/bandwidth-sdk/models/bxml/bxml.rb,
lib/bandwidth-sdk/models/bxml/root.rb,
lib/bandwidth-sdk/models/bxml/verb.rb,
lib/bandwidth-sdk/models/bxml/response.rb,
lib/bandwidth-sdk/models/bxml/verbs/tag.rb,
lib/bandwidth-sdk/models/bxml/verbs/ring.rb,
lib/bandwidth-sdk/models/bxml/verbs/pause.rb,
lib/bandwidth-sdk/models/bxml/verbs/bridge.rb,
lib/bandwidth-sdk/models/bxml/verbs/gather.rb,
lib/bandwidth-sdk/models/bxml/verbs/hangup.rb,
lib/bandwidth-sdk/models/bxml/verbs/record.rb,
lib/bandwidth-sdk/models/bxml/nestable_verb.rb,
lib/bandwidth-sdk/models/bxml/verbs/forward.rb,
lib/bandwidth-sdk/models/bxml/verbs/sip_uri.rb,
lib/bandwidth-sdk/models/bxml/verbs/redirect.rb,
lib/bandwidth-sdk/models/bxml/verbs/transfer.rb,
lib/bandwidth-sdk/models/bxml/verbs/send_dtmf.rb,
lib/bandwidth-sdk/models/bxml/verbs/conference.rb,
lib/bandwidth-sdk/models/bxml/verbs/play_audio.rb,
lib/bandwidth-sdk/models/bxml/verbs/stop_gather.rb,
lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb,
lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb,
lib/bandwidth-sdk/models/bxml/verbs/phone_number.rb,
lib/bandwidth-sdk/models/bxml/verbs/start_gather.rb,
lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb,
lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb,
lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb,
lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb,
lib/bandwidth-sdk/models/bxml/verbs/pause_recording.rb,
lib/bandwidth-sdk/models/bxml/verbs/start_recording.rb,
lib/bandwidth-sdk/models/bxml/verbs/resume_recording.rb,
lib/bandwidth-sdk/models/bxml/verbs/stop_transcription.rb,
lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb

Defined Under Namespace

Classes: Bridge, Bxml, Conference, CustomParam, Forward, Gather, Hangup, NestableVerb, Pause, PauseRecording, PhoneNumber, PlayAudio, Record, Redirect, Response, ResumeRecording, Ring, Root, SendDtmf, SipUri, SpeakSentence, StartGather, StartRecording, StartStream, StartTranscription, StopGather, StopRecording, StopStream, StopTranscription, StreamParam, Tag, Transfer, Verb

Constant Summary collapse

SPEAK_SENTENCE_REGEX =
/<SpeakSentence.*?>(.*?)<\/SpeakSentence>/
SSML_REGEX =
/&lt;([a-zA-Z\/\/].*?)&gt;/