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.

The data of a room profile.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.ProfileData

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

Syntax

C#
public class ProfileData

The ProfileData type exposes the following members

Constructors

NameDescription
Public Method ProfileData()

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The address of a room profile.

Public Property DistanceUnit Amazon.AlexaForBusiness.DistanceUnit

Gets and sets the property DistanceUnit.

The distance unit of a room profile.

Public Property IsDefault System.Boolean

Gets and sets the property IsDefault.

Retrieves if the profile data is default or not.

Public Property Locale System.String

Gets and sets the property Locale.

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

Public Property ProfileArn System.String

Gets and sets the property ProfileArn.

The ARN of a room profile.

Public Property ProfileName System.String

Gets and sets the property ProfileName.

The name of a room profile.

Public Property TemperatureUnit Amazon.AlexaForBusiness.TemperatureUnit

Gets and sets the property TemperatureUnit.

The temperature unit of a room profile.

Public Property Timezone System.String

Gets and sets the property Timezone.

The time zone of a room profile.

Public Property WakeWord Amazon.AlexaForBusiness.WakeWord

Gets and sets the property WakeWord.

The wake word of a room profile.

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