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
The SSML message. For more information, see SSML Reference.
See: newSsml
smart constructor.
Instances
Eq Ssml Source # | |
Read Ssml Source # | |
Show Ssml Source # | |
Generic Ssml Source # | |
NFData Ssml Source # | |
Defined in Amazonka.AlexaBusiness.Types.Ssml | |
Hashable Ssml Source # | |
Defined in Amazonka.AlexaBusiness.Types.Ssml | |
ToJSON Ssml Source # | |
Defined in Amazonka.AlexaBusiness.Types.Ssml | |
type Rep Ssml Source # | |
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))) |
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.