# `Cyclium.Intent.Origin`
[🔗](https://github.com/Cyclium/cyclium_ex/blob/main/lib/cyclium/intent/origin.ex#L1)

Describes how and why a conversation was created.

# `t`

```elixir
@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
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
