| Copyright | (C) 2014-15 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.Types
Description
Documentation
data Digit
The ‘digits’ attribute lets you play DTMF tones during a call. See https://www.twilio.com/docs/api/twiml/play#attributes-digits.
data Key
data Method
Instances
data URL
Instances
data Voice
Voices supported by <Say>. See
https://www.twilio.com/docs/api/twiml/say#attributes-voice.
data Lang
Languages spoken by voices Man and Woman. See
https://www.twilio.com/docs/api/twiml/say#attributes-manwoman.
data LangAlice
Languages spoken by Alice. See
https://www.twilio.com/docs/api/twiml/say#attributes-alice.
Constructors
| DaDK | Danish, Denmark |
| DeDE | German, Germany |
| EnAU | English, Australia |
| EnCA | English, Canada |
| EnGB | English, UK |
| EnIN | English, India |
| EnUS | English, United States |
| CaES | Catalan, Spain |
| EsES | Spanish, Spain |
| EsMX | Spanish, Mexico |
| FiFI | Finnish, Finland |
| FrCA | French, Canada |
| FrFR | French, France |
| ItIT | Italian, Italy |
| JaJP | Japanese, Japan |
| KoKR | Korean, Korea |
| NbNO | Norwegian, Norway |
| NlNL | Dutch, Netherlands |
| PlPL | Polish-Poland |
| PtBR | Portuguese, Brazil |
| PtPT | Portuguese, Portugal |
| RuRU | Russian, Russia |
| SvSE | Swedish, Sweden |
| ZhCN | Chinese (Mandarin) |
| ZhHK | Chinese (Cantonese) |
| ZhTW | Chinese (Taiwanese Mandarin) |
data Transport
data ConferenceBeep
data Reason
The reason attribute takes the values "rejected" and "busy." This tells Twilio what message to play when rejecting a call. Selecting "busy" will play a busy signal to the caller, while selecting "rejected" will play a standard not-in-service response. See https://www.twilio.com/docs/api/twiml/reject#attributes-reason.