/** * *

Connect Customer is an easy-to-use omnichannel cloud contact center service that * enables companies of any size to deliver superior customer service at a lower cost. * Connect Customer communications capabilities make it easy for companies to deliver * personalized interactions across communication channels, including chat.

*

Use the Connect Customer Participant Service to manage participants (for example, * agents, customers, and managers listening in), and to send messages and events within a * chat contact. The APIs in the service enable the following: sending chat messages, * attachment sharing, managing a participant's connection state and message events, and * retrieving chat transcripts.

* * @packageDocumentation */ export * from "./ConnectParticipantClient"; export * from "./ConnectParticipant"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ConnectParticipantExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ConnectParticipantServiceException } from "./models/ConnectParticipantServiceException";