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

CreateContactFlowRequest

import type { CreateContactFlowRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateContactFlowRequest {
Content: string;
Description?: string | null;
InstanceId: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Content: string
[src]

The content of the contact flow.

§
Description?: string | null
[src]

The description of the contact flow.

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance.

§
Name: string
[src]

The name of the contact flow.

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

One or more tags.

§

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