SendAnnouncementRequest

Types

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

Properties

Link copied to clipboard

The unique, user-specified identifier for the request that ensures idempotency.

Link copied to clipboard

The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio).

Link copied to clipboard

The filters to use to send an announcement to a specified list of rooms. The supported filter keys are RoomName, ProfileName, RoomArn, and ProfileArn. To send to all rooms, specify an empty RoomFilters list.

Link copied to clipboard

The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the announcement is not delivered.

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