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

ContactFlowSummary

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

Contains summary information about a contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

interface ContactFlowSummary {
Arn?: string | null;
ContactFlowState?: ContactFlowState | null;
ContactFlowType?: ContactFlowType | null;
Id?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the contact flow.

§
ContactFlowState?: ContactFlowState | null
[src]

The type of contact flow.

§
ContactFlowType?: ContactFlowType | null
[src]

The type of contact flow.

§
Id?: string | null
[src]

The identifier of the contact flow.

§
Name?: string | null
[src]

The name of the contact flow.