---
title: "init(conversationUUID:digits:tone:)"
framework: livecommunicationkit
role: symbol
role_heading: Initializer
path: "livecommunicationkit/playtoneaction/init(conversationuuid:digits:tone:)"
---

# init(conversationUUID:digits:tone:)

Creates an action that plays a sequence of tones that indicate an interaction with the keypad.

## Declaration

```swift
init(conversationUUID: UUID, digits: String, tone: PlayToneAction.Tone)
```

## Parameters

- `conversationUUID`: The unique identifier of the conversation to which this action will be applied.
- `digits`: The digits tapped by the user into the keypad or included in the dial string.
- `tone`: The tone to play.
