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

UpdateContactAttributesRequest

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

§Properties

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

The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other contact attributes.

You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.

§
InitialContactId: string
[src]

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

§
InstanceId: string
[src]

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