twilio-0.1.3.2: Twilio REST API library for Haskell
Twilio.Transcriptions
Contents
Synopsis
data Transcriptions Source #
Constructors
Fields
Instances
Methods
(==) :: Transcriptions -> Transcriptions -> Bool #
(/=) :: Transcriptions -> Transcriptions -> Bool #
showsPrec :: Int -> Transcriptions -> ShowS #
show :: Transcriptions -> String #
showList :: [Transcriptions] -> ShowS #
parseJSON :: Value -> Parser Transcriptions #
parseJSONList :: Value -> Parser [Transcriptions] #
get0 :: MonadThrow m => TwilioT m Transcriptions Source #
getListWrapper :: Wrapper (Maybe PagingInformation -> [Transcription] -> Transcriptions) Source #
getList :: Transcriptions -> [Transcription] Source #
getPlural :: Const * Text (Transcriptions, Transcription) Source #
parseJSONToList :: Value -> Parser Transcriptions Source #
get :: MonadThrow m => TwilioT m Transcriptions Source #
Get Transcriptions.
Transcriptions