Interface: ForwardingNumberDef
Defined in: packages/sdk/src/types/ability-types.ts:227
A single forwarding number in the ability config
Properties
celCondition?
optionalcelCondition:string
Defined in: packages/sdk/src/types/ability-types.ts:235
CEL expression that must evaluate to true for this number to be available
choicePrompt?
optionalchoicePrompt:string
Defined in: packages/sdk/src/types/ability-types.ts:233
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:229
Human-readable name for this forwarding destination (e.g., 'Billing Department')
phoneNumber
phoneNumber:
string
Defined in: packages/sdk/src/types/ability-types.ts:231
Phone number in E.164 format (e.g., '+15551234567')