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

DialRequest

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

A dial request for a campaign.

interface DialRequest {
attributes: {
[key: string]: string | null | undefined;
}
;
clientToken: string;
expirationTime: Date | number;
phoneNumber: string;
}

§Properties

§
attributes: {
[key: string]: string | null | undefined;
}
[src]
§
clientToken: string
[src]
§
expirationTime: Date | number
[src]
§
phoneNumber: string
[src]