class Aws::Connect::Types::StartContactRecordingRequest

@note When making an API call, you may pass StartContactRecordingRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      contact_id: "ContactId", # required
      initial_contact_id: "ContactId", # required
      voice_recording_configuration: { # required
        voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
      },
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] contact_id

The identifier of the contact.
@return [String]

@!attribute [rw] initial_contact_id

The identifier of the contact. This is the identifier of the contact
associated with the first interaction with the contact center.
@return [String]

@!attribute [rw] voice_recording_configuration

The person being recorded.
@return [Types::VoiceRecordingConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartContactRecordingRequest AWS API Documentation

Constants

SENSITIVE