DictionaryGreetingInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a greeting |
uri | str | ❌ | Link to a greeting |
name | str | ❌ | Name of a greeting |
usage_type | DictionaryGreetingInfoUsageType | ❌ | Usage type of greeting, specifying if the greeting is applied for user extension or department (call queue) extension. |
text | str | ❌ | Text of a greeting, if any |
content_uri | str | ❌ | Link to a greeting content (audio file), if any |
type_ | GreetingTypeEnum | ❌ | Type of greeting, specifying the case when the greeting is played. |
category | DictionaryGreetingInfoCategory | ❌ | Category of a greeting, specifying data form. The category value 'None' specifies that greetings of a certain type ('Introductory', 'ConnectingAudio', etc.) are switched off for an extension = ['Music', 'Message', 'RingTones', 'None'] |
navigation | PageNavigationModel | ❌ | Links to other pages of the current result set |
paging | EnumeratedPagingModel | ❌ |
DictionaryGreetingInfoUsageType
Usage type of greeting, specifying if the greeting is applied for user extension or department (call queue) extension.
Properties
Name | Type | Required | Description |
---|---|---|---|
USEREXTENSIONANSWERINGRULE | str | ✅ | "UserExtensionAnsweringRule" |
EXTENSIONANSWERINGRULE | str | ✅ | "ExtensionAnsweringRule" |
DEPARTMENTEXTENSIONANSWERINGRULE | str | ✅ | "DepartmentExtensionAnsweringRule" |
BLOCKEDCALLS | str | ✅ | "BlockedCalls" |
CALLRECORDING | str | ✅ | "CallRecording" |
COMPANYANSWERINGRULE | str | ✅ | "CompanyAnsweringRule" |
COMPANYAFTERHOURSANSWERINGRULE | str | ✅ | "CompanyAfterHoursAnsweringRule" |
LIMITEDEXTENSIONANSWERINGRULE | str | ✅ | "LimitedExtensionAnsweringRule" |
VOICEMAILEXTENSIONANSWERINGRULE | str | ✅ | "VoicemailExtensionAnsweringRule" |
ANNOUNCEMENTEXTENSIONANSWERINGRULE | str | ✅ | "AnnouncementExtensionAnsweringRule" |
SHAREDLINESGROUPANSWERINGRULE | str | ✅ | "SharedLinesGroupAnsweringRule" |
DictionaryGreetingInfoCategory
Category of a greeting, specifying data form. The category value 'None' specifies that greetings of a certain type ('Introductory', 'ConnectingAudio', etc.) are switched off for an extension = ['Music', 'Message', 'RingTones', 'None']
Properties
Name | Type | Required | Description |
---|---|---|---|
MUSIC | str | ✅ | "Music" |
MESSAGE | str | ✅ | "Message" |
RINGTONES | str | ✅ | "RingTones" |
NONE | str | ✅ | "None" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs