Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ChannelDefinition Source #
For a call analytics job, an object that indicates the audio channel that belongs to the agent and the audio channel that belongs to the customer.
See: newChannelDefinition
smart constructor.
ChannelDefinition' | |
|
Instances
newChannelDefinition :: ChannelDefinition Source #
Create a value of ChannelDefinition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:participantRole:ChannelDefinition'
, channelDefinition_participantRole
- Indicates whether the person speaking on the audio channel is the agent
or customer.
$sel:channelId:ChannelDefinition'
, channelDefinition_channelId
- A value that indicates the audio channel.
channelDefinition_participantRole :: Lens' ChannelDefinition (Maybe ParticipantRole) Source #
Indicates whether the person speaking on the audio channel is the agent or customer.
channelDefinition_channelId :: Lens' ChannelDefinition (Maybe Natural) Source #
A value that indicates the audio channel.