Speak (UDP)

Send a message with text-to-speech (TTS) using Speaker.bot via UDP
Read more in Guide > Integrations > Speakerbot.

Parameters

Voice Aliasrequired
Text

The name of the voice alias to use

Pass Through Bad Word Filter
Toggle

Toggle the bad word filter on or off

Messagerequired
Text

The message content to send to Speaker.bot

Variables

This sub-action does not populate any variables.

C# Usage

public int TtsSpeak(string voiceAlias, string message, bool badWordFilter = false)