AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SendAnnouncement operation. Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.SendAnnouncementRequest

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class SendAnnouncementRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The SendAnnouncementRequest type exposes the following members

Constructors

NameDescription
Public Method SendAnnouncementRequest()

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

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

Public Property Content Amazon.AlexaForBusiness.Model.Content

Gets and sets the property Content.

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

Public Property RoomFilters System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Filter>

Gets and sets the property RoomFilters.

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.

Public Property TimeToLiveInSeconds System.Int32

Gets and sets the property TimeToLiveInSeconds.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5