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

StartAttachmentUploadResponse

import type { StartAttachmentUploadResponse } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface StartAttachmentUploadResponse {
AttachmentId?: string | null;
UploadMetadata?: UploadMetadata | null;
}

§Properties

§
AttachmentId?: string | null
[src]

A unique identifier for the attachment.

§
UploadMetadata?: UploadMetadata | null
[src]

Fields to be used while uploading the attachment.