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

SendEventResponse

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

§Properties

§
AbsoluteTime?: string | null
[src]

The time when the event was sent.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

§
Id?: string | null
[src]

The ID of the response.