libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.Ssml

Description

 
Synopsis

Documentation

data Ssml Source #

The SSML message. For more information, see SSML Reference.

See: newSsml smart constructor.

Constructors

Ssml' 

Fields

  • locale :: Locale

    The locale of the SSML message. Currently, en-US is supported.

  • value :: Text

    The value of the SSML message in the correct SSML format. The audio tag is not supported.

Instances

Instances details
Eq Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Methods

(==) :: Ssml -> Ssml -> Bool #

(/=) :: Ssml -> Ssml -> Bool #

Read Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Show Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Methods

showsPrec :: Int -> Ssml -> ShowS #

show :: Ssml -> String #

showList :: [Ssml] -> ShowS #

Generic Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Associated Types

type Rep Ssml :: Type -> Type #

Methods

from :: Ssml -> Rep Ssml x #

to :: Rep Ssml x -> Ssml #

NFData Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Methods

rnf :: Ssml -> () #

Hashable Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

Methods

hashWithSalt :: Int -> Ssml -> Int #

hash :: Ssml -> Int #

ToJSON Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

type Rep Ssml Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Ssml

type Rep Ssml = D1 ('MetaData "Ssml" "Amazonka.AlexaBusiness.Types.Ssml" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "Ssml'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Locale) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSsml Source #

Create a value of Ssml 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:locale:Ssml', ssml_locale - The locale of the SSML message. Currently, en-US is supported.

$sel:value:Ssml', ssml_value - The value of the SSML message in the correct SSML format. The audio tag is not supported.

ssml_locale :: Lens' Ssml Locale Source #

The locale of the SSML message. Currently, en-US is supported.

ssml_value :: Lens' Ssml Text Source #

The value of the SSML message in the correct SSML format. The audio tag is not supported.