Skip to main content

Interface: ForwardingNumberDef

Defined in: packages/sdk/src/types/ability-types.ts:202

A single forwarding number in the ability config

Properties

celCondition?

optional celCondition: string

Defined in: packages/sdk/src/types/ability-types.ts:210

CEL expression that must evaluate to true for this number to be available


choicePrompt?

optional choicePrompt: string

Defined in: packages/sdk/src/types/ability-types.ts:208

Hint for the LLM about when to use this number (e.g., 'for billing inquiries')


name

name: string

Defined in: packages/sdk/src/types/ability-types.ts:204

Human-readable name for this forwarding destination (e.g., 'Billing Department')


phoneNumber

phoneNumber: string

Defined in: packages/sdk/src/types/ability-types.ts:206

Phone number in E.164 format (e.g., '+15551234567')