Skip to main content
Module

x/lambda/mod.ts>ConnectContactFlowEvent

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
interface ConnectContactFlowEvent
import { type ConnectContactFlowEvent } from "https://deno.land/x/lambda@1.24.3/mod.ts";

Properties

Details: { ContactData: { Attributes: { [key: string]: string; }; Channel: ConnectContactFlowChannel; ContactId: string; CustomerEndpoint: ConnectContactFlowEndpoint | null; InitialContactId: string; InitiationMethod: ConnectContactFlowInitiationMethod; InstanceARN: string; PreviousContactId: string; Queue: ConnectContactFlowQueue | null; SystemEndpoint: ConnectContactFlowEndpoint | null; MediaStreams: { Customer: { Audio: CustomerAudio; }; }; }; Parameters: { [key: string]: string; }; }
Name: "ContactFlowEvent"