# `Twilio.Resources.Api.V2010.Call.Event`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/api/v2010/call/event.ex#L2)

API and webhook requests and responses. Contains parameters and TwiML for application control.

Parent: `/Accounts/{AccountSid}/Calls/{Sid}.json`

## Properties

| Field | Description |
|-------|-------------|
| `request` | Contains a dictionary representing the request of the call.. PII: sensitive |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `response` | Contains a dictionary representing the call response, including a list of the call events.. PII: sensitive |

# `t`

```elixir
@type t() :: %Twilio.Resources.Api.V2010.Call.Event{
  request: String.t() | nil,
  response: String.t() | nil
}
```

# `object_name`

---

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