# `Twilio.Resources.Intelligence.V3.ControlPlane.Operator`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/intelligence/v3/control_plane/operator.ex#L2)

Operator resource.

## Properties

| Field | Description |
|-------|-------------|
| `input` | A sample input text that demonstrates the type of content the Operator processes. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `output` | The expected output corresponding to the provided input example. This value must be consistent with the defined `output_format` and `output_schema` of the Operator. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Intelligence.V3.ControlPlane.Operator{
  input: String.t(),
  output: String.t()
}
```

# `object_name`

---

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