| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantRole |
ParticipantRole.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParticipantRole |
UtteranceEvent.participantRole()
Provides the role of the speaker for each audio channel, either
CUSTOMER or AGENT. |
ParticipantRole |
ChannelDefinition.participantRole()
Specify the speaker you want to define.
|
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 |
|---|---|
static Set<ParticipantRole> |
ParticipantRole.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UtteranceEvent.Builder |
UtteranceEvent.Builder.participantRole(ParticipantRole participantRole)
Provides the role of the speaker for each audio channel, either
CUSTOMER or AGENT. |
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.participantRole(ParticipantRole participantRole) |
ChannelDefinition.Builder |
ChannelDefinition.Builder.participantRole(ParticipantRole participantRole)
Specify the speaker you want to define.
|
Copyright © 2023. All rights reserved.