Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CallInstructionsMessageType Source #
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
See: newCallInstructionsMessageType
smart constructor.
Instances
Eq CallInstructionsMessageType Source # | |
Read CallInstructionsMessageType Source # | |
Show CallInstructionsMessageType Source # | |
Generic CallInstructionsMessageType Source # | |
NFData CallInstructionsMessageType Source # | |
Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType rnf :: CallInstructionsMessageType -> () # | |
Hashable CallInstructionsMessageType Source # | |
ToJSON CallInstructionsMessageType Source # | |
type Rep CallInstructionsMessageType Source # | |
Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType type Rep CallInstructionsMessageType = D1 ('MetaData "CallInstructionsMessageType" "Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "CallInstructionsMessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newCallInstructionsMessageType :: CallInstructionsMessageType Source #
Create a value of CallInstructionsMessageType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:text:CallInstructionsMessageType'
, callInstructionsMessageType_text
- The language to use when delivering the message. For a complete list of
supported languages, see the Amazon Polly Developer Guide.
callInstructionsMessageType_text :: Lens' CallInstructionsMessageType (Maybe Text) Source #
The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.