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

AgentInfo

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

Information about the agent who accepted the contact.

interface AgentInfo {
ConnectedToAgentTimestamp?: Date | number | null;
Id?: string | null;
}

§Properties

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

The timestamp when the contact was connected to the agent.

§
Id?: string | null
[src]

The identifier of the agent who accepted the contact.