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 CreateProfile operation. Creates a new room profile with the specified details.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateProfileRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The CreateProfileRequest type exposes the following members

Constructors

NameDescription
Public Method CreateProfileRequest()

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The valid address for the room.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

The user-specified token that is used during the creation of a profile.

Public Property DataRetentionOptIn System.Boolean

Gets and sets the property DataRetentionOptIn.

Whether data retention of the profile is enabled.

Public Property DistanceUnit Amazon.AlexaForBusiness.DistanceUnit

Gets and sets the property DistanceUnit.

The distance unit to be used by devices in the profile.

Public Property Locale System.String

Gets and sets the property Locale.

The locale of the room profile. (This is currently only available to a limited preview audience.)

Public Property MaxVolumeLimit System.Int32

Gets and sets the property MaxVolumeLimit.

The maximum volume limit for a room profile.

Public Property MeetingRoomConfiguration Amazon.AlexaForBusiness.Model.CreateMeetingRoomConfiguration

Gets and sets the property MeetingRoomConfiguration.

The meeting room settings of a room profile.

Public Property ProfileName System.String

Gets and sets the property ProfileName.

The name of a room profile.

Public Property PSTNEnabled System.Boolean

Gets and sets the property PSTNEnabled.

Whether PSTN calling is enabled.

Public Property SetupModeDisabled System.Boolean

Gets and sets the property SetupModeDisabled.

Whether room profile setup is enabled.

Public Property Tags System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Tag>

Gets and sets the property Tags.

The tags for the profile.

Public Property TemperatureUnit Amazon.AlexaForBusiness.TemperatureUnit

Gets and sets the property TemperatureUnit.

The temperature unit to be used by devices in the profile.

Public Property Timezone System.String

Gets and sets the property Timezone.

The time zone used by a room profile.

Public Property WakeWord Amazon.AlexaForBusiness.WakeWord

Gets and sets the property WakeWord.

A wake word for Alexa, Echo, Amazon, or a computer.

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