import PlayableSounds from ./_sharedtables/playable_sounds.mdx; Play file(s), ringtones, speech or silence. | Name | Type | Default | Description | |:--|:|:--|:-| | playRequired | object | - | An object that accepts the [play parameters](#parameters). | ## **play Parameters** {#parameters} | Name | Type | Default | Description | |:-|:--|:--|:-| | urls (or url)Required | string \| string[] | - | Either a [playable sound](#playable-sounds), or an array of [playable sounds](#playable-sounds)
Cannot pass both url and urls at the sametime. Authentication can also be set in the url in the format of username:password@url. | | volumeOptional | number | 0 | Volume gain to apply to played URLs. Allowed values from -40.0 to 40.0. | | say_voiceOptional | string | Polly.Salli | Voice to use with say: for text to speech. | | say_languageOptional | string | en-US | Language to use with say: for text to speech. | | say_genderOptional | string | female | Gender to use with say: for text to speech. | ## **Playable sounds**