AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.

Voice and screen recordings are supported.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ResumeContactRecordingAsync.

Namespace: Amazon.Connect
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public abstract ResumeContactRecordingResponse ResumeContactRecording(
         ResumeContactRecordingRequest request
)

Parameters

request
Type: Amazon.Connect.Model.ResumeContactRecordingRequest

Container for the necessary parameters to execute the ResumeContactRecording service method.

Return Value


The response from the ResumeContactRecording service method, as returned by Connect.

Exceptions

ExceptionCondition
InternalServiceException Request processing failed because of an error or failure with the service.
InvalidRequestException The request is not valid.
ResourceNotFoundException The specified resource was not found.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also