| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
CallAnalyticsJob.channelDefinitions()
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.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 |
|---|---|
CallAnalyticsJob.Builder |
CallAnalyticsJob.Builder.channelDefinitions(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.Builder |
StartCallAnalyticsJobRequest.Builder.channelDefinitions(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 |
|---|---|
CallAnalyticsJob.Builder |
CallAnalyticsJob.Builder.channelDefinitions(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.Builder |
StartCallAnalyticsJobRequest.Builder.channelDefinitions(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 © 2021. All rights reserved.