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

CreateProfileRequest

import type { CreateProfileRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateProfileRequest {
Address: string;
ClientRequestToken?: string | null;
DataRetentionOptIn?: boolean | null;
DistanceUnit: DistanceUnit;
Locale?: string | null;
MaxVolumeLimit?: number | null;
MeetingRoomConfiguration?: CreateMeetingRoomConfiguration | null;
ProfileName: string;
PSTNEnabled?: boolean | null;
SetupModeDisabled?: boolean | null;
Tags?: Tag[] | null;
TemperatureUnit: TemperatureUnit;
Timezone: string;
WakeWord: WakeWord;
}

§Properties

§
Address: string
[src]

The valid address for the room.

§
ClientRequestToken?: string | null
[src]

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

§
DataRetentionOptIn?: boolean | null
[src]

Whether data retention of the profile is enabled.

§
DistanceUnit: DistanceUnit
[src]

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

§
Locale?: string | null
[src]

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

§
MaxVolumeLimit?: number | null
[src]

The maximum volume limit for a room profile.

§
MeetingRoomConfiguration?: CreateMeetingRoomConfiguration | null
[src]

The meeting room settings of a room profile.

§
ProfileName: string
[src]

The name of a room profile.

§
PSTNEnabled?: boolean | null
[src]

Whether PSTN calling is enabled.

§
SetupModeDisabled?: boolean | null
[src]

Whether room profile setup is enabled.

§
Tags?: Tag[] | null
[src]

The tags for the profile.

§
TemperatureUnit: TemperatureUnit
[src]

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

§
Timezone: string
[src]

The time zone used by a room profile.

§
WakeWord: WakeWord
[src]

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