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

Profile

import type { Profile } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A room profile with attributes.

interface Profile {
Address?: string | null;
AddressBookArn?: string | null;
DataRetentionOptIn?: boolean | null;
DistanceUnit?: DistanceUnit | null;
IsDefault?: boolean | null;
Locale?: string | null;
MaxVolumeLimit?: number | null;
MeetingRoomConfiguration?: MeetingRoomConfiguration | null;
ProfileArn?: string | null;
ProfileName?: string | null;
PSTNEnabled?: boolean | null;
SetupModeDisabled?: boolean | null;
TemperatureUnit?: TemperatureUnit | null;
Timezone?: string | null;
WakeWord?: WakeWord | null;
}

§Properties

§
Address?: string | null
[src]

The address of a room profile.

§
AddressBookArn?: string | null
[src]

The ARN of the address book.

§
DataRetentionOptIn?: boolean | null
[src]

Whether data retention of the profile is enabled.

§
DistanceUnit?: DistanceUnit | null
[src]

The distance unit of a room profile.

§
IsDefault?: boolean | null
[src]

Retrieves if the profile is default or not.

§
Locale?: string | null
[src]

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

§
MaxVolumeLimit?: number | null
[src]

The max volume limit of a room profile.

§
MeetingRoomConfiguration?: MeetingRoomConfiguration | null
[src]

Meeting room settings of a room profile.

§
ProfileArn?: string | null
[src]

The ARN of a room profile.

§
ProfileName?: string | null
[src]

The name of a room profile.

§
PSTNEnabled?: boolean | null
[src]

The PSTN setting of a room profile.

§
SetupModeDisabled?: boolean | null
[src]

The setup mode of a room profile.

§
TemperatureUnit?: TemperatureUnit | null
[src]

The temperature unit of a room profile.

§
Timezone?: string | null
[src]

The time zone of a room profile.

§
WakeWord?: WakeWord | null
[src]

The wake word of a room profile.