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

UpdateCampaignOutboundCallConfigRequest

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

UpdateCampaignOutboundCallConfigRequest

interface UpdateCampaignOutboundCallConfigRequest {
answerMachineDetectionConfig?: AnswerMachineDetectionConfig | null;
connectContactFlowId?: string | null;
connectSourcePhoneNumber?: string | null;
id: string;
}

§Properties

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