Initializes an instance of AlertAudioData.
AlertAudioDataCreates a deep copy of the object.
Kind: Instance method of AlertAudioData
Returns: AlertAudioData - A deep clone of the AlertAudioData instance.
BooleanGet the PlayTone
Kind: Instance method of AlertAudioData
Returns: Boolean - the playTone value
AlertAudioDataSet the PlayTone
Kind: Instance method of AlertAudioData
Returns: AlertAudioData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| playTone | Boolean |
Defines if tone should be played. Tone is played before TTS. If omitted or provided without ttsChunks, no tone is played. |