Interface InteractionResourceFormat.UpdateStages.WithParticipantProfiles

All Known Subinterfaces:
InteractionResourceFormat.Update
Enclosing interface:
InteractionResourceFormat.UpdateStages

public static interface InteractionResourceFormat.UpdateStages.WithParticipantProfiles
The stage of the InteractionResourceFormat update allowing to specify participantProfiles.
  • Method Details

    • withParticipantProfiles

      InteractionResourceFormat.Update withParticipantProfiles(List<Participant> participantProfiles)
      Specifies the participantProfiles property: Profiles that participated in the interaction..
      Parameters:
      participantProfiles - Profiles that participated in the interaction.
      Returns:
      the next definition stage.