| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition |
ChannelDefinition.clone() |
ChannelDefinition |
ChannelDefinition.withChannelId(Integer channelId)
A value that indicates the audio channel.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(ParticipantRole participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(String participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
CallAnalyticsJob.getChannelDefinitions()
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
List<ChannelDefinition> |
StartCallAnalyticsJobRequest.getChannelDefinitions()
When you start a call analytics job, you must pass an array that maps the agent and the customer to specific
audio channels.
|
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(ChannelDefinition... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
StartCallAnalyticsJobRequest |
StartCallAnalyticsJobRequest.withChannelDefinitions(ChannelDefinition... channelDefinitions)
When you start a call analytics job, you must pass an array that maps the agent and the customer to specific
audio channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallAnalyticsJob.setChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
void |
StartCallAnalyticsJobRequest.setChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
When you start a call analytics job, you must pass an array that maps the agent and the customer to specific
audio channels.
|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
StartCallAnalyticsJobRequest |
StartCallAnalyticsJobRequest.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
When you start a call analytics job, you must pass an array that maps the agent and the customer to specific
audio channels.
|
Copyright © 2022. All rights reserved.