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.SSMLMessageType

Description

 
Synopsis

Documentation

data SSMLMessageType Source #

An object that defines a message that contains SSML-formatted text.

See: newSSMLMessageType smart constructor.

Constructors

SSMLMessageType' 

Fields

  • languageCode :: Maybe Text

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

  • text :: Maybe Text

    The SSML-formatted text to deliver to the recipient.

  • voiceId :: Maybe Text

    The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.

Instances

Instances details
Eq SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

Read SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

Show SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

Generic SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

Associated Types

type Rep SSMLMessageType :: Type -> Type #

NFData SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

Methods

rnf :: SSMLMessageType -> () #

Hashable SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

ToJSON SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

type Rep SSMLMessageType Source # 
Instance details

Defined in Amazonka.PinpointSMSVoice.Types.SSMLMessageType

type Rep SSMLMessageType = D1 ('MetaData "SSMLMessageType" "Amazonka.PinpointSMSVoice.Types.SSMLMessageType" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "SSMLMessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSSMLMessageType :: SSMLMessageType Source #

Create a value of SSMLMessageType 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:languageCode:SSMLMessageType', sSMLMessageType_languageCode - The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.

$sel:text:SSMLMessageType', sSMLMessageType_text - The SSML-formatted text to deliver to the recipient.

$sel:voiceId:SSMLMessageType', sSMLMessageType_voiceId - The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.

sSMLMessageType_languageCode :: Lens' SSMLMessageType (Maybe Text) Source #

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

sSMLMessageType_text :: Lens' SSMLMessageType (Maybe Text) Source #

The SSML-formatted text to deliver to the recipient.

sSMLMessageType_voiceId :: Lens' SSMLMessageType (Maybe Text) Source #

The name of the voice that you want to use to deliver the message. For a complete list of supported voices, see the Amazon Polly Developer Guide.