Conference Commands
Speak text to conference participants
Convert text to speech and play it to all or some participants.
post/conferences/{id}/actions/speak
Path parameters
idstring required
Specifies the conference by id or name
Request body
Example request
{
"call_control_ids": [
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
],
"payload": "Say this to participants",
"payload_type": "text",
"voice": "female",
"language": "en-US",
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}Changes
Changed in 2 of the 47 revisions of this API.3
- ○
added the new optional request property
voice_settings/oneOf[subschema #8: Inworld Voice Settings]/delivery_modenew-optional-request-property
- ○
- ○
added
xaidiscriminator mapping keys to thevoice_settingsrequest propertyrequest-property-discriminator-mapping-added
- ○
added
XAIVoiceSettingsto thevoice_settingsrequest propertyoneOflistrequest-property-one-of-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○