Uses of Class
software.amazon.awssdk.services.connect.model.ParticipantRole
-
Packages that use ParticipantRole Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantRole in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.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.ParticipantRoleParticipantDetailsToAdd. participantRole()The role of the participant being added.ParticipantRoleRealTimeContactAnalysisSegmentAttachments. participantRole()The role of the participant.ParticipantRoleRealTimeContactAnalysisSegmentEvent. participantRole()The role of the participant.ParticipantRoleRealTimeContactAnalysisSegmentTranscript. participantRole()The role of the participant.ParticipantRoleTranscriptCriteria. participantRole()The participant role in a transcriptstatic 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.connect.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.connect.model with parameters of type ParticipantRole Modifier and Type Method Description ParticipantDetailsToAdd.BuilderParticipantDetailsToAdd.Builder. participantRole(ParticipantRole participantRole)The role of the participant being added.RealTimeContactAnalysisSegmentAttachments.BuilderRealTimeContactAnalysisSegmentAttachments.Builder. participantRole(ParticipantRole participantRole)The role of the participant.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. participantRole(ParticipantRole participantRole)The role of the participant.RealTimeContactAnalysisSegmentTranscript.BuilderRealTimeContactAnalysisSegmentTranscript.Builder. participantRole(ParticipantRole participantRole)The role of the participant.TranscriptCriteria.BuilderTranscriptCriteria.Builder. participantRole(ParticipantRole participantRole)The participant role in a transcript
-