PronouncedNameInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | PronouncedNameInfoType | ❌ | The method used to pronounce the user's name: - Default - default extension name; first and last name specified in user's profile are pronounced using text-to-speech; - TextToSpeech - custom text specified by a user pronounced using text-to-speech; - Recorded - custom audio uploaded by a user, the name recorded in user's own voice (supported only for extension retrieval). |
text | str | ❌ | Custom text (for TextToSpeech type only) |
prompt | PronouncedNamePromptInfo | ❌ |
PronouncedNameInfoType
The method used to pronounce the user's name: - Default
- default extension name; first and last name specified in user's profile are pronounced using text-to-speech; - TextToSpeech
- custom text specified by a user pronounced using text-to-speech; - Recorded
- custom audio uploaded by a user, the name recorded in user's own voice (supported only for extension retrieval).
Properties
Name | Type | Required | Description |
---|---|---|---|
DEFAULT | str | ✅ | "Default" |
TEXTTOSPEECH | str | ✅ | "TextToSpeech" |
RECORDED | str | ✅ | "Recorded" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs