Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OutboundCallerConfig

import type { OutboundCallerConfig } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

The outbound caller ID name, number, and outbound whisper flow.

interface OutboundCallerConfig {
OutboundCallerIdName?: string | null;
OutboundCallerIdNumberId?: string | null;
OutboundFlowId?: string | null;
}

§Properties

§
OutboundCallerIdName?: string | null
[src]

The caller ID name.

§
OutboundCallerIdNumberId?: string | null
[src]

The caller ID number.

§
OutboundFlowId?: string | null
[src]

The outbound whisper flow to be used during an outbound call.