Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.41 KB

File metadata and controls

72 lines (52 loc) · 2.41 KB

ConferenceSpeakRequest

Properties

Name Type Description Notes
callControlIds List<String> Call Control IDs of participants who will hear the spoken text. When empty all participants will hear the spoken text. [optional]
payload String The text or SSML to be converted into speech. There is a 3,000 character limit.
payloadType PayloadTypeEnum The type of the provided payload. The payload can either be plain text, or Speech Synthesis Markup Language (SSML). [optional]
voice VoiceEnum The gender of the voice used to speak back the text or the specific Amazon Polly voice to be used in the form of `Polly.<voice>`, e.g. `Polly.Brian`. All standard Amazon Polly voices are supported.
language LanguageEnum The language you want spoken. This parameter is ignored when a `Polly.*` voice is specified. [optional]
commandId String Use this field to avoid execution of duplicate commands. Telnyx will ignore subsequent commands with the same `command_id` as one that has already been executed. [optional]

Enum: PayloadTypeEnum

Name Value
TEXT "text"
SSML "ssml"

Enum: VoiceEnum

Name Value
MALE "male"
FEMALE "female"

Enum: LanguageEnum

Name Value
ARB "arb"
CMN_CN "cmn-CN"
CY_GB "cy-GB"
DA_DK "da-DK"
DE_DE "de-DE"
EN_AU "en-AU"
EN_GB "en-GB"
EN_GB_WLS "en-GB-WLS"
EN_IN "en-IN"
EN_US "en-US"
ES_ES "es-ES"
ES_MX "es-MX"
ES_US "es-US"
FR_CA "fr-CA"
FR_FR "fr-FR"
HI_IN "hi-IN"
IS_IS "is-IS"
IT_IT "it-IT"
JA_JP "ja-JP"
KO_KR "ko-KR"
NB_NO "nb-NO"
NL_NL "nl-NL"
PL_PL "pl-PL"
PT_BR "pt-BR"
PT_PT "pt-PT"
RO_RO "ro-RO"
RU_RU "ru-RU"
SV_SE "sv-SE"
TR_TR "tr-TR"