Webex · Example Payload

Webex Listtexttospeechvoices Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listtexttospeechvoices Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
          }
        ]
      }
    }
  ]
}