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

ContactFlow

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

Contains information about a contact flow.

interface ContactFlow {
Arn?: string | null;
Content?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
State?: ContactFlowState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type?: ContactFlowType | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
Content?: string | null
[src]

The content of the contact flow.

§
Description?: string | null
[src]

The description of the contact flow.

§
Id?: string | null
[src]

The identifier of the contact flow.

§
Name?: string | null
[src]

The name of the contact flow.

§
State?: ContactFlowState | null
[src]

The type of contact flow.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

One or more tags.

§
Type?: ContactFlowType | null
[src]

The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.