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

Contact

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

Contains information about a contact.

interface Contact {
AgentInfo?: AgentInfo | null;
Arn?: string | null;
Channel?: Channel | null;
Description?: string | null;
DisconnectTimestamp?: Date | number | null;
Id?: string | null;
InitialContactId?: string | null;
InitiationMethod?: ContactInitiationMethod | null;
InitiationTimestamp?: Date | number | null;
LastUpdateTimestamp?: Date | number | null;
Name?: string | null;
PreviousContactId?: string | null;
QueueInfo?: QueueInfo | null;
ScheduledTimestamp?: Date | number | null;
}

§Properties

§
AgentInfo?: AgentInfo | null
[src]

Information about the agent who accepted the contact.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the contact.

§
Channel?: Channel | null
[src]

How the contact reached your contact center.

§
Description?: string | null
[src]

The description of the contact.

§
DisconnectTimestamp?: Date | number | null
[src]

The timestamp when the customer endpoint disconnected from Amazon Connect.

§
Id?: string | null
[src]

The identifier for the contact.

§
InitialContactId?: string | null
[src]

If this contact is related to other contacts, this is the ID of the initial contact.

§
InitiationMethod?: ContactInitiationMethod | null
[src]

Indicates how the contact was initiated.

§
InitiationTimestamp?: Date | number | null
[src]

The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived.

§
LastUpdateTimestamp?: Date | number | null
[src]

The timestamp when contact was last updated.

§
Name?: string | null
[src]

The name of the contact.

§
PreviousContactId?: string | null
[src]

If this contact is not the first contact, this is the ID of the previous contact.

§
QueueInfo?: QueueInfo | null
[src]

If this contact was queued, this contains information about the queue.

§
ScheduledTimestamp?: Date | number | null
[src]

The timestamp, in Unix epoch time format, at which to start running the inbound flow.