PlainTextMessageType

An object that defines a message that contains unformatted text.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val text: String?

The plain (not SSML-formatted) text to deliver to the recipient.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String