Copyright | (C) 2018 Mark Andrus Roberts |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell98 |
Text.XML.Twiml.Lenses
Description
This module defines lenses for use with TwiML attributes. Lenses are re-exported by the Text.XML.Twiml.Verbs modules.
Documentation
class HasFinishOnKey s a | s -> a where Source #
Minimal complete definition
Methods
finishOnKey :: Lens' s a Source #
Instances
class HasMethod s a | s -> a where Source #
Minimal complete definition
Instances
class HasTimeout s a | s -> a where Source #
Minimal complete definition
class HasTranscribe s a | s -> a where Source #
Minimal complete definition
Methods
transcribe :: Lens' s a Source #
Instances
class HasTranscribeCallback s a | s -> a where Source #
Minimal complete definition
Methods
transcribeCallback :: Lens' s a Source #
Instances
class HasStatusCallback s a | s -> a where Source #
Minimal complete definition
Methods
statusCallback :: Lens' s a Source #
Instances
class HasHangupOnStar s a | s -> a where Source #
Minimal complete definition
Methods
hangupOnStar :: Lens' s a Source #
Instances
class HasSendDigits s a | s -> a where Source #
Minimal complete definition
Methods
sendDigits :: Lens' s a Source #
class HasMaxParticipants s a | s -> a where Source #
Minimal complete definition
Methods
maxParticipants :: Lens' s a Source #
Instances
class HasStartOnEnter s a | s -> a where Source #
Minimal complete definition
Methods
startOnEnter :: Lens' s a Source #
Instances
class HasWaitMethod s a | s -> a where Source #
Minimal complete definition
Methods
waitMethod :: Lens' s a Source #
Instances