Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ParticipantRole
-
Packages that use ParticipantRole Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ParticipantRole in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return ParticipantRole Modifier and Type Method Description static ParticipantRoleParticipantRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParticipantRoleChannelDefinition. participantRole()Specify the speaker you want to define.ParticipantRoleUtteranceEvent. participantRole()Provides the role of the speaker for each audio channel, eitherCUSTOMERorAGENT.static ParticipantRoleParticipantRole. 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.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type ParticipantRole Modifier and Type Method Description static Set<ParticipantRole>ParticipantRole. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ParticipantRole Modifier and Type Method Description ChannelDefinition.BuilderChannelDefinition.Builder. participantRole(ParticipantRole participantRole)Specify the speaker you want to define.UtteranceEvent.BuilderUtteranceEvent.Builder. participantRole(ParticipantRole participantRole)Provides the role of the speaker for each audio channel, eitherCUSTOMERorAGENT.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. participantRole(ParticipantRole participantRole)
-