RecordingInfo

Information about a voice recording, chat transcript, or screen recording.

Types

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

Properties

Link copied to clipboard

If the recording/transcript was deleted, this is the reason entered for the deletion.

Link copied to clipboard

The number that identifies the Kinesis Video Streams fragment where the customer audio stream started.

Link copied to clipboard

The number that identifies the Kinesis Video Streams fragment where the customer audio stream stopped.

Link copied to clipboard

The location, in Amazon S3, for the recording/transcript.

Link copied to clipboard

Information about the media stream used during the conversation.

Link copied to clipboard

Information about the conversation participant, whether they are an agent or contact. The participant types are as follows:

Link copied to clipboard

When the conversation of the last leg of the recording started in UTC time.

Link copied to clipboard

The status of the recording/transcript.

Link copied to clipboard

When the conversation of the last leg of recording stopped in UTC time.

Link copied to clipboard

Where the recording/transcript is stored.

Functions

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