View on GitHub

aws-sdk-swift

ConnectContactLensClientProtocol

Contact Lens for Amazon Connect 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. Contact Lens for Amazon Connect provides both real-time and post-call analytics of customer-agent conversations. For more information, see Analyze conversations using Contact Lens in the Amazon Connect Administrator Guide.

public protocol ConnectContactLensClientProtocol 

Requirements

listRealtimeContactAnalysisSegments(input:completion:)

Provides a list of analysis segments for a real-time analysis session.

func listRealtimeContactAnalysisSegments(input: ListRealtimeContactAnalysisSegmentsInput, completion: @escaping (ClientRuntime.SdkResult<ListRealtimeContactAnalysisSegmentsOutputResponse, ListRealtimeContactAnalysisSegmentsOutputError>) -> Void)