| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantRole |
ParticipantRole.fromValue(String value)
Use this in place of valueOf.
|
static ParticipantRole |
ParticipantRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantRole[] |
ParticipantRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter |
InterruptionFilter.withParticipantRole(ParticipantRole participantRole)
Indicates whether the caller or customer was interrupting.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(ParticipantRole participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
|
SentimentFilter |
SentimentFilter.withParticipantRole(ParticipantRole participantRole)
A value that determines whether the sentiment belongs to the customer or the agent.
|
TranscriptFilter |
TranscriptFilter.withParticipantRole(ParticipantRole participantRole)
Determines whether the customer or the agent is speaking the phrases that you've specified.
|
Copyright © 2022. All rights reserved.