@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonConnectContactLensAsyncClient extends AmazonConnectContactLensClient implements AmazonConnectContactLensAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AmazonConnectContactLensAsyncClientBuilder |
asyncBuilder() |
ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async requests.
|
Future<ListRealtimeContactAnalysisSegmentsResult> |
listRealtimeContactAnalysisSegmentsAsync(ListRealtimeContactAnalysisSegmentsRequest request)
Provides a list of analysis segments for a real-time analysis session.
|
Future<ListRealtimeContactAnalysisSegmentsResult> |
listRealtimeContactAnalysisSegmentsAsync(ListRealtimeContactAnalysisSegmentsRequest request,
AsyncHandler<ListRealtimeContactAnalysisSegmentsRequest,ListRealtimeContactAnalysisSegmentsResult> asyncHandler)
Provides a list of analysis segments for a real-time analysis session.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
builder, getCachedResponseMetadata, listRealtimeContactAnalysisSegments
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, listRealtimeContactAnalysisSegments
public static AmazonConnectContactLensAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<ListRealtimeContactAnalysisSegmentsResult> listRealtimeContactAnalysisSegmentsAsync(ListRealtimeContactAnalysisSegmentsRequest request)
AmazonConnectContactLensAsync
Provides a list of analysis segments for a real-time analysis session.
listRealtimeContactAnalysisSegmentsAsync
in interface AmazonConnectContactLensAsync
public Future<ListRealtimeContactAnalysisSegmentsResult> listRealtimeContactAnalysisSegmentsAsync(ListRealtimeContactAnalysisSegmentsRequest request, AsyncHandler<ListRealtimeContactAnalysisSegmentsRequest,ListRealtimeContactAnalysisSegmentsResult> asyncHandler)
AmazonConnectContactLensAsync
Provides a list of analysis segments for a real-time analysis session.
listRealtimeContactAnalysisSegmentsAsync
in interface AmazonConnectContactLensAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonConnectContactLens
shutdown
in class AmazonConnectContactLensClient