# `Gemini.Types.Live.Enums.ActivityHandling`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L19)

The different ways of handling user activity.

## Values

- `:unspecified` - Default behavior is `START_OF_ACTIVITY_INTERRUPTS`
- `:start_of_activity_interrupts` - Start of activity will interrupt the model's response (barge in)
- `:no_interruption` - The model's response will not be interrupted

# `t`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L30)

```elixir
@type t() :: :unspecified | :start_of_activity_interrupts | :no_interruption
```

# `from_api`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L38)

```elixir
@spec from_api(String.t() | nil) :: t() | nil
```

# `to_api`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L33)

```elixir
@spec to_api(t()) :: String.t()
```

---

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