# `Twilio.Resources.Flex.V2.WebChannels`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/flex/v2/web_channels.ex#L2)

WebChannels resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `conversation_sid` | The unique string representing the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) created. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `identity` | The unique string representing the User created and should be authorized to participate in the Conversation. For more details, see [User Identity & Access Tokens](https://www.twilio.com/docs/conversations/identity).. PII: standard |

# `t`

```elixir
@type t() :: %Twilio.Resources.Flex.V2.WebChannels{
  conversation_sid: String.t() | nil,
  identity: String.t() | nil
}
```

# `object_name`

---

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