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

SendVoiceMessageRequest

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

SendVoiceMessageRequest

interface SendVoiceMessageRequest {
CallerId?: string | null;
ConfigurationSetName?: string | null;
Content?: VoiceMessageContent | null;
DestinationPhoneNumber?: string | null;
OriginationPhoneNumber?: string | null;
}

§Properties

§
CallerId?: string | null
[src]

The phone number that appears on recipients' devices when they receive the message.

§
ConfigurationSetName?: string | null
[src]

The name of the configuration set that you want to use to send the message.

§
DestinationPhoneNumber?: string | null
[src]

The phone number that you want to send the voice message to.

§
OriginationPhoneNumber?: string | null
[src]

The phone number that Amazon Pinpoint should use to send the voice message. This isn't necessarily the phone number that appears on recipients' devices when they receive the message, because you can specify a CallerId parameter in the request.