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

ProfileData

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

The data of a room profile.

interface ProfileData {
Address?: string | null;
DistanceUnit?: DistanceUnit | null;
IsDefault?: boolean | null;
Locale?: string | null;
ProfileArn?: string | null;
ProfileName?: string | null;
TemperatureUnit?: TemperatureUnit | null;
Timezone?: string | null;
WakeWord?: WakeWord | null;
}

§Properties

§
Address?: string | null
[src]

The address of a room profile.

§
DistanceUnit?: DistanceUnit | null
[src]

The distance unit of a room profile.

§
IsDefault?: boolean | null
[src]

Retrieves if the profile data is default or not.

§
Locale?: string | null
[src]

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

§
ProfileArn?: string | null
[src]

The ARN of a room profile.

§
ProfileName?: string | null
[src]

The name 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.