AudioMessage

data class AudioMessage(val message: String, val messageType: MessageType)

Represents an audio message.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

message

Message to be synthesized.

messageType

Type of the message.

Constructors

Link copied to clipboard
constructor(message: String, messageType: MessageType)

Properties

Link copied to clipboard
Link copied to clipboard