ProxySession

The proxy session for an Amazon Chime Voice Connector.

Types

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

Properties

Link copied to clipboard

The proxy session capabilities.

Link copied to clipboard

The created time stamp, in ISO 8601 format.

Link copied to clipboard

The ended time stamp, in ISO 8601 format.

Link copied to clipboard

The number of minutes allowed for the proxy session.

Link copied to clipboard

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Link copied to clipboard

The country and area code for the proxy phone number.

Link copied to clipboard
val name: String?

The name of the proxy session.

Link copied to clipboard

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Link copied to clipboard

The proxy session participants.

Link copied to clipboard

The proxy session ID.

Link copied to clipboard

The status of the proxy session.

Link copied to clipboard

The updated time stamp, in ISO 8601 format.

Link copied to clipboard

The Amazon Chime voice connector ID.

Functions

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