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

UserPhoneConfig

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

Contains information about the phone configuration settings for a user.

interface UserPhoneConfig {
AfterContactWorkTimeLimit?: number | null;
AutoAccept?: boolean | null;
DeskPhoneNumber?: string | null;
PhoneType: PhoneType;
}

§Properties

§
AfterContactWorkTimeLimit?: number | null
[src]

The After Call Work (ACW) timeout setting, in seconds.

§
AutoAccept?: boolean | null
[src]

The Auto accept setting.

§
DeskPhoneNumber?: string | null
[src]

The phone number for the user's desk phone.

§
PhoneType: PhoneType
[src]

The phone type.