# `Twilio.Resources.Conversations.V1.Service.Configuration.Notification`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/conversations/v1/service/configuration/notification.ex#L2)

A Service Notification resource manages a set of settings to determine push notification behavior at service level.

Parent: `/Services/{ChatServiceSid}/Configuration`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. |
| `added_to_conversation` | The Push Notification configuration for being added to a Conversation. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `chat_service_sid` | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. |
| `log_enabled` | Weather the notification logging is enabled. |
| `new_message` | The Push Notification configuration for New Messages. |
| `removed_from_conversation` | The Push Notification configuration for being removed from a Conversation. |
| `url` | An absolute API resource URL for this configuration.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Conversations.V1.Service.Configuration.Notification{
  account_sid: String.t() | nil,
  added_to_conversation: String.t() | nil,
  chat_service_sid: String.t() | nil,
  log_enabled: boolean() | nil,
  new_message: String.t() | nil,
  removed_from_conversation: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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