Interface InteractionResourceFormat.DefinitionStages.WithParticipantProfiles

All Known Subinterfaces:
InteractionResourceFormat.Definition, InteractionResourceFormat.DefinitionStages.WithCreate
Enclosing interface:
InteractionResourceFormat.DefinitionStages

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

    • withParticipantProfiles

      InteractionResourceFormat.DefinitionStages.WithCreate 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.