struct Asterisk::ARI::Sounds::Sound
- Asterisk::ARI::Sounds::Sound
- Struct
- Value
- Object
Overview
A media file that may be played back.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/sounds_sound.crConstructors
Instance Method Summary
-
#formats : Array(Sounds::FormatLangPair)
The formats and languages in which this sound is available.
-
#formats=(formats : Array(Sounds::FormatLangPair))
The formats and languages in which this sound is available.
-
#id : String
Sound's identifier.
-
#id=(id : String)
Sound's identifier.
-
#text : String?
Text description of the sound, usually the words spoken.
-
#text=(text : String?)
Text description of the sound, usually the words spoken.
Constructor Detail
Instance Method Detail
def formats : Array(Sounds::FormatLangPair)
#
The formats and languages in which this sound is available.
def formats=(formats : Array(Sounds::FormatLangPair))
#
The formats and languages in which this sound is available.