Interface InteractionResourceFormat.UpdateStages.WithPrimaryParticipantProfilePropertyName

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

public static interface InteractionResourceFormat.UpdateStages.WithPrimaryParticipantProfilePropertyName
The stage of the InteractionResourceFormat update allowing to specify primaryParticipantProfilePropertyName.
  • Method Summary

    Modifier and Type
    Method
    Description
    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..
  • Method Details

    • withPrimaryParticipantProfilePropertyName

      InteractionResourceFormat.Update 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.