@dialstack/sdk-dev / js/src / AccountConfig
Interface: AccountConfig
Defined in: sdk/js/src/types/account-onboarding.ts:42
Properties
default_agent_visible?
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?
optional e911_notification?: E911NotificationConfig;
Defined in: sdk/js/src/types/account-onboarding.ts:58
extension_length?
optional extension_length?: number;
Defined in: sdk/js/src/types/account-onboarding.ts:44
max_phone_numbers?
optional max_phone_numbers?: number;
Defined in: sdk/js/src/types/account-onboarding.ts:57
recording_enabled?
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?
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?
optional region?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:43
timezone?
optional timezone?: string;
Defined in: sdk/js/src/types/account-onboarding.ts:56
transcription_enabled?
optional transcription_enabled?: boolean;
Defined in: sdk/js/src/types/account-onboarding.ts:45