Cyclium.Intent.Origin (Cyclium v0.1.12)

Copy Markdown View Source

Describes how and why a conversation was created.

Summary

Types

t()

@type t() :: %Cyclium.Intent.Origin{
  actor_id: atom() | binary() | nil,
  principal: map() | nil,
  trigger_ref: map() | nil,
  type: :user | :workflow | :system,
  workflow_ref: map() | nil
}