class Aws::TranscribeService::Types::ChannelDefinition

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.

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

data as a hash:

    {
      channel_id: 1,
      participant_role: "AGENT", # accepts AGENT, CUSTOMER
    }

@!attribute [rw] channel_id

A value that indicates the audio channel.
@return [Integer]

@!attribute [rw] participant_role

Indicates whether the person speaking on the audio channel is the
agent or customer.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ChannelDefinition AWS API Documentation

Constants

SENSITIVE