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

AnswerMachineDetectionConfig

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

Configuration of the answering machine detection.

interface AnswerMachineDetectionConfig {
AwaitAnswerMachinePrompt?: boolean | null;
EnableAnswerMachineDetection?: boolean | null;
}

§Properties

§
AwaitAnswerMachinePrompt?: boolean | null
[src]

Wait for the answering machine prompt.

§
EnableAnswerMachineDetection?: boolean | null
[src]

The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.