Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_resume_contact_recording: When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call

Description

When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.

Only voice recordings are supported at this time.

Usage

connect_resume_contact_recording(InstanceId, ContactId,
  InitialContactId)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

ContactId

[required] The identifier of the contact.

InitialContactId

[required] The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Request syntax

svc$resume_contact_recording(
  InstanceId = "string",
  ContactId = "string",
  InitialContactId = "string"
)