You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::VoiceRecordingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VoiceRecordingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  voice_recording_track: "FROM_AGENT", # accepts FROM_AGENT, TO_AGENT, ALL
}

Contains information about the recording configuration settings.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#voice_recording_trackString

Identifies which track is being recorded.

Possible values:

  • FROM_AGENT
  • TO_AGENT
  • ALL

Returns:

  • (String)

    Identifies which track is being recorded.