CustomUserGreetingInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
uri | str | ❌ | Link to a custom user greeting |
id_ | str | ❌ | Internal identifier of a custom user greeting |
type_ | CustomUserGreetingInfoType | ❌ | Type of custom user greeting |
content_type | CustomUserGreetingInfoContentType | ❌ | Content media type |
content_uri | str | ❌ | Link to a greeting content (audio file) |
answering_rule | CustomGreetingAnsweringRuleInfo | ❌ | Information on an answering rule that the greeting is applied to |
CustomUserGreetingInfoType
Type of custom user greeting
Properties
Name | Type | Required | Description |
---|---|---|---|
INTRODUCTORY | str | ✅ | "Introductory" |
ANNOUNCEMENT | str | ✅ | "Announcement" |
INTERRUPTPROMPT | str | ✅ | "InterruptPrompt" |
CONNECTINGAUDIO | str | ✅ | "ConnectingAudio" |
CONNECTINGMESSAGE | str | ✅ | "ConnectingMessage" |
VOICEMAIL | str | ✅ | "Voicemail" |
UNAVAILABLE | str | ✅ | "Unavailable" |
HOLDMUSIC | str | ✅ | "HoldMusic" |
PRONOUNCEDNAME | str | ✅ | "PronouncedName" |
TEMPLATEGREETING | str | ✅ | "TemplateGreeting" |
CustomUserGreetingInfoContentType
Content media type
Properties
Name | Type | Required | Description |
---|---|---|---|
AUDIO_MPEG | str | ✅ | "audio/mpeg" |
AUDIO_WAV | str | ✅ | "audio/wav" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs