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 |
Synopsis
- data PlainTextMessageType = PlainTextMessageType' {}
- newPlainTextMessageType :: PlainTextMessageType
- plainTextMessageType_languageCode :: Lens' PlainTextMessageType (Maybe Text)
- plainTextMessageType_text :: Lens' PlainTextMessageType (Maybe Text)
- plainTextMessageType_voiceId :: Lens' PlainTextMessageType (Maybe Text)
Documentation
data PlainTextMessageType Source #
An object that defines a message that contains unformatted text.
See: newPlainTextMessageType
smart constructor.
PlainTextMessageType' | |
|
Instances
newPlainTextMessageType :: PlainTextMessageType Source #
Create a value of PlainTextMessageType
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:PlainTextMessageType'
, plainTextMessageType_languageCode
- The language to use when delivering the message. For a complete list of
supported languages, see the Amazon Polly Developer Guide.
$sel:text:PlainTextMessageType'
, plainTextMessageType_text
- The plain (not SSML-formatted) text to deliver to the recipient.
$sel:voiceId:PlainTextMessageType'
, plainTextMessageType_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.
plainTextMessageType_languageCode :: Lens' PlainTextMessageType (Maybe Text) Source #
The language to use when delivering the message. For a complete list of supported languages, see the Amazon Polly Developer Guide.
plainTextMessageType_text :: Lens' PlainTextMessageType (Maybe Text) Source #
The plain (not SSML-formatted) text to deliver to the recipient.
plainTextMessageType_voiceId :: Lens' PlainTextMessageType (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.