amazonka-sms-voice-2.0: Amazon Pinpoint SMS and Voice Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SmsVoice.Types.CallInstructionsMessageType

Description

 
Synopsis

Documentation

data CallInstructionsMessageType Source #

An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.

See: newCallInstructionsMessageType smart constructor.

Constructors

CallInstructionsMessageType' 

Fields

  • text :: Maybe Text

    The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

Instances

Instances details
ToJSON CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

Generic CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

Associated Types

type Rep CallInstructionsMessageType :: Type -> Type #

Read CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

Show CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

NFData CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

Eq CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

Hashable CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

type Rep CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.SmsVoice.Types.CallInstructionsMessageType

type Rep CallInstructionsMessageType = D1 ('MetaData "CallInstructionsMessageType" "Amazonka.SmsVoice.Types.CallInstructionsMessageType" "amazonka-sms-voice-2.0-3p97esUzflC4CxQYj8cHEb" '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.