# `Gemini.Types.Interactions.Events.InteractionEvent`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.15.0/lib/gemini/types/interactions/events.ex#L79)

Interactions SSE event: `interaction.start` or `interaction.complete`.

# `event_type`

```elixir
@type event_type() :: String.t()
```

# `t`

```elixir
@type t() :: %Gemini.Types.Interactions.Events.InteractionEvent{
  event_id: String.t() | nil,
  event_type: event_type() | nil,
  interaction: Gemini.Types.Interactions.Interaction.t() | nil
}
```

# `from_api`

```elixir
@spec from_api(map() | nil) :: t() | nil
```

# `to_api`

```elixir
@spec to_api(t() | map() | nil) :: map() | nil
```

---

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