Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SendAnnouncementRequest

import type { SendAnnouncementRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface SendAnnouncementRequest {
ClientRequestToken: string;
Content: Content;
RoomFilters: Filter[];
TimeToLiveInSeconds?: number | null;
}

§Properties

§
ClientRequestToken: string
[src]

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

§
Content: Content
[src]

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

§
RoomFilters: Filter[]
[src]

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.

§
TimeToLiveInSeconds?: number | null
[src]

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