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

UpdateContactRequest

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

§Properties

§
ContactId: string
[src]

The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.

§
Description?: string | null
[src]

The description of the contact.

§
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]

The name of the contact.

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

A formatted URL that is shown to an agent in the Contact Control Panel (CCP).