Skip to main content

@dialstack/sdk-dev / js/src / AccountConfig

Interface: AccountConfig

Defined in: sdk/js/src/types/account-onboarding.ts:42

Properties

default_agent_visible?

TypeScript
optional default_agent_visible?: boolean | null;

Defined in: sdk/js/src/types/account-onboarding.ts:64

Account-level override for whether the managed AI agent is offered when creating a voice app. Tri-state: null/undefined inherits the platform default, true shows it, false hides it.


e911_notification?

TypeScript
optional e911_notification?: E911NotificationConfig;

Defined in: sdk/js/src/types/account-onboarding.ts:58


extension_length?

TypeScript
optional extension_length?: number;

Defined in: sdk/js/src/types/account-onboarding.ts:44


max_phone_numbers?

TypeScript
optional max_phone_numbers?: number;

Defined in: sdk/js/src/types/account-onboarding.ts:57


recording_enabled?

TypeScript
optional recording_enabled?: boolean;

Defined in: sdk/js/src/types/account-onboarding.ts:47

Whether call audio recordings are retained. Defaults to true.


redaction_enabled?

TypeScript
optional redaction_enabled?: boolean;

Defined in: sdk/js/src/types/account-onboarding.ts:55

Whether sensitive information (PII) is redacted from transcripts and audio recordings. When enabled, redacted words appear as [PII] in transcripts, the matching audio is silenced, calls are transcribed in English only, and a recording is downloadable only after redaction completes. Defaults to false.


region?

TypeScript
optional region?: string;

Defined in: sdk/js/src/types/account-onboarding.ts:43


timezone?

TypeScript
optional timezone?: string;

Defined in: sdk/js/src/types/account-onboarding.ts:56


transcription_enabled?

TypeScript
optional transcription_enabled?: boolean;

Defined in: sdk/js/src/types/account-onboarding.ts:45