AudioMessage

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
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): MessageType
Link copied to clipboard
fun copy(message: String, messageType: MessageType): AudioMessage

Creates a copy of this AudioMessage object.

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