*** id: 4b31dc87-8a03-496a-bd2d-e76de2314c4a title: PlayTTSAction slug: /go/reference/calling/actions/play-tts description: The Play TTS Action is used to play text to speech on a call. max-toc-depth: 3 ---------------- [link]: /docs/server-sdk/v2/go/reference/calling/call ## Relay.Calling.PlayTTSAction This object represents a `TTS action` that is currently active on a call. ### Properties | Name | Type | Description | | ------ | ---------------------------- | -------------------------------------------- | | `call` | [`Relay.Calling.Call`][link] | This is the call the action is occurring on. | ### Methods #### stop() Stop the action immediately. **Parameters** *None* **Returns** **Examples** > Play TTS in the call and stop it if `$agent` is not available. ```go ```