Ssml

class Ssml

The SSML message. For more information, see SSML Reference.

Types

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

Properties

Link copied to clipboard

The locale of the SSML message. Currently, en-US is supported.

Link copied to clipboard

The value of the SSML message in the correct SSML format. The audio tag is not supported.

Functions

Link copied to clipboard
inline fun copy(block: Ssml.Builder.() -> Unit = {}): Ssml
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