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

OutboundCallConfig

import type { OutboundCallConfig } from "https://aws-api.deno.dev/v0.4/services/connectcampaigns.ts?docs=full";

The configuration used for outbound calls.

interface OutboundCallConfig {
answerMachineDetectionConfig?: AnswerMachineDetectionConfig | null;
connectContactFlowId: string;
connectQueueId: string;
connectSourcePhoneNumber?: string | null;
}

§Properties

§
answerMachineDetectionConfig?: AnswerMachineDetectionConfig | null
[src]
§
connectContactFlowId: string
[src]
§
connectQueueId: string
[src]
§
connectSourcePhoneNumber?: string | null
[src]