ParticipantProfilePropertyReferenceArgs

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

The participant profile property reference.

Constructors

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

Functions

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

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.