()
| 56 | id: string; |
| 57 | displayName: string; |
| 58 | start(): Promise<void>; |
| 59 | stop(): Promise<void>; |
| 60 | normalizeInboundEvent(payload: Record<string, unknown>): InboundTextEvent | null | Promise<InboundTextEvent | null>; |
| 61 | buildTextDeliveries(params: { |
no outgoing calls
no test coverage detected