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
- Struct
- Aws::Connect::Types::VoiceRecordingConfiguration
- 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
-
#voice_recording_track ⇒ String
Identifies which track is being recorded.
Instance Attribute Details
#voice_recording_track ⇒ String
Identifies which track is being recorded.
Possible values:
- FROM_AGENT
- TO_AGENT
- ALL