ParticipantProfilePropertyReferenceArgs

data class ParticipantProfilePropertyReferenceArgs(val interactionPropertyName: Output<String>, val profilePropertyName: Output<String>) : ConvertibleToJava<ParticipantProfilePropertyReferenceArgs>

The participant profile property reference.

Constructors

Link copied to clipboard
constructor(interactionPropertyName: Output<String>, profilePropertyName: Output<String>)

Properties

Link copied to clipboard

The source interaction property that maps to the target profile property.

Link copied to clipboard

The target profile property that maps to the source interaction property.

Functions

Link copied to clipboard
open override fun toJava(): ParticipantProfilePropertyReferenceArgs