SsmlMessageType

An object that defines a message that contains SSML-formatted 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 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
inline fun copy(block: SsmlMessageType.Builder.() -> Unit = {}): SsmlMessageType
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