{ "operationId": "listTextToSpeechVoices", "method": "GET", "path": "/telephony/config/textToSpeech/voices", "summary": "List Text-to-Speech Voices", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "voices": [ { "id": "ashley", "label": "Ashley-Female" }, { "id": "steve", "label": "Steve-Male" } ] } } ] }