Accept the incoming contact for the given contactId in Amazon Connect Agent Workspace - Agent Workspace

Accept the incoming contact for the given contactId in Amazon Connect Agent Workspace

Accept the incoming contact for the given contactId.

Signature

accept(contactId: string): Promise<void>

Usage

await contactClient.accept(contactId);

Input

Parameter Type Description
contactId Required string The id of the contact to which a participant needs to be added.

Permissions required:

Contact.Details.Edit