# `Twilio.Intelligence.V2.OperatorTypeService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/intelligence/v2/operator_type_service.ex#L2)

Service for OperatorType API operations.

Operations: `list`, `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Intelligence.V2.OperatorType.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Fetch a specific Operator Type.

Operation: `FetchOperatorType` | Tags: IntelligenceV2OperatorType

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieves a list of all Operator Types for an Account.

Operation: `ListOperatorType` | Tags: IntelligenceV2OperatorType

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieves a list of all Operator Types for an Account. (lazy auto-pagination).

---

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