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

ContactContent

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

An object that represents a content of an Amazon Connect contact object.

interface ContactContent {
channel: string;
connectedToSystemTime: Date | number;
contactArn: string;
}

§Properties

§
channel: string
[src]

A list of channels to filter on for related items of type Contact.

§
connectedToSystemTime: Date | number
[src]

The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

§
contactArn: string
[src]

A unique identifier of a contact in Amazon Connect.