libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.PinpointSMSVoice.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
Eq CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

Read CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

Show CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

Generic CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

Associated Types

type Rep CallInstructionsMessageType :: Type -> Type #

NFData CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

Hashable CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

ToJSON CallInstructionsMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.CallInstructionsMessageType

type Rep CallInstructionsMessageType Source # 
Instance details

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.