ProfileAndServicePreAlertingAnnouncementInfo
Bases: OCIType
This is the configuration parameters for Pre Alerting Announcement service
The criteria table's column headings are: "Is Active", "Criteria Name",
"Blacklisted", and "Calls From".
The "Calls From" column is a string containing call numbers
Attributes:
is_active (bool):
audio_selection (str):
audio_file_description (Optional[str]):
audio_media_type (Optional[str]):
audio_file_url (Optional[str]):
video_selection (str):
video_file_description (Optional[str]):
video_media_type (Optional[str]):
video_file_url (Optional[str]):
criteria_table (OCITable):
Source code in src/mercury_ocip_fast/commands/commands.py
25379 25380 25381 25382 25383 25384 25385 25386 25387 25388 25389 25390 25391 25392 25393 25394 25395 25396 25397 25398 25399 25400 25401 25402 25403 25404 25405 25406 25407 25408 25409 25410 25411 25412 25413 25414 25415 25416 25417 25418 25419 25420 25421 25422 25423 25424 25425 25426 25427 25428 25429 25430 25431 25432 25433 25434 25435 25436 25437 25438 25439 25440 25441 25442 | |