ConferenceProvider

An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the newly created conference provider.

Link copied to clipboard

The IP endpoint and protocol for calling.

Link copied to clipboard

The meeting settings for the conference provider.

Link copied to clipboard
val name: String?

The name of the conference provider.

Link copied to clipboard

The information for PSTN conferencing.

Link copied to clipboard

The type of conference providers.

Functions

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