{ "operationId": "generateTextToSpeech", "method": "POST", "path": "/telephony/config/textToSpeech/actions/generate/invoke", "summary": "Generate a Text-to-Speech Prompt", "requestExamples": [ { "contentType": "application/json", "example": { "voice": "ashley", "text": "Welcome to our service. Please hold while we connect you.", "languageCode": "en_us" } } ], "responseExamples": [ { "status": "202", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1RFWFRfVE9fU1BFRUNILzMyMDE2NGY0LWU1YTMtNDFmZi1hMzI2LTY3YzA5OGU0MWQxZA" } } ] }