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

UpdateContactFlowMetadataRequest

import type { UpdateContactFlowMetadataRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateContactFlowMetadataRequest {
ContactFlowId: string;
ContactFlowState?: ContactFlowState | null;
Description?: string | null;
InstanceId: string;
Name?: string | null;
}

§Properties

§
ContactFlowId: string
[src]

The identifier of the contact flow.

§
ContactFlowState?: ContactFlowState | null
[src]

The state of contact flow.

§
Description?: string | null
[src]

The description of the contact flow.

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
Name?: string | null
[src]

TThe name of the contact flow.