Interface InteractionResourceFormat.DefinitionStages.WithPrimaryParticipantProfilePropertyName

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

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

    • withPrimaryParticipantProfilePropertyName

      InteractionResourceFormat.DefinitionStages.WithCreate withPrimaryParticipantProfilePropertyName(String primaryParticipantProfilePropertyName)
      Specifies the primaryParticipantProfilePropertyName property: The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName..
      Parameters:
      primaryParticipantProfilePropertyName - The primary participant property name for an interaction ,This is used to logically represent the agent of the interaction, Specify the participant name here from ParticipantName.
      Returns:
      the next definition stage.