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
data SSMLMessageType Source #
An object that defines a message that contains SSML-formatted text.
See: newSSMLMessageType
smart constructor.
SSMLMessageType' | |
|
Instances
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.