Skip to content

conversation_link

Represents a Conversation Link.

CLASS DESCRIPTION
ConversationLink

Conversation Links are used to connect ConversationNodes to and from Participants.

ConversationLink(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None,
    name: Optional[str] = None,
    source_ref: str,
    target_ref: str
)

Bases: BaseElement

Conversation Links are used to connect ConversationNodes to and from Participants.