/** * *

Amazon Connect Contact Lens enables you to analyze conversations between customer and agents, by using * speech transcription, natural language processing, and intelligent search capabilities. * It performs sentiment analysis, detects issues, and enables you to automatically * categorize contacts.

*

Amazon Connect Contact Lens provides both real-time and post-call analytics of customer-agent * conversations. For more information, see Analyze conversations * using speech analytics in the Amazon Connect Administrator * Guide.

* * @packageDocumentation */ export * from "./ConnectContactLensClient"; export * from "./ConnectContactLens"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ConnectContactLensExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ConnectContactLensServiceException } from "./models/ConnectContactLensServiceException";